Skip to content

satl secret

Manage secrets

$ satl secret [OPTIONS] <COMMAND>

satl secret is a group: it always takes one of the subcommands below.

satl secret create

Create a secret from a file or STDIN

$ satl secret create [OPTIONS] <SECRET> <FILE>

Arguments

Argument Description
<SECRET> Secret name
<FILE> File holding the secret, or - to read STDIN

Options

Option Description
-l, --label <KEY=VALUE> Secret labels

satl secret ls

List secrets

$ satl secret ls [OPTIONS]

Options

Option Description
-q, --quiet Only display IDs

satl secret inspect

Display detailed information on one or more secrets

$ satl secret inspect [OPTIONS] <SECRET>...

Arguments

Argument Description
<SECRET>... Secrets to inspect

satl secret rm

Remove one or more secrets

$ satl secret rm [OPTIONS] <SECRET>...

Arguments

Argument Description
<SECRET>... Secrets to remove

Global options

Accepted by every satl command.

Option Description
--host <URL> Daemon socket to connect to (docker-style URL)
Default: unix:///var/run/satl.sock
Environment: DOCKER_HOST
-h, --help Print help
-V, --version Print version

Generated from satl 0.1.0 by make gen. Change it in the SatL source or in overlay/cli.yml, never here.