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

     1  ## cozy-stack features show
     2  
     3  Display the computed feature flags for an instance
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack feature show displays the feature flags that are shown by apps.
     9  
    10  
    11  ```
    12  cozy-stack features show [flags]
    13  ```
    14  
    15  ### Examples
    16  
    17  ```
    18  $ cozy-stack feature show --domain cozy.localhost:8080
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24        --domain string   Specify the domain name of the instance
    25    -h, --help            help for show
    26        --source          Show the sources of the feature flags
    27  ```
    28  
    29  ### Options inherited from parent commands
    30  
    31  ```
    32        --admin-host string   administration server host (default "localhost")
    33        --admin-port int      administration server port (default 6060)
    34    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    35        --host string         server host (default "localhost")
    36    -p, --port int            server port (default 8080)
    37  ```
    38  
    39  ### SEE ALSO
    40  
    41  * [cozy-stack features](cozy-stack_features.md)	 - Manage the feature flags
    42