Documentation ¶
Index ¶
- Constants
- func GetCommandFlags(cmdKey string) []components.Flag
- func GetCommands() []components.Command
- func GetJfrogCliArtifactoryApp() components.App
- type EvidenceCommands
- func NewEvidenceBuildCommand(ctx *components.Context, execute execCommandFunc) EvidenceCommands
- func NewEvidenceCustomCommand(ctx *components.Context, execute execCommandFunc) EvidenceCommands
- func NewEvidencePackageCommand(ctx *components.Context, execute execCommandFunc) EvidenceCommands
- func NewEvidenceReleaseBundleCommand(ctx *components.Context, execute execCommandFunc) EvidenceCommands
Constants ¶
View Source
const (
// Evidence commands keys
CreateEvidence = "create-evidence"
)
View Source
const (
// Base flags keys
ServerId = "server-id"
)
Variables ¶
This section is empty.
Functions ¶
func GetCommandFlags ¶
func GetCommandFlags(cmdKey string) []components.Flag
func GetCommands ¶
func GetCommands() []components.Command
func GetJfrogCliArtifactoryApp ¶ added in v0.1.1
func GetJfrogCliArtifactoryApp() components.App
Types ¶
type EvidenceCommands ¶ added in v0.1.3
type EvidenceCommands interface {
CreateEvidence(ctx *components.Context, serverDetails *coreConfig.ServerDetails) error
}
func NewEvidenceBuildCommand ¶ added in v0.1.3
func NewEvidenceBuildCommand(ctx *components.Context, execute execCommandFunc) EvidenceCommands
func NewEvidenceCustomCommand ¶ added in v0.1.3
func NewEvidenceCustomCommand(ctx *components.Context, execute execCommandFunc) EvidenceCommands
func NewEvidencePackageCommand ¶ added in v0.1.5
func NewEvidencePackageCommand(ctx *components.Context, execute execCommandFunc) EvidenceCommands
func NewEvidenceReleaseBundleCommand ¶ added in v0.1.3
func NewEvidenceReleaseBundleCommand(ctx *components.Context, execute execCommandFunc) EvidenceCommands
Source Files ¶
Click to show internal directories.
Click to hide internal directories.