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

     1  ## cozy-stack features defaults
     2  
     3  Display and update the default values for feature flags
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack feature defaults displays the default values for feature flags.
     9  
    10  It can also take a list of flags to update.
    11  
    12  If you give a null value, the flag will be removed.
    13  
    14  
    15  ```
    16  cozy-stack features defaults [flags]
    17  ```
    18  
    19  ### Examples
    20  
    21  ```
    22  $ cozy-stack feature defaults '{"add_this_flag": true, "remove_this_flag": null}'
    23  ```
    24  
    25  ### Options
    26  
    27  ```
    28    -h, --help   help for defaults
    29  ```
    30  
    31  ### Options inherited from parent commands
    32  
    33  ```
    34        --admin-host string   administration server host (default "localhost")
    35        --admin-port int      administration server port (default 6060)
    36    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    37        --host string         server host (default "localhost")
    38    -p, --port int            server port (default 8080)
    39  ```
    40  
    41  ### SEE ALSO
    42  
    43  * [cozy-stack features](cozy-stack_features.md)	 - Manage the feature flags
    44