targon project
Organize workloads into projects. Alias: proj.
targon project <COMMAND>
targon project list
List projects in the selected organization.
targon project list [--limit <N>] [--cursor <CURSOR>]
Default limit is 50.
targon project get
Show project details.
targon project get <UID>
targon project create
Create a project.
targon project create <NAME>
targon project update
Rename a project.
targon project update <UID> --name <NAME>
targon project delete
Delete a project.
targon project delete <UID>
targon project use
Set the active project for the current profile and organization.
targon project use <UID>
The active project is used as the default for --project on rental and VM commands, and as the default filter on workload list.