github.com/itscaro/cli@v0.0.0-20190705081621-c9db0fe93829/e2e/stack/testdata/stack-deploy-help-swarm.golden (about)

     1  
     2  Usage:	docker stack deploy [OPTIONS] STACK
     3  
     4  Deploy a new stack or update an existing stack
     5  
     6  Aliases:
     7    deploy, up
     8  
     9  Options:
    10        --bundle-file string     Path to a Distributed Application Bundle file
    11    -c, --compose-file strings   Path to a Compose file, or "-" to read
    12                                 from stdin
    13        --orchestrator string    Orchestrator to use (swarm|kubernetes|all)
    14        --prune                  Prune services that are no longer referenced
    15        --resolve-image string   Query the registry to resolve image digest
    16                                 and supported platforms
    17                                 ("always"|"changed"|"never") (default "always")
    18        --with-registry-auth     Send registry authentication details to
    19                                 Swarm agents