crypta get
Get cached secret value
Synopsis
Retrieves the cached secret value which has been either set by using the provided set
command, or by setting environment variables. The environment variables have the following format: CRYPTA_SECRET_<KEY>
. The value given for <KEY>
will be used as the name with which the value of the environment variable will be added to the secret store.
crypta get [flags]
Options
-h, --help help for get
--hidden Hide user input
Options inherited from parent commands
--interactive Allow user input (default true)
--ip string IP to bind daemon (default "127.0.0.1")
--port string Port to bind daemon (default "35997")
SEE ALSO
- crypta -