Skip to content

kubevious/homebrew-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew Kubevious/CLI

Tap for Kubevious CLI project https://github.com/kubevious/cli.

Release Instructions

$ docker run -it --rm homebrew/brew

brew bump-formula-pr kubevious --url=https://registry.npmjs.org/kubevious/-/kubevious-1.0.30.tgz  --debug

Setup Homebrew Core Repo

$ cd "$(brew --repository homebrew/core)"
$ git remote add kubevious https://github.com/kubevious/homebrew-core.git
$ git checkout master
$ brew update
$ git checkout -b kubevious origin/master

Test Formula

brew tests
brew install --build-from-source kubevious
brew test kubevious
brew audit --strict --online kubevious

Commit changes

git add Formula/kubevious.rb
git commit -m "Kubevious 1.0.20"
git push --set-upstream kubevious kubevious

Restore Upstream

git checkout master
git pull origin master

Rebase From Upstream

git remote add upstream https://github.com/Homebrew/homebrew-core.git

git fetch upstream
git rebase upstream/master
git push origin master --force

Current Errors:

  • Formulae in homebrew/core must specify a license.
  • GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)

Resources

About

Homebrew Tap for Kubevious CLI

https:// kubevious.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages