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

     1  ## cozy-stack features sets
     2  
     3  Display and update the feature sets for an instance
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack feature sets displays the feature sets coming from the manager.
     9  
    10  It can also take a space-separated list of sets that will replace the previous
    11  list (no merge).
    12  
    13  All the sets can be removed by setting an empty list ('').
    14  
    15  
    16  ```
    17  cozy-stack features sets [flags]
    18  ```
    19  
    20  ### Examples
    21  
    22  ```
    23  $ cozy-stack feature sets --domain cozy.localhost:8080 'set1 set2'
    24  ```
    25  
    26  ### Options
    27  
    28  ```
    29        --domain string   Specify the domain name of the instance
    30    -h, --help            help for sets
    31  ```
    32  
    33  ### Options inherited from parent commands
    34  
    35  ```
    36        --admin-host string   administration server host (default "localhost")
    37        --admin-port int      administration server port (default 6060)
    38    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    39        --host string         server host (default "localhost")
    40    -p, --port int            server port (default 8080)
    41  ```
    42  
    43  ### SEE ALSO
    44  
    45  * [cozy-stack features](cozy-stack_features.md)	 - Manage the feature flags
    46