Documentation
¶
Overview ¶
Package cli provides the application command line interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶ added in v0.83.0
type Options struct {
SettingsFile string `json:"settings_file"`
IgnoreSettings bool `json:"ignore_settings"`
Force bool `json:"force"`
DryRun bool `json:"dry_run"`
Verbose bool `json:"verbose"`
Severity string `json:"severity"`
IgnoreFailures bool `json:"ignore_failures"`
IgnoreIDs cli.StringSlice `json:"ignore_ids"`
IgnoreFixStates cli.StringSlice `json:"ignore_fix_states"`
Pipeline bool `json:"pipeline"`
RepoID string `json:"repo_id"`
BuildID string `json:"build_id"`
CacheDir string `json:"cache_dir"`
S3Bucket string `json:"s3_bucket"`
S3KeyPrefix string `json:"s3_key_prefix"`
}
Options represents the command line options.
Click to show internal directories.
Click to hide internal directories.