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

     1  ## cozy-stack config
     2  
     3  Show and manage configuration elements
     4  
     5  ### Synopsis
     6  
     7  cozy-stack config allows to print and generate some parts of the configuration
     8  
     9  ### Options
    10  
    11  ```
    12    -h, --help   help for config
    13  ```
    14  
    15  ### Options inherited from parent commands
    16  
    17  ```
    18        --admin-host string   administration server host (default "localhost")
    19        --admin-port int      administration server port (default 6060)
    20    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    21        --host string         server host (default "localhost")
    22    -p, --port int            server port (default 8080)
    23  ```
    24  
    25  ### SEE ALSO
    26  
    27  * [cozy-stack](cozy-stack.md)	 - cozy-stack is the main command
    28  * [cozy-stack config decrypt-creds](cozy-stack_config_decrypt-creds.md)	 - Decrypt the given credentials cipher text with the specified decryption keyfile.
    29  * [cozy-stack config decrypt-data](cozy-stack_config_decrypt-data.md)	 - Decrypt data with the specified decryption keyfile.
    30  * [cozy-stack config encrypt-creds](cozy-stack_config_encrypt-creds.md)	 - Encrypt the given credentials with the specified decryption keyfile.
    31  * [cozy-stack config encrypt-data](cozy-stack_config_encrypt-data.md)	 - Encrypt data with the specified encryption keyfile.
    32  * [cozy-stack config gen-keys](cozy-stack_config_gen-keys.md)	 - Generate an key pair for encryption and decryption of credentials
    33  * [cozy-stack config insert-asset](cozy-stack_config_insert-asset.md)	 - Inserts an asset
    34  * [cozy-stack config ls-assets](cozy-stack_config_ls-assets.md)	 - List assets
    35  * [cozy-stack config ls-contexts](cozy-stack_config_ls-contexts.md)	 - List contexts
    36  * [cozy-stack config passwd](cozy-stack_config_passwd.md)	 - Generate an admin passphrase
    37  * [cozy-stack config rm-asset](cozy-stack_config_rm-asset.md)	 - Removes an asset
    38  * [cozy-stack config show-context](cozy-stack_config_show-context.md)	 - Show a context
    39