circleci project secret create

Create an environment variable of a project. The value is read from stdin.

Synopsis

Create an environment variable of a project. The value is read from stdin.

circleci project secret create <vcs-type> <org-name> <project-name> <env-name> [flags]

Flags

      --env-value string   An environment variable value to be created. You can also pass it by stdin without this option.
  -h, --help               help for create

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