Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdRel ¶
func NewCmdRel(streams genericiooptions.IOStreams) *cobra.Command
NewCmdRel returns an initialized Command instance for 'release' sub command.
func NewCmdUnlock ¶
func NewCmdUnlock(streams genericiooptions.IOStreams) *cobra.Command
NewCmdUnlock creates the `kusion release unlock` command.
Types ¶
type UnlockFlags ¶
UnlockFlags reflects the information that CLI is gathering via flags, which will be converted into UnlockOptions.
func NewUnlockFlags ¶
func NewUnlockFlags(streams genericiooptions.IOStreams) *UnlockFlags
NewUnlockFlags returns a default UnlockFlags.
func (*UnlockFlags) AddFlags ¶
func (f *UnlockFlags) AddFlags(cmd *cobra.Command)
AddFlags registers flags for the CLI.
func (*UnlockFlags) ToOptions ¶
func (f *UnlockFlags) ToOptions() (*UnlockOptions, error)
ToOptions converts from CLI inputs to runtime inputs.
type UnlockOptions ¶
type UnlockOptions struct {
*meta.MetaOptions
}
UnlockOptions defines the configuration parameters for the `kusion release unlock` command.
func (*UnlockOptions) Run ¶
func (o *UnlockOptions) Run() error
Run executes the `kusion release unlock` command.
Click to show internal directories.
Click to hide internal directories.