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

Copy link
Contributor

@maxprilutskiy maxprilutskiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honest work. Thanks for your contribution @akramcodez !

@sumitsaurabh927
Copy link
Contributor

@akramcodez there's a test failing, please have a look
image

@akramcodez
Copy link
Author

akramcodez commented Nov 21, 2025

@sumitsaurabh927 @maxprilutskiy errors solved.

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

3 participants