Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModeSingleURL = "single-url" ModeFlags = "flags" )
Mode constants
Variables ¶
View Source
var (
AppConfig *config.Config
)
Global variables for configuration and command arguments
View Source
var IntegrationVCSCmd = &cobra.Command{ Use: "integration-vcs --vcs/-p PLUGIN_NAME [--login LOGIN --role ROLE --status STATUS --comment COMMENT --comment-file COMMENT_FILE --files FILES] {--domain VCS_DOMAIN_NAME --namespace NAMESPACE --repository REPOSITORY --pull-request-id ID | URL}", SilenceUsage: true, DisableFlagsInUseLine: true, Example: exampleIntegrationVCSUsage, Short: "Execute VCS integrations for different actions", RunE: runIntegrationVCSCommand, }
IntegrationVCSCmd represents the command for VCS integrations.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.