-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add usage examples in doc comments #41
Add usage examples in doc comments #41
Conversation
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
* | ||
* # Create WordPress site with wildcard ssl | ||
* $ ee site create example.com --type=wp --ssl=le --wildcard | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add example for remote database installation. It is a very important use case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also add examples with --admin-email
, --admin-user
, --admin-password
parameters, and other wp-cli
flags that we are accepting for wp core download
wp config create
and wp core install
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very important to have an example with --locale
flag. It is a global flag and can be passed during WordPress site creation.
* | ||
* # Restart all containers of site | ||
* $ ee site restart example.com | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add example for restarting particular container.
* | ||
* # Reload all containers of site | ||
* $ ee site reload example.com | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add example for reloading particular container.
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
@mrrobot47 @rahulsprajapati Done. |
Changes requested are done and approved.
No description provided.