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

     1  # config
     2  
     3  <!---MARKER_GEN_START-->
     4  Manage Swarm configs
     5  
     6  ### Subcommands
     7  
     8  | Name                           | Description                                         |
     9  |:-------------------------------|:----------------------------------------------------|
    10  | [`create`](config_create.md)   | Create a config from a file or STDIN                |
    11  | [`inspect`](config_inspect.md) | Display detailed information on one or more configs |
    12  | [`ls`](config_ls.md)           | List configs                                        |
    13  | [`rm`](config_rm.md)           | Remove one or more configs                          |
    14  
    15  
    16  
    17  <!---MARKER_GEN_END-->
    18  
    19  ## Description
    20  
    21  Manage configs.
    22  
    23  ## Related commands
    24  
    25  * [config create](config_create.md)
    26  * [config inspect](config_inspect.md)
    27  * [config list](config_ls.md)
    28  * [config rm](config_rm.md)