github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/stack.md (about)

     1  # stack
     2  
     3  <!---MARKER_GEN_START-->
     4  Manage Swarm stacks
     5  
     6  ### Subcommands
     7  
     8  | Name                            | Description                                                          |
     9  |:--------------------------------|:---------------------------------------------------------------------|
    10  | [`config`](stack_config.md)     | Outputs the final config file, after doing merges and interpolations |
    11  | [`deploy`](stack_deploy.md)     | Deploy a new stack or update an existing stack                       |
    12  | [`ls`](stack_ls.md)             | List stacks                                                          |
    13  | [`ps`](stack_ps.md)             | List the tasks in the stack                                          |
    14  | [`rm`](stack_rm.md)             | Remove one or more stacks                                            |
    15  | [`services`](stack_services.md) | List the services in the stack                                       |
    16  
    17  
    18  
    19  <!---MARKER_GEN_END-->
    20  
    21  ## Description
    22  
    23  Manage stacks.