Organizations
All organizations have a globally unique name and are used to house all resources used for secret management and collaboration. In order to perform any actions besides account management, users are required to be part of an organization. A user can be a part of as many organizations as they like.
seekrit orgs:create
Creates a new organization. Prompts if no input.
USAGE
  $ seekrit orgs:create [ORGANIZATION]
ARGUMENTS
  ORGANIZATION  Name of new organization
seekrit orgs:list
List all organizations that the logged in user is a member of.
USAGE
  $ seekrit orgs:list
seekrit orgs:delete
Deletes an organization and all associated resources. Prompts if no input.
USAGE
  $ seekrit orgs:delete [ORGANIZATION]
ARGUMENTS
  ORGANIZATION  Name of organization to delete.
← Quickstart Projects →