summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-05-22 15:34:19 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-11 12:49:25 +0000
commit126d9ab69c12edec9509cb25bcc5e4b7c2e98f1f (patch)
treee1f4234e0077846b6740c17d63a774191700ce96
parentbdce93a1e55dc577338b61d0e4d00342939fcfbd (diff)
downloadmorph-126d9ab69c12edec9509cb25bcc5e4b7c2e98f1f.tar.gz
Update the help text for morph deploy
-rw-r--r--morphlib/plugins/deploy_plugin.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index 560c6fc9..c57a306d 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -49,6 +49,10 @@ class DeployPlugin(cliapp.Plugin):
* `CLUSTER` is the name of the cluster to deploy.
+ * `DEPLOYMENT...` is the name of zero or more deployments in the
+ morphology to deploy. If none are specified then all deployments
+ in the morphology are deployed.
+
* `SYSTEM.KEY=VALUE` can be used to assign `VALUE` to a parameter
named `KEY` for the system identified by `SYSTEM` in the cluster
morphology (see below). This will override parameters defined
@@ -248,7 +252,7 @@ class DeployPlugin(cliapp.Plugin):
Deployment configuration is stored in the deployed system as
/baserock/deployment.meta. THIS CONTAINS ALL ENVIRONMENT VARIABLES SET
- DURINGR DEPLOYMENT, so make sure you have no sensitive information in
+ DURING DEPLOYMENT, so make sure you have no sensitive information in
your environment that is being leaked. As a special case, any
environment/deployment variable that contains 'PASSWORD' in its name is
stripped out and not stored in the final system.