diff options
author | varac <varacanero@zeromail.org> | 2016-02-01 10:10:23 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-02-01 10:10:23 +0100 |
commit | a2776a2ee6168794209cbbd4a5c8096577caef60 (patch) | |
tree | 257eff8151b2563f7ca3586dfd8f59adcc80c601 | |
parent | 922873cf9525b8eff1afd91ca0c6be4a3fbff01d (diff) |
link the "under the hood" doc from leap deploy doc
-rw-r--r-- | pages/docs/platform/guide/commands.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pages/docs/platform/guide/commands.md b/pages/docs/platform/guide/commands.md index 7d0aa1b..0230710 100644 --- a/pages/docs/platform/guide/commands.md +++ b/pages/docs/platform/guide/commands.md @@ -147,15 +147,16 @@ Default Value: None Override the default SSH port. Default Value: None -* `--tags TAG[,TAG]` -Specify tags to pass through to puppet (overriding the default). -Default Value: leap_base,leap_service - * `--dev` Development mode: don't run 'git submodule update' before deploy. * `--fast` Makes the deploy command faster by skipping some slow steps. A "fast" deploy can be used safely if you recently completed a normal deploy. +See [[ Under the hood -> platform/details/under-the-hood#tags]] for more details. + +* `--tags TAG[,TAG]` +Specify tags to pass through to puppet (overriding the default). See [[ Under the hood -> platform/details/under-the-hood#tags]] for more details. +Default Value: leap_base,leap_service * `--force` Deploy even if there is a lockfile. |