Skip to content

Releases: pbufio/pbuf-cli

v0.8.0

21 Feb 12:49
4382fed

Choose a tag to compare

What's Changed

  • Add metadata CLI command and document Users/Bots, Drift, and Metadata commands in README by @Copilot in #21
  • support drift dependencies command by @aatarasoff in #22

New Contributors

  • @Copilot made their first contribution in #21

Full Changelog: v0.7.0...v0.8.0

v0.7.0

13 Feb 19:20
8a7a8cd

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

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