circleci context store-secret

Store a new environment variable in the named context. The value is read from stdin.

Synopsis

Store a new environment variable in the named context. The value is read from stdin.

circleci context store-secret --org-id <org-id> <context-name> <secret-name> [flags]

Examples

circleci context store-secret --org-id 00000000-0000-0000-0000-000000000000 contextName secretName
(deprecated usage) circleci context store-secret github orgName contextName secretName

Flags

  -h, --help            help for store-secret
      --org-id string   Your organization id. You can obtain it on the "Overview" section of your organization settings page.

Flags inherited from parent commands

      --host string         URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com")
      --skip-update-check   Skip the check for updates check run before every command. (default true)
      --token string        your token for using CircleCI, also CIRCLECI_CLI_TOKEN

SEE ALSO