Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteConfigFile ¶
WriteConfigFile writes a config state to yaml
Types ¶
type AnalyzeConfig ¶
AnalyzeConfig specifies the config for the analyze command
type BuildConfig ¶
type BuildConfig struct {
Force bool
}
BuildConfig specifies the config for the build command
type CLIConfig ¶
type CLIConfig struct {
APIKey string
Fetcher string
Project string
Revision string
Endpoint string
Modules []module.Config
Debug bool
Interactive bool
DefaultCmd DefaultConfig
AnalyzeCmd AnalyzeConfig
BuildCmd BuildConfig
TestCmd TestConfig
UploadCmd UploadConfig
ReportCmd ReportConfig
ConfigFilePath string
Version string
}
CLIConfig specifies the config available to the cli
type DefaultConfig ¶
type DefaultConfig struct {
Build bool
}
DefaultConfig specifies the config for the default command
type ReportConfig ¶ added in v0.4.3
type ReportConfig struct {
Type string // Either "dependencies" or "licenses"
}
ReportConfig specifies the config for the report command
type TestConfig ¶
TestConfig specifies the config for the test command
type UploadConfig ¶
UploadConfig specifies the config for the upload command
Click to show internal directories.
Click to hide internal directories.