Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + const RecommendedCommandName + func NewCmdEnv(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) Incompatible versions in this module v2.0.0-alpha-2+incompatible Aug 13, 2020