# Functions
NewCmdList creates the `kusion release list` command.
NewCmdRel returns an initialized Command instance for 'release' sub command.
NewCmdShow creates the `kusion release show` command.
NewCmdUnlock creates the `kusion release unlock` command.
NewListFlags returns a default ListFlags.
NewShowFlags returns a default ShowFlags.
NewUnlockFlags returns a default UnlockFlags.
# Structs
ListFlags reflects the information that CLI is gathering via flags, which will be converted into ListOptions.
ListOptions defines the configuration parameters for the `kusion release list` command.
ShowFlags reflects the information that CLI is gathering via flags, which will be converted into ShowOptions.
ShowOptions defines the configuration parameters for the `kusion release show` command.
UnlockFlags reflects the information that CLI is gathering via flags, which will be converted into UnlockOptions.
UnlockOptions defines the configuration parameters for the `kusion release unlock` command.