Skip to main content

art_app_envvars_get

art app envvars get

GET Argonaut environment variables from the provided application yaml file: ART_KEY, ART_SECRET, AWS_ACCOUNT_ID

art app envvars get -f FILENAME [flags]

Examples

art app envvars get -f art.yaml --format dotenv --type runtime

Options

  -f, --file string     Path to the art.yaml file, art.yaml file is the file used to app deploy
--format string format to output the envvars in, can be 'json' or 'dotenv' (default "json")
-h, --help help for get
--quote Pass to quote value in dotenv file. Output's format 'KEY="VALUE"'
--set strings key value pair to provide overrides for the art.yaml file
--type string type of envvars to get, can be 'buildtime' or 'runtime'

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

  • art app envvars - Parent command to manage environment variables of your application
Auto generated by spf13/cobra on 29-Nov-2022