Skip to content

v0.3.1

Compare
Choose a tag to compare
@aatarasoff aatarasoff released this 29 Nov 18:27
· 9 commits to main since this release
dcd6c3f

What's Changed

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]