Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactCmd ¶
type ArtifactCmd struct {
setter.AppConfig `no-flag:"true"`
*CmdOpts `no-flag:"true"`
clicommon.ArtifactCmd
}
func (*ArtifactCmd) Execute ¶
func (c *ArtifactCmd) Execute(_ []string) error
type Cmd ¶
type Cmd struct {
setter.AppConfig `no-flag:"true"`
*opts.Opts
ArtifactCmd ArtifactCmd `command:"artifact" description:"For showing the analysis artifact"`
DownloadCmd DownloadCmd `command:"download" description:"For downloading the analysis locally"`
ResultsCmd ResultsCmd `command:"results" description:"For showing the results of an analysis"`
StoreResultsCmd StoreResultsCmd `command:"store-results" description:"For storing the results of an analysis"`
}
type DownloadCmd ¶
type DownloadCmd struct {
setter.AppConfig `no-flag:"true"`
*CmdOpts `no-flag:"true"`
clicommon.DownloadCmd
}
func (*DownloadCmd) Execute ¶
func (c *DownloadCmd) Execute(_ []string) error
type ResultsCmd ¶
type ResultsCmd struct {
setter.AppConfig `no-flag:"true"`
*CmdOpts `no-flag:"true"`
clicommon.ResultsCmd
}
func (*ResultsCmd) Execute ¶
func (c *ResultsCmd) Execute(args []string) error
type StoreResultsCmd ¶
type StoreResultsCmd struct {
setter.AppConfig `no-flag:"true"`
*CmdOpts `no-flag:"true"`
Datastore string `long:"datastore" description:"The datastore name to use" default:"default"`
clicommon.StoreResultsCmd
}
func (*StoreResultsCmd) Execute ¶
func (c *StoreResultsCmd) Execute(_ []string) error
Click to show internal directories.
Click to hide internal directories.