https://github.com/kometen/homebrew-backup-db
Homebrew-tap-installer for backup-db
https://github.com/kometen/homebrew-backup-db
1password-cli azure-key-vault homebrew-tap pgdump wrapper
Last synced: 3 months ago
JSON representation
Homebrew-tap-installer for backup-db
- Host: GitHub
- URL: https://github.com/kometen/homebrew-backup-db
- Owner: kometen
- Created: 2024-11-21T11:29:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T10:40:02.000Z (6 months ago)
- Last Synced: 2025-01-11T01:14:57.608Z (5 months ago)
- Topics: 1password-cli, azure-key-vault, homebrew-tap, pgdump, wrapper
- Language: Ruby
- Homepage: https://github.com/kometen/backup-db
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kometen Backup-db
## How do I install these formulae?
`brew install kometen/backup-db/`
Or `brew tap kometen/backup-db` and then `brew install `.
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
```ruby
tap "kometen/backup-db"
brew ""
```## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
Create new tap-package and a default installer-script with Rust:
```
brew tap-new kometen/backup-db
brew create --tap kometen/backup-db --rust https://github.com/kometen/backup-db/archive/refs/tags/v0.1.1.tar.gz
```This will install two default-yaml-files in the folder `.github/workflows`.
Create a branch in the repo, ie. `v0.1.1`, push this new branch to Github, create a PR and tests are run. When tests are completed without
errors add the label `pr-pull` and files for installing the `brew tap` package are created. The branch is deleted after finishing this step.
Switch back to branch `main` on your local repo and pull changes from remote.Update a tap to a newer version, use a different name for the script, ie. v0.1.1 when asked for a script-name:
```
brew create --tap kometen/backup-db --rust https://github.com/kometen/backup-db/archive/refs/tags/v0.1.1.tar.gz
```Copy the updated URL and hash from the new file `Formula/v0.1.1.rb` to the existing script. Create a branch and push as described above.