lf secret

Secret management commands.

Usage
lf secret [OPTIONS] COMMAND [ARGS]...
Subcommands
list List all secrets as JSON or in a table.
add Create/update a secret with the given name.
delete Delete a secret with the given name.

lf secret list

List all secrets as JSON or in a table.

Usage
lf secret list [OPTIONS]
Options
Name Type Description Default
-j, --json boolean If set, the output is printed to stdout as JSON. False

lf secret add

Create/update a secret with the given name.

Usage
lf secret add [OPTIONS]
Options
Name Type Description Default
--name text The name of the secret to be created or updated.
--value text The value of the secret to be assigned to the variable.

lf secret delete

Delete a secret with the given name.

Usage
lf secret delete [OPTIONS]
Options
Name Type Description Default
--name text The name of the secret to be deleted.