Environments
An environment's purpose is to hold secrets. Each environment is isolated from one another with the project being the only relationship. You can have as many environments within a project as needed.
envs:create
seekritCreates a new environment under a project. Prompts if no input.
USAGE
$ seekrit envs:create [ENVIRONMENT]
ARGUMENTS
ENVIRONMENT Name of new environment.
OPTIONS
-o, --organization=organization Name of organization.
-p, --project=project Name of project.
envs:list
seekritLists all environments under the specified project. Prompts if no input.
USAGE
$ seekrit envs:list
OPTIONS
-o, --organization=organization Name of organization.
-p, --project=project Name of project to see environments under.
envs:delete
seekritDelete an environment from a project. Prompts if no input.
USAGE
$ seekrit envs:delete [ENVIRONMENT]
ARGUMENTS
ENVIRONMENT Name of environment to be deleted.
OPTIONS
-o, --organization=organization Name of organization.
-p, --project=project Name of project.