Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "pipeline", Usage: "manage pipelines", Commands: []*cli.Command{ pipelineApproveCmd, PipelineCancelWorkflowCmd, pipelineCreateCmd, pipelineDeclineCmd, deploy.Command, pipelineKillCmd, pipelineLastCmd, buildPipelineListCmd(), log.Command, pipelinePsCmd, pipelinePurgeCmd, pipelineQueueCmd, pipelineShowCmd, pipelineStartCmd, pipelineStopCmd, }, }
Command exports the pipeline command set.
View Source
var PipelineCancelWorkflowCmd = &cli.Command{ Name: "cancel-workflow", Usage: "cancel a specific workflow in a pipeline", ArgsUsage: "<repo-id|repo-full-name> <pipeline> <workflow-id>", Action: pipelineCancelWorkflow, Flags: common.GlobalFlags, }
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.