Skip to content

Commit

Permalink
Merge pull request #110 from TheBeyondGroup/31-p2
Browse files Browse the repository at this point in the history
Add the docs for the --publish flag
  • Loading branch information
jeffreyguenther authored Aug 29, 2023
2 parents a25bdda + 31193f5 commit 84c47e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ Deploy theme source to store
```
USAGE
$ shopkeeper theme deploy [--no-color] [--verbose] [--path <value>] [--password <value>] [-s <value>] [-e
<value>] [-n] [--green <value>] [--blue <value>] [--strategy blue-green|basic]
<value>] [-n] [--publish] [--green <value>] [--blue <value>] [--strategy blue-green|basic]
FLAGS
-e, --environment=<value> The environment to apply to the current command.
Expand All @@ -508,6 +508,7 @@ FLAGS
--no-color Disable color output.
--password=<value> Password generated from the Theme Access app.
--path=<value> [default: /Users/jeff/Beyond/shopkeeper] The path to your theme directory.
--publish Publishes the on-deck theme after deploying
--strategy=<option> [default: blue-green] Strategy to use for deployment
<options: blue-green|basic>
--verbose Increase the verbosity of the logs.
Expand Down
6 changes: 6 additions & 0 deletions oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,12 @@
"description": "Runs the push command without deleting local files.",
"allowNo": false
},
"publish": {
"name": "publish",
"type": "boolean",
"description": "Publishes the on-deck theme after deploying",
"allowNo": false
},
"green": {
"name": "green",
"type": "option",
Expand Down

0 comments on commit 84c47e7

Please sign in to comment.