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

kusion release list

List all releases of the current stack

Synopsisโ€‹

List all releases of the current stack.

This command displays information about all releases of the current stack in the current or a specified workspace, including their revision, phase, and creation time.

kusion release list [flags]

Examplesโ€‹

  # List all releases of the current stack in current workspace
kusion release list

# List all releases of the current stack in a specified workspace
kusion release list --workspace=dev

Optionsโ€‹

      --backend string     The backend to use, supports 'local', 'oss' and 's3'.
-h, --help help for list
-w, --workdir string The work directory to run Kusion CLI.
--workspace string The name of target workspace to operate in.

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โ€‹

Auto generated by spf13/cobra on 26-Sep-2024โ€‹