Skip to main content

art_configure_set

art configure set

Set global config parameters for art-cli

art configure set [flags]

Examples


## Set default profile: output json
art configure set profile=profile1
## Set default profile: output export commands
eval $(art configure set profile=profile1 --format eval)

Options

  -h, --help   help for set

Options inherited from parent commands

      --key string       art key (clientID you get when a token is generated from the ui)
--profile string art profile (default "default")
--secret string art secret (secret you get when a token is generated from the ui)

SEE ALSO

Auto generated by spf13/cobra on 29-Nov-2022