Versions in this module Expand all Collapse all v0 v0.0.20 Feb 27, 2019 v0.0.19 Feb 11, 2019 Changes in this version + const RecommendedCommandName + func NewCmdConfiguration(name, fullName string) *cobra.Command + func NewCmdSet(name, fullName string) *cobra.Command + func NewCmdUnset(name, fullName string) *cobra.Command + func NewCmdView(name, fullName string) *cobra.Command + type SetOptions struct + func NewSetOptions() *SetOptions + func (o *SetOptions) Complete(name string, cmd *cobra.Command, args []string) (err error) + func (o *SetOptions) Run() (err error) + func (o *SetOptions) Validate() (err error) + type UnsetOptions struct + func NewUnsetOptions() *UnsetOptions + func (o *UnsetOptions) Complete(name string, cmd *cobra.Command, args []string) (err error) + func (o *UnsetOptions) Run() (err error) + func (o *UnsetOptions) Validate() (err error) + type ViewOptions struct + func NewViewOptions() *ViewOptions + func (o *ViewOptions) Complete(name string, cmd *cobra.Command, args []string) (err error) + func (o *ViewOptions) Run() (err error) + func (o *ViewOptions) Validate() (err error)