up organization

Alias: up org

Commands under up organization create and manage Upbound organizations.

Only organizations can create repositories, robots or push packages to the Upbound Marketplace.

up organization create

Arguments

None

Create an organization with the given name.

Examples

1
up org create my-org

up organization list

Arguments

None

List all organizations associated to the current user.

Examples

1
2
3
4
up org list
NAME           ROLE
my-org         owner
my-other-org   owner

up organization delete

Arguments

  • (required) - the name of the organization to delete

Deletes the given organization.

Deleting an organization removes all users from the organization, deletes all robots and robot tokens.

This can not be undone.

Examples

1
2
3
4
up org delete my-org
Are you sure you want to delete this organization? [y/n]: y
Deleting orgainzation my-org. This cannot be undone.
my-org deleted