Skip to content

satl config

Manage configs

$ satl config [OPTIONS] <COMMAND>

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

satl config create

Create a config from a file or STDIN

$ satl config create [OPTIONS] <CONFIG> <FILE>

Arguments

Argument Description
<CONFIG> Config name
<FILE> File holding the config, or - to read STDIN

Options

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

satl config ls

List configs

$ satl config ls [OPTIONS]

Options

Option Description
-q, --quiet Only display IDs

satl config inspect

Display detailed information on one or more configs

$ satl config inspect [OPTIONS] <CONFIG>...

Arguments

Argument Description
<CONFIG>... Configs to inspect

satl config rm

Remove one or more configs

$ satl config rm [OPTIONS] <CONFIG>...

Arguments

Argument Description
<CONFIG>... Configs 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.