Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + const RecommendedCommandName + func AddApplicationFlag(cmd *cobra.Command) + func NewCmdApplication(name, fullName string) *cobra.Command + func NewCmdDelete(name, fullName string) *cobra.Command + func NewCmdDescribe(name, fullName string) *cobra.Command + func NewCmdList(name, fullName string) *cobra.Command + type DeleteOptions struct + func NewDeleteOptions() *DeleteOptions + func (o *DeleteOptions) Complete(name string, cmd *cobra.Command, args []string) (err error) + func (o *DeleteOptions) Run() (err error) + func (o *DeleteOptions) Validate() (err error) + type DescribeOptions struct + func NewDescribeOptions() *DescribeOptions + func (o *DescribeOptions) Complete(name string, cmd *cobra.Command, args []string) (err error) + func (o *DescribeOptions) Run() (err error) + func (o *DescribeOptions) Validate() (err error) + type ListOptions struct + func NewListOptions() *ListOptions + func (o *ListOptions) Complete(name string, cmd *cobra.Command, args []string) (err error) + func (o *ListOptions) Run() (err error) + func (o *ListOptions) Validate() (err error)