Skip to main content
Version: v0.13 ๐Ÿšง

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
Auto generated by spf13/cobra on 26-Sep-2024โ€‹