kusion project list
List the applied projects
Synopsisâ
This command lists all the applied projects in the target backend and target workspace.
By default list the projects in the current backend and current workspace.
kusion project list
Examplesâ
# List the applied project in the current backend and current workspace
kusion project list
# List the applied project in a specified backend and current workspace
kusion project list --backend default
# List the applied project in a specified backend and specified workspaces
kusion project list --backend default --workspace dev,default
# List the applied project in a specified backend and all the workspaces
kusion project list --backend default --all
Optionsâ
-a, --all List all the projects in all the workspaces
--backend string The backend to use, supports 'local', 'oss' and 's3'
-h, --help help for list
--workspace strings The name of the target workspace
Options inherited from parent commandsâ
--profile string Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex) (default "none")
--profile-output string Name of the file to write the profile to (default "profile.pprof")
SEE ALSOâ
- kusion project - Project is a folder that contains a project.yaml file and is linked to a Git repository