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]