Releases: pbufio/pbuf-cli
Releases · pbufio/pbuf-cli
v0.6.0
What's Changed
- Support ACL and migrate to v0.5.0 by @aatarasoff in #19
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot[bot] in #13
- update pbuf cli to the latest versions by @aatarasoff in #18
New Contributors
- @dependabot[bot] made their first contribution in #13
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- add modules and export paths to the interactive init command by @aatarasoff in #14
v0.4.1
What's Changed
- Fix vendor from the registry command by @aatarasoff
v0.4.0
What's Changed
- Support the
--draftoption for the push command by @aatarasoff in #12
v0.3.2
What's Changed
- Fix
authcommand if.netrcdoes not exist by @aatarasoff
v0.3.1
What's Changed
- Simple init and auth commands by @aatarasoff in #11
Usage
Init
The init command allows you to initialize a new pbuf.yaml file.
Interactively:
pbuf-cli initNon-interactively:
pbuf-cli init [module_name] [registry_url]Replace [module_name] with the name of the module you want to register. Replace [registry_url] with the URL of the PBUF Registry (by default it uses pbuf.cloud.
Auth
The auth command allows you to authenticate with the registry. It saves the token in the .netrc file.
pbuf-cli auth [token]v0.3.0
What's Changed
- Add TLS and auth token support by @aatarasoff in #9
v0.2.3
What's Changed
- Add modules
updatecommand by @aatarasoff in #8
v0.2.2
What's Changed
- Add
go_packageoption patcher to smooth compilation by @aatarasoff in #7