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

     1  ## cozy-stack config decrypt-data
     2  
     3  Decrypt data with the specified decryption keyfile.
     4  
     5  ```
     6  cozy-stack config decrypt-data <decoding keyfile> <ciphertext> [flags]
     7  ```
     8  
     9  ### Options
    10  
    11  ```
    12    -h, --help   help for decrypt-data
    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 config](cozy-stack_config.md)	 - Show and manage configuration elements
    28