Documentation ¶ Index ¶ Constants func Command(p ppi.Plugin, cmd *cobra.Command, opts *Options) error func New(p ppi.Plugin) *cobra.Command type Options func (o *Options) AddFlags(fs *pflag.FlagSet) func (o *Options) Complete(args []string) error Constants ¶ View Source const ( Name = "get" OptCreds = commonppi.OptCreds ) Variables ¶ This section is empty. Functions ¶ func Command ¶ func Command(p ppi.Plugin, cmd *cobra.Command, opts *Options) error func New ¶ func New(p ppi.Plugin) *cobra.Command Types ¶ type Options ¶ type Options struct { Credentials credentials.DirectCredentials Specification json.RawMessage } func (*Options) AddFlags ¶ func (o *Options) AddFlags(fs *pflag.FlagSet) func (*Options) Complete ¶ func (o *Options) Complete(args []string) error Source Files ¶ View all Source files cmd.go Click to show internal directories. Click to hide internal directories.