Reference
Config
Get
$ launch config get --help
Usage: launch config get [OPTIONS]
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Set Default Account
This command is useful if you have multiple accounts and want to set one as the default.
$ launch config set-default-account --help
Usage: launch config set-default-account [OPTIONS] ACCOUNT_ID
Set the default account that should be used for commands. If set to an empty string we will clear it from the config.
╭─ Arguments ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ * account_id TEXT The account ID to set as default [default: None] [required] │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯