Projects
A project is the first line separation for your codebases. Projects contain multiple environments and are ideally used to house the secrets of a single codebase/service.
projects:create
seekritCreates a new project in your organization. Prompts if no input.
USAGE
$ seekrit projects:create [PROJECT]
ARGUMENTS
PROJECT Name of new project.
OPTIONS
-o, --organization=organization Name of organization to create a project under.
projects:list
seekritLists all projects in your organization. Prompts if no input.
USAGE
$ seekrit projects:list
OPTIONS
-o, --organization=organization Name of organization to see all projects under.
projects:delete
seekritDeletes a project from an organization. Prompts if no input.
USAGE
$ seekrit projects:delete [PROJECT]
ARGUMENTS
PROJECT Name of project to delete.
OPTIONS
-o, --organization=organization Name of organization.