Documentation ¶
Index ¶
- func NewDeleteFilesCmd(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command
- func NewEditFileCmd(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command
- func NewGetFilesCmd(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command
- func NewReplaceFileCmd(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command
- type DeleteOptions
- type EditOptions
- type ListOptions
- type ReplaceOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeleteFilesCmd ¶
func NewEditFileCmd ¶
func NewGetFilesCmd ¶
func NewReplaceFileCmd ¶
Types ¶
type DeleteOptions ¶
type DeleteOptions struct { Project string FileName string // contains filtered or unexported fields }
func NewDeleteOptions ¶
func NewDeleteOptions(ioStreams genericiooptions.IOStreams) *DeleteOptions
func (*DeleteOptions) AddFlags ¶
func (o *DeleteOptions) AddFlags(cmd *cobra.Command)
func (*DeleteOptions) Run ¶
func (o *DeleteOptions) Run(args []string) error
Run executes a list subcommand using the specified options.
type EditOptions ¶
type EditOptions struct { Project string // contains filtered or unexported fields }
func NewEditOptions ¶
func NewEditOptions(ioStreams genericiooptions.IOStreams) *EditOptions
func (*EditOptions) AddFlags ¶
func (o *EditOptions) AddFlags(cmd *cobra.Command)
func (*EditOptions) Run ¶
func (o *EditOptions) Run(args []string) error
Run executes a list subcommand using the specified options.
type ListOptions ¶
func NewListOptions ¶
func NewListOptions(ioStreams genericiooptions.IOStreams) *ListOptions
func (*ListOptions) AddFlags ¶
func (o *ListOptions) AddFlags(cmd *cobra.Command)
func (*ListOptions) Run ¶
func (o *ListOptions) Run(args []string) error
Run executes a list subcommand using the specified options.
type ReplaceOptions ¶
type ReplaceOptions struct { Project string Ref string RefMatch string FileName string Force bool // contains filtered or unexported fields }
func NewReplaceOptions ¶
func NewReplaceOptions(ioStreams genericiooptions.IOStreams) *ReplaceOptions
func (*ReplaceOptions) AddFlags ¶
func (o *ReplaceOptions) AddFlags(cmd *cobra.Command)
func (*ReplaceOptions) Run ¶
func (o *ReplaceOptions) Run(args []string) error
Run executes a list subcommand using the specified options.
Click to show internal directories.
Click to hide internal directories.