| `wp core install` improvements: |
|
More...
|
about 14 years ago
|
| exit after executing 'core config' or 'db create' |
|
More...
|
about 14 years ago
|
| add check_required_args() method and use it for wp core config. see #65 |
|
More...
|
about 14 years ago
|
| suppress error message when generating autocomplete strings |
|
More...
|
about 14 years ago
|
| let `wp core download` handle case when a WP instance already exists |
|
More...
|
about 14 years ago
|
| rename build-* to *-build |
|
More...
|
about 14 years ago
|
| make WP_CLI::launch() return the exit status |
|
More...
|
about 14 years ago
|
| bump version to 0.6.0-dev |
|
More...
|
about 14 years ago
|
| Merge docs branch. see #24 |
|
More...
|
about 14 years ago
|
| add generated ROFF files to git, for convenience |
|
More...
|
about 14 years ago
|
| handle --help parameter sooner, so that it works for special commands, such as `wp db create` |
|
More...
|
about 14 years ago
|
| don't show command description after loading man page |
|
More...
|
about 14 years ago
|
| treat --help as an alias for wp help |
|
More...
|
about 14 years ago
|
| put requirements in a list |
|
More...
|
about 14 years ago
|
| add required WP version to readme. see #58 |
|
More...
|
about 14 years ago
|
| Built-in help improvements |
|
More...
|
about 14 years ago
|
| remove help related code from WP_CLI and make WP_CLI::$private private |
|
More...
|
about 14 years ago
|
| move general help text back to the help command |
|
More...
|
about 14 years ago
|
| use generated man file |
|
More...
|
about 14 years ago
|
| add build-doc script |
|
More...
|
about 14 years ago
|
| change doc extension from .md to .txt |
|
More...
|
about 14 years ago
|
| look for nested doc files |
|
More...
|
about 14 years ago
|
| look for {command}.md files for help info |
|
More...
|
about 14 years ago
|
| rename addCommand() to add_command() |
|
More...
|
about 14 years ago
|
| rename errorToString() to error_to_string() |
|
More...
|
about 14 years ago
|
| add underscores to command class names |
|
More...
|
about 14 years ago
|
| call errorToString internally in WP_CLI::warning() |
|
More...
|
about 14 years ago
|
| load all commands only when generic help is needed |
|
More...
|
about 14 years ago
|
| introduce `wp db create` command. fixes #103 |
|
More...
|
about 14 years ago
|
| more readable check for core install |
|
More...
|
about 14 years ago
|