Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vvv-aliases
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
vvv-aliases
Merge requests
!2
Consistency
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Consistency
develop
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Erick Hitter
requested to merge
develop
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c5a746cb
1 commit,
5 years ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
3
−
3
Options
@@ -28,13 +28,13 @@ Run WP-CLI commands within Vagrant, returning the result before exiting the VM.
Usage:
```
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
https://www.wordpress.test
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.
@@ -48,7 +48,7 @@ Switch to the current directory within the VM.
Usage:
```
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}'
Loading