Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DfiOptions ¶
type DfiOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
DfiOptions is struct of df options
func NewDfOptions ¶
func NewDfOptions(streams genericclioptions.IOStreams) *DfiOptions
NewDfOptions is an instance of DfOptions
func (*DfiOptions) Complete ¶
func (o *DfiOptions) Complete(cmd *cobra.Command, args []string) error
Complete sets all information required for opening the service
func (*DfiOptions) Run ¶
func (o *DfiOptions) Run(args []string) error
Run opens the service in the browser
func (*DfiOptions) Validate ¶
func (o *DfiOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
Click to show internal directories.
Click to hide internal directories.