Releases: pbufio/pbuf-cli
Releases · pbufio/pbuf-cli
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
--draft
option for the push command by @aatarasoff in #12
v0.3.2
What's Changed
- Fix
auth
command if.netrc
does 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 init
Non-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
update
command by @aatarasoff in #8
v0.2.2
What's Changed
- Add
go_package
option patcher to smooth compilation by @aatarasoff in #7
v0.2.1
What's Changed
- Fix issue with path as directory while using native vendoring by @aatarasoff in #6
v0.2.0
What's Changed
- Add module dependencies support by @aatarasoff in #5