coffee-tools / coffee-tools/coffee
Enhancements for the Upgrade Command
- Dominant language
- Rust
- Stars
- 11
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the `upgrade` command provides a way to upgrade an entire repository. However, there are several improvements that can be made to enhance the functionality and flexibility of the command. This is a tracking issue of the proposed enhancements:
- [x] Upgrade a Repository: `coffee upgrade `
- [ ] Specify Branch for Upgrading a Repository: `coffee upgrade --branch ` ⏳
- [ ] Upgrade All Repositories: `coffee upgrade --all`
- [ ] Upgrade a Single Plugin: `coffee upgrade --plugin `
- [ ] Specify Branch for Upgrading a Plugin : `coffee upgrade --plugin --branch `
- [ ] Upgrade All Plugins: `coffee upgrade --plugin --all`
- [x] Verbose Flag. `coffee upgrade ... --verbose` (for all variants)
Contributor guide
Assessment
This issue has not been assessed yet.