Skip to main content
VESSL Cloud uses a two-level hierarchy for access control: organizations contain teams. Most commands operate within the context of your currently selected org and team.

Organization commands

org list

List all organizations you belong to.

org show

Display details about an organization. Defaults to the current org if no name is provided.

org switch

Switch your default organization context. Subsequent commands will operate under this org.
Example:

org create

Create a new organization.
Example:
The organization alias can be used interchangeably with org (for example, vesslctl organization list).

Team commands

team list

List all teams in your current organization.

team show

Display details about a team. Defaults to the current team if no name is provided.

team switch

Switch your default team context.
Example:

team create

Create a new team in your current organization.
Example: