Create an environment variable of a project. The value is read from stdin.
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]
--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
--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