Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve: cli backwards compatibility #1180

Merged
merged 5 commits into from
Feb 22, 2022
Merged

improve: cli backwards compatibility #1180

merged 5 commits into from
Feb 22, 2022

Conversation

kellymears
Copy link
Contributor

@kellymears kellymears commented Feb 21, 2022

Overview

  • adds dummy bud init/bud install command with deprecation notice
  • all commands extend a new BaseCommand so that child commands don't have to inherit all of the cli options of bud build and bud dev.
  • fixes flag aliases (like --minimize/--min)

refers: none
closes: none

Type of change

  • PATCH: Backwards compatible bug fix

This PR includes breaking changes to the following core packages:

  • none

This PR includes breaking changes to the follow extensions:

  • none

Dependencies

Adds

  • none

Removes

  • none

@kellymears kellymears merged commit abe02a7 into main Feb 22, 2022
@kellymears kellymears deleted the fix-cli branch February 22, 2022 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants