Versions in this module Expand all Collapse all v0 v0.1.0 Aug 30, 2018 Changes in this version + type ArtifactCmd struct + func (c *ArtifactCmd) Execute(_ []string) error + type Cmd struct + ArtifactCmd ArtifactCmd + DownloadCmd DownloadCmd + ResultsCmd ResultsCmd + StoreResultsCmd StoreResultsCmd + func New(app *cmdopts.Opts, compiledrelease *compiledreleaseopts.Opts) *Cmd + func (c *Cmd) Execute(extra []string) error + type CmdOpts struct + AnalysisOpts *opts.Opts + AppOpts *cmdopts.Opts + CompiledReleaseOpts *compiledreleaseopts.Opts + type DownloadCmd struct + func (c *DownloadCmd) Execute(_ []string) error + type ResultsCmd struct + func (c *ResultsCmd) Execute(args []string) error + type StoreResultsCmd struct + Datastore string + func (c *StoreResultsCmd) Execute(_ []string) error