diff --git a/cli/pipeline/pipeline.go b/cli/pipeline/pipeline.go index 358fdf1ee..0382241e6 100644 --- a/cli/pipeline/pipeline.go +++ b/cli/pipeline/pipeline.go @@ -22,10 +22,9 @@ import ( // Command exports the pipeline command set. var Command = &cli.Command{ - Name: "pipeline", - Aliases: []string{"build"}, - Usage: "manage pipelines", - Flags: common.GlobalFlags, + Name: "pipeline", + Usage: "manage pipelines", + Flags: common.GlobalFlags, Subcommands: []*cli.Command{ pipelineListCmd, pipelineLastCmd, diff --git a/docs/docs/91-migrations.md b/docs/docs/91-migrations.md index d3bce3e96..f7334eec3 100644 --- a/docs/docs/91-migrations.md +++ b/docs/docs/91-migrations.md @@ -8,6 +8,7 @@ Some versions need some changes to the server configuration or the pipeline conf - Dropped deprecated `pipeline:` keyword in favor of `steps:` in pipeline config - Dropped deprecated `branches:` filter in favor of global [`when.branch`](./20-usage/20-workflow-syntax.md#branch-1) filter - Deprecated `platform:` filter in favor of `labels:`, [read more](./20-usage/20-workflow-syntax.md#filter-by-platform) +- Removed `build` alias for `pipeline` command in CLI ## 1.0.0