Skip to content

Commit

Permalink
Fixes #3243 dry-run option for deploy. (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadison13 authored Nov 26, 2018
1 parent e58319e commit 22b20a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ See [Extending BLT](extending-blt.md) for more information on overriding default

If you would like to create, commit, but _not push_ the artifact, you may do a dry run:

blt artifact:deploy -D deploy.dryRun=true
blt artifact:deploy --dry-run

This is helpful for debugging deployment artifacts.

Expand Down

0 comments on commit 22b20a3

Please sign in to comment.