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

feat(update): add update command #435

Merged
merged 6 commits into from
Jun 24, 2022
Merged

feat(update): add update command #435

merged 6 commits into from
Jun 24, 2022

Conversation

hkuczynski
Copy link
Contributor

Description

This PR adds an update command which updates the CLI.

Usage:
very_good update

Closes: #433.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel
Copy link
Contributor

Looks great we just need to update the usage tests to include the update command

@hkuczynski
Copy link
Contributor Author

Looks great we just need to update the usage tests to include the update command

Should I do it manually or is it generated somehow?

@felangel
Copy link
Contributor

Looks great we just need to update the usage tests to include the update command

Should I do it manually or is it generated somehow?

You'll need to update the command_runner_test.dart to update the expected usage. Let me know if you need any help

@hkuczynski
Copy link
Contributor Author

@

Looks great we just need to update the usage tests to include the update command

Should I do it manually or is it generated somehow?

You'll need to update the command_runner_test.dart to update the expected usage. Let me know if you need any help

@felangel Done

@felangel felangel changed the title feat(#433): add update command feat(update): add update command Jun 24, 2022
Copy link
Contributor

@felangel felangel left a comment

Choose a reason for hiding this comment

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

LGTM ✅ 🎉

@felangel felangel merged commit afce55c into main Jun 24, 2022
@felangel felangel deleted the feat/update-command branch June 24, 2022 20:07
@felangel felangel mentioned this pull request Jun 29, 2022
7 tasks
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.

feat: add a update command to the CLI
2 participants