Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new commands to the readme #56

Merged
merged 1 commit into from
Jan 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,19 @@ chmod +x /usr/local/bin/wordpress
* help Displays help for a command
* init Copy configuration files.
* list Lists all available commands
* snippet Execute a php code inside wordpress

**cache**
* cache:flush (cf) Flush the Wordpress object cache

**container**
* container:debug (cod) Displays current services for an application..

**create**
* create:users (cu) Create dummy users for your WordPress application.
* create:roles (crr) Create dummy roles for your Wordpress application.

**database**
* database:create (dbc) Create a new database.
* database:drop (dbd) Drop all tables in current or a given database and remove wp-config.php if current database.

**debug**
* debug:chain (dc) List available chain files.
* debug:container (dco) Displays current services for an application.
Expand All @@ -51,6 +53,7 @@ chmod +x /usr/local/bin/wordpress
* generate:command (gc) Generate commands for the console.
* generate:cron:schedule (gcsh) Generate a schedule cron.
* generate:cron:single (gcs) Generate a single cron.
* generate:dashboard:widgets (gdw) Generate a new custom dashboard widgets.
* generate:menu (gm) Generate a menu.
* generate:metabox (gm) Generate a meta box.
* generate:plugin (gp) Generate a plugin.
Expand Down Expand Up @@ -83,6 +86,9 @@ chmod +x /usr/local/bin/wordpress
* role:delete (rd) Delete roles for the application
* role:new (rn) Create roles for the application

**settings**
* settings:set Change a specific setting value in WordpressConsole config file

**theme**
* theme:activate (ta) Activate theme in the application

Expand Down