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