Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datarootsio/homebrew-tf-profile
This is a homebrew formulae for tf-profile.
https://github.com/datarootsio/homebrew-tf-profile
homebrew homebrew-tap terraform tf-profile
Last synced: 1 day ago
JSON representation
This is a homebrew formulae for tf-profile.
- Host: GitHub
- URL: https://github.com/datarootsio/homebrew-tf-profile
- Owner: datarootsio
- Created: 2023-05-22T13:27:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:24:59.000Z (23 days ago)
- Last Synced: 2024-10-24T08:00:33.147Z (23 days ago)
- Topics: homebrew, homebrew-tap, terraform, tf-profile
- Language: Ruby
- Homepage: https://github.com/datarootsio/tf-profile/
- Size: 11.7 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TfProfile Homebrew Formula
This is a Homebrew formula for the [tf-profile](https://github.com/datarootsio/tf-profile) tool, which downloads the binary file and makes it executable.
## Installation
To install TfProfile using Homebrew, run the following command:
```shell
brew tap datarootsio/tf-profile
brew install tf-profile
```## Release a new version
1. Download 6 zips from the release of [tf-profile releases](https://github.com/datarootsio/tf-profile/releases): three OS (`darwin`, `linux`, `windows`) and two architectures (`arm64`, `amd64`)
2. Use `sha256sum` to generate new hashes for each .zip file
3. Update `tf-profile.rb` with new URLs and hashes for this release
4. Commit and push: `git commit -am "Update tap to version X.Y.Z" && git push origin main`
5. Create a new tag and push it: `git tag -a X.Y.Z -m "Version X.Y.Z" && git push origin 0.3.0`
6. Verify that it works: `brew reinstall tf-profile && tf-profile version`