Releases: pbufio/pbuf-cli
Releases · pbufio/pbuf-cli
v0.8.0
What's Changed
- Add metadata CLI command and document Users/Bots, Drift, and Metadata commands in README by @Copilot in #21
- support drift dependencies command by @aatarasoff in #22
New Contributors
- @Copilot made their first contribution in #21
Full Changelog: v0.7.0...v0.8.0
v0.7.0
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