wp find
Знаходить інсталяцію WordPress у файловій системі.
Рекорсивні ітерати subdirectories з передбачених <файл> до find and report WordPress installations. У WordPress installation is wp-includes directory with version.php file.
Avoids recursing деякі відомості paths (eg /node_modules/, hidden sys dirs) до значно improve performance.
Indicates depth at which the WordPress installations був found, і його alias, if it has one.
$wp find./ +--------------------------------------+---------- -----------+-------+--------+ | version_path | version | depth | або | +--------------------------------------+---------- -----------+-------+--------+ | /Users/wpcli/wp-includes/version.php | 4.8-alpha-39357-src | 2 | @wpcli | +--------------------------------------+---------- -----------+-------+--------+
Встановлення пакету
wp package install wp-cli/find-command
Доступні поля
Ці польоти будуть розглянуті за додатковим чином для їхньої установки:
- version_path – Path to the version.php file.
- version – WordPress version.
- depth – Directory depth at which the installation був found.
- alias – WP-CLI alias, якщо один є registered.
Ці поля є optionally available:
- wp_path – Path that can be passed to –path=<path> Global Parameter.
- db_host – Host name for the database.
- db_user – User name for the database.
- db_name – Database name for the database.
Використання
wp find {path} [--skip-ignored-paths] [--include_ignored_paths={paths}] [--max_depth={max-depth}] [--fields={fields}] [--field={field }] [--format={format}] [--verbose]
Можна вказати Глобальні параметри та такі:
- {path}
- Path до search the subdirectories of.
- [–skip-ignored-paths]
- Перевірка paths, що є ignored by default.
- [–include_ignored_paths={paths}]
- Включає додаткові ignored paths як CSV (eg ‘/sys-backup/,/temp/’).
- [–max_depth={max-depth}]
- Тільки recurse to a specified depth, inclusive.
- [–fields={fields}]
- Зменшити відтворення на конкретні рівні поля.
- [–field={field}]
- Відображається конкретне поле для кожного ряду.
- [–format={format}]
- Render output в конкретному форматі.
Типово: table
Можливо:- table
- json
- csv
- yaml
- count
- [–verbose]
- Log useful information to STDOUT.