From ff3efb1de4379e736c5a19b4fac6a1d1f5279e01 Mon Sep 17 00:00:00 2001 From: Mike Madison Date: Mon, 26 Nov 2018 07:59:57 -0800 Subject: [PATCH] Fixes #3243 to clean up dry-run in deploy command. --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index ae4a2a4e5..3ce579458 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -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.