github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_features_config.md (about)

     1  ## cozy-stack features config
     2  
     3  Display the feature flags from configuration for a context
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack feature config displays the feature flags from configuration for a context.
     9  
    10  These flags are read only and can only be updated by changing configuration and restarting the stack.
    11  
    12  
    13  ```
    14  cozy-stack features config <context-name> [flags]
    15  ```
    16  
    17  ### Examples
    18  
    19  ```
    20  $ cozy-stack feature config --context beta
    21  ```
    22  
    23  ### Options
    24  
    25  ```
    26        --context string   The context for the feature flags
    27    -h, --help             help for config
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --admin-host string   administration server host (default "localhost")
    34        --admin-port int      administration server port (default 6060)
    35    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    36        --host string         server host (default "localhost")
    37    -p, --port int            server port (default 8080)
    38  ```
    39  
    40  ### SEE ALSO
    41  
    42  * [cozy-stack features](cozy-stack_features.md)	 - Manage the feature flags
    43