Skip to content

Releases: pbufio/pbuf-cli

v0.4.2

21 Dec 13:36
840cfef
Compare
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
Compare
Choose a tag to compare

What's Changed

v0.4.0

07 Dec 11:00
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

v0.2.3

20 Nov 13:42
96bb9b0
Compare
Choose a tag to compare

What's Changed

v0.2.2

16 Nov 14:59
945b81c
Compare
Choose a tag to compare

What's Changed

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

v0.2.1

15 Nov 15:29
cb9ff02
Compare
Choose a tag to compare

What's Changed

  • Fix issue with path as directory while using native vendoring by @aatarasoff in #6

v0.2.0

14 Nov 12:06
7a8425b
Compare
Choose a tag to compare

What's Changed