Skip to content

Commit

Permalink
pipeline onboarding working
Browse files Browse the repository at this point in the history
  • Loading branch information
chap committed Oct 11, 2024
1 parent 9bf2f51 commit 694977f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/commands/pipelines/onboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import renderPipeline from '../../lib/pipelines/render-pipeline'
export default class PipelinesOnboard extends Command {
static description = 'onboard to GitOps'
static defaultUrl = '.git/config:origin/.heroku/$pipelineName.pipeline.yaml'
static featureFlagName = 'alpha'
// cspell:ignore gitops
static featureFlagName = 'gitops-alpha-1'

static examples = [
'$ heroku pipelines:onboard my-pipeline https://github.com/chap/flow-demo/blob/main/.heroku/pipeline.yaml',
Expand Down

0 comments on commit 694977f

Please sign in to comment.