handbook icon indicating copy to clipboard operation
handbook copied to clipboard

📖 Complete documentation for WP-CLI

Results 31 handbook issues
Sort by recently updated
recently updated
newest added

## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Problem** When visiting a command documentation page, such as [wp cli alias](https://developer.wordpress.org/cli/commands/cli/alias/) I would expect that contributing to this...

scope:documentation

The --ssh global parameter takes a scheme argument, but the handbook does not have an example of how this works for docker and docker-compose. Potentially the existing example which shows...

scope:documentation

Questions I have for for using cli and terminal Terminal: - what is terminal, where to find it, how to use it, can I break something, when I use it?...

scope:documentation

A second handbook for non techies would be help to onboard more people. There could be thinks explained like: - introduction into terminal - how to customize terminal - how...

scope:documentation

https://wp-cli.org/ is a good starting point for CLI, as we have more control over the styling and content. Also wordpress.org could be a bit confusing and intimidating for on boarding...

scope:documentation

The current documentation for CLI is mainly for developers. I think CLI could also be really helpful for users who are less technical. To onboard them and introduce them to...

scope:documentation

We should have a document specifically focused on the different ways a WP-CLI can be run against multiple sites: * [x] WP-CLI aliases * [ ] Use `wp find` to...

scope:documentation

It came to my understanding recently that WP-CLI does not translate its strings. I'd recommend adding this to the documentation. While trying to confirm it, I looked at it and...

scope:documentation

WP-CLI is licensed under the MIT license, and all bundled code should be compatible with that. We should document our licensing expectations for: - accepting third-party code into the official...

scope:documentation

WP-CLI integration test documentation exists in two places: * https://make.wordpress.org/cli/handbook/pull-requests/#running-and-writing-tests * https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-tests It would be more user-friendly to have an uberdoc for Behat tests. We could have two sections: 1....

scope:documentation