Skip to content

Conversation

@akramcodez
Copy link

Summary

Add lingo.dev init bitbucket command for Bitbucket Pipelines setup

Changes

  • Added new init bitbucket subcommand under the CLI.
  • Implemented runBitbucketInit() to generate or update bitbucket-pipelines.yml.
  • Registered the command inside init.ts so it appears in the CLI.
  • Reused the existing Bitbucket initializer logic for consistent behavior.

Testing

  • Verified that running lingo.dev init bitbucket creates a new bitbucket-pipelines.yml when none exists.
  • Verified that running the command again updates an existing file without duplicating steps.
  • All tests pass locally.

Closes #1098

@akramcodez
Copy link
Author

PTAL @maxprilutskiy, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add lingo.dev init bitbucket command for Bitbucket Pipelines workflow setup

1 participant