circleci-env

command module
v0.0.0-...-ce61c30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2021 License: MIT Imports: 4 Imported by: 0

README

circleci-env

CircleCI Maintainability codecov LICENSE Twitter Follow

Overview

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)

LICENSE

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
src
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL