-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 add utility to help version providers
The last few beta releases have shown how hard it is to keep all provider versions updated. To ease the pain, we are starting a small utility. It is still in its infancy, but it is already really helpful: ```bash alias version="go run providers-sdk/v1/util/version/version.go" // check if any provider needs a version update (fast) version check providers/*/ --fast // interactively update the version for one provider version update providers/os ``` Signed-off-by: Dominik Richter <[email protected]>
- Loading branch information
Showing
3 changed files
with
283 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.