Skip to content

jacobfg/secret-inject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secret-inject

Uses goreleaser for build, relase & homebrew management

Local build

goreleaser build --skip-validate --single-target --rm-dist --snapshot
find dist/plugins/ -type f | xargs -n1 -I {} cp {} dist/plugins

Pre publish build

goreleaser release --rm-dist --skip-validate --skip-publish

Release to GitHub/Homebrew

git commit
git tag X.X.X
git push
git push --tags
# git push --atomic origin <branch name> <tag>
goreleaser release --rm-dist

About

inject environment variables to a CLI tool from macOS keychain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages