Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendHelpFunc ¶ added in v0.2.0
func ApplyCmd ¶
func ApplyCmd(globalOpts *GlobalOptions) *cobra.Command
func CloneCmd ¶ added in v0.2.0
func CloneCmd(globalOpts *GlobalOptions) *cobra.Command
func ListCmd ¶ added in v0.2.0
func ListCmd(globalOpts *GlobalOptions) *cobra.Command
Types ¶
type GlobalOptions ¶
type GlobalOptions struct { Console console.Console Log *log.Logger Verbose bool Repo repository.Repository // contains filtered or unexported fields }
func (*GlobalOptions) EnsureRepository ¶ added in v0.2.0
func (opts *GlobalOptions) EnsureRepository() (err error)
func (*GlobalOptions) IsAuthenticated ¶ added in v0.2.0
func (opts *GlobalOptions) IsAuthenticated() error
Click to show internal directories.
Click to hide internal directories.