Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCommit ¶ added in v0.0.15
Types ¶
type CommitFlags ¶ added in v0.0.15
type CommitFlags struct { }
func NewCommitFlags ¶ added in v0.0.15
func NewCommitFlags() *CommitFlags
The defaults are determined here
func (*CommitFlags) AddFlags ¶ added in v0.0.15
func (r *CommitFlags) AddFlags(cmd *cobra.Command)
AddFlags add flags tp the command
func (*CommitFlags) ToOptions ¶ added in v0.0.15
func (r *CommitFlags) ToOptions(cmd *cobra.Command, f util.Factory, streams *genericclioptions.IOStreams) (*CommitOptions, error)
ToOptions renders the options based on the flags that were set and will be the base context used to run the command
type CommitOptions ¶ added in v0.0.15
type CommitOptions struct { Factory util.Factory Streams *genericclioptions.IOStreams }
func (*CommitOptions) Run ¶ added in v0.0.15
func (r *CommitOptions) Run(ctx context.Context, args []string) error
func (*CommitOptions) Validate ¶ added in v0.0.15
func (r *CommitOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.