Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Everton committed Sep 21, 2018
1 parent ccea5f4 commit 2a03892
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* run drush and/or wp-cli commands, or really any commands at all
* provide organized report of operations on per site basis

<img src="https://www.inclind.com/img/cantilever.jpg" width="400" height="300" />

## Watch the video

Watch [the video](https://youtu.be/YMUEQuFX4Po/ "Cantilever Video") to learn more about the why and how of Cantilever.
Expand All @@ -19,7 +17,7 @@ It will take arguments for environment `--env=`, framework `--frame=`, tags `--t

You can also specify a command `--command=` to apply to all of the sites targeted.

Ex. `terminus can --frame=wordpress --env=dev --command='terminus [site] wp plugin update --all && terminus [site] wp theme update themename`.
Ex. `terminus can --frame='wordpress' --env='dev' --command='terminus [site] wp plugin update --all && terminus [site] wp theme update themename'`.

In the command, you have tokens available to use as placeholders for each sites data.
* `[site]` will produce site.env; Ex. `yoursite.live`
Expand Down

0 comments on commit 2a03892

Please sign in to comment.