Add --prune to stack deploy.

Add to command line reference.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
master
Daniel Nephin 2017-02-22 15:43:13 -05:00 committed by Tibor Vass
parent 145bb0218d
commit 9888942fbc
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Options:
--bundle-file string Path to a Distributed Application Bundle file
--compose-file string Path to a Compose file
--help Print usage
--prune Prune services that are no longer referenced
--with-registry-auth Send registry authentication details to Swarm agents
```

View File

@ -27,6 +27,7 @@ Options:
--bundle-file string Path to a Distributed Application Bundle file
-c, --compose-file string Path to a Compose file
--help Print usage
--prune Prune services that are no longer referenced
--with-registry-auth Send registry authentication details to Swarm agents
```