The cli tool for managing the environment variables of the circleci project.
Installation
$ go get -u github.com/kou-pg-0131/circleci-env
Usage
$ circleci-env --help
NAME:
circleci-env - The cli tool for managing the environment variables of the circleci project.
USAGE:
circleci-env [global options] <command> [command options]
COMMANDS:
init Interactively create the required configuration files.
show Output a list of environment variables set in the circleci project.
sync Sync the content of '.circleci-env/.env' with the environment variables of the circleci project.
GLOBAL OPTIONS:
--help, -h show help (default: false)
init
$ circleci-env init --help
NAME:
circleci-env init - Interactively create the required configuration files.
USAGE:
circleci-env init [options]
OPTIONS:
--help, -h show help (default: false)
show
$ circleci-env show --help
NAME:
circleci-env show - Output a list of environment variables set in the circleci project.
USAGE:
circleci-env show [options]
OPTIONS:
--help, -h show help (default: false)
sync
$ circleci-env sync --help
NAME:
circleci-env sync - Sync the content of '.circleci-env/.env' with the environment variables of the circleci project.
USAGE:
circleci-env sync [options]
OPTIONS:
--delete, -d environment variables that exist in the CircleCI project but not in the '.circle-env/.env' are deleted during sync. (default: false)
--help, -h show help (default: false)