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.

seekrit projects:create

Creates 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.

seekrit projects:list

Lists 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.

seekrit projects:delete

Deletes 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.