Skip to content
Snippets Groups Projects
Commit 22064176 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'develop' into 'master'

Consistency

See merge request !2
parents cef14b11 c5a746cb
No related branches found
No related tags found
1 merge request!2Consistency
Pipeline #2304 passed with stage
in 13 seconds
...@@ -28,13 +28,13 @@ Run WP-CLI commands within Vagrant, returning the result before exiting the VM. ...@@ -28,13 +28,13 @@ Run WP-CLI commands within Vagrant, returning the result before exiting the VM.
Usage: Usage:
```bash ```bash
user@MacBook:~/vvv/www/wordpress/public_html/wp-content$ wp option get home bob@MacBook:~/vvv/www/wordpress/public_html/wp-content$ wp option get home
cd /srv/www/wordpress/public_html/wp-content; wp option get home cd /srv/www/wordpress/public_html/wp-content; wp option get home
https://www.wordpress.test https://www.wordpress.test
Connection to 127.0.0.1 closed. Connection to 127.0.0.1 closed.
user@MacBook:~/vvv/www/wordpress/public_html/wp-content$ bob@MacBook:~/vvv/www/wordpress/public_html/wp-content$
``` ```
Note that if a command requires access to a file, the file must exist within the VM and the command must reference the file using its path within the VM. Note that if a command requires access to a file, the file must exist within the VM and the command must reference the file using its path within the VM.
...@@ -48,7 +48,7 @@ Switch to the current directory within the VM. ...@@ -48,7 +48,7 @@ Switch to the current directory within the VM.
Usage: Usage:
```bash ```bash
user@MacBook:~/vvv/www/wordpress/public_html/wp-content$ vcd bob@MacBook:~/vvv/www/wordpress/public_html/wp-content$ vcd
vagrant@vvv:/srv/www/wordpress/public_html/wp-content$ wp option set test --format=json '{"1":true,"2":false}' vagrant@vvv:/srv/www/wordpress/public_html/wp-content$ wp option set test --format=json '{"1":true,"2":false}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment