github.com/justincormack/cli@v0.0.0-20201215022714-831ebeae9675/e2e/stack/testdata/stack-deploy-help-kubernetes.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    -c, --compose-file strings   Path to a Compose file, or "-" to read
    11                                 from stdin
    12        --kubeconfig string      Kubernetes config file
    13        --namespace string       Kubernetes namespace to use
    14        --orchestrator string    Orchestrator to use (swarm|kubernetes|all)