github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/e2e/stack/testdata/stack-deploy-help.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 docker stack deploy, docker stack up 8 9 Options: 10 -c, --compose-file strings Path to a Compose file, or "-" to read 11 from stdin 12 -d, --detach Exit immediately instead of waiting for 13 the stack services to converge (default true) 14 --prune Prune services that are no longer referenced 15 -q, --quiet Suppress progress output 16 --resolve-image string Query the registry to resolve image digest 17 and supported platforms ("always", 18 "changed", "never") (default "always") 19 --with-registry-auth Send registry authentication details to 20 Swarm agents