Skip to content

Releases: pbufio/pbuf-cli

v0.6.0

25 Jan 10:26
a40db60

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

23 Dec 17:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

21 Dec 13:36
840cfef

Choose a tag to compare

What's Changed

  • add modules and export paths to the interactive init command by @aatarasoff in #14

v0.4.1

07 Dec 11:50

Choose a tag to compare

What's Changed

v0.4.0

07 Dec 11:00

Choose a tag to compare

What's Changed

  • Support the --draft option for the push command by @aatarasoff in #12

v0.3.2

29 Nov 18:56

Choose a tag to compare

What's Changed

  • Fix auth command if .netrc does not exist by @aatarasoff

v0.3.1

29 Nov 18:27
dcd6c3f

Choose a tag to compare

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]

v0.3.0

22 Nov 12:36
e466477

Choose a tag to compare

What's Changed

v0.2.3

20 Nov 13:42
96bb9b0

Choose a tag to compare

What's Changed

v0.2.2

16 Nov 14:59
945b81c

Choose a tag to compare

What's Changed

  • Add go_package option patcher to smooth compilation by @aatarasoff in #7