Skip to content

Releases: tgbv/cognigy-vg

2.0.0

11 Oct 21:27
Compare
Choose a tag to compare

Breaking changes:

  1. Configuration file syntax has changed. bearerToken has been replaced with serviceProviderToken, and API library scopes have been adjusted accordingly. CLI package is still working account-scoped.
  2. Snapshots of v1 are not compatible with the snapshots of v2. There's discrepancy between handling of LCRs.
  3. "set token" command has been removed.
  4. Project init no longer accepts JWT as token.

Improvements:

  1. Project init: Snap encryption key is verified to be a valid base64 string.
  2. Project init: Can select service provider / account to work with based on serviceProviderToken.
  3. Can inspect the content of snapshot via "snapshot inspect" command.

1.2.1

11 Oct 09:28
Compare
Choose a tag to compare

Fixed case when FQDN could not be set because rate-limit header is missing on server response.

1.2.0

02 Oct 18:47
Compare
Choose a tag to compare

Added command create call - provides guided way to create an outbound call.

cognigy-vg create call

1.1.3

01 Oct 21:03
Compare
Choose a tag to compare

Token supplied via "set token" command must have privileges to access Account and Service SIDs configured in config file.

1.1.2

29 Sep 10:49
Compare
Choose a tag to compare

Set license for NPM.

1.1.1

29 Sep 00:39
Compare
Choose a tag to compare
  1. Added 'set token' command: quickly set API access token in workspace configuration file.
  2. Fixed bug for 'init' / 'set token' commands which caused script to crash if user did not provide JWT.
  3. Fixed bug: 'program.name(...).version is not a function'

1.0.2

27 Sep 14:15
Compare
Choose a tag to compare

All is good. Time to release.

Features:

  • Init: Initialize VG workspace project locally.
  • Pull: Pull resource locally.
  • Push: Push resource remotely.
  • Clone: Pull all Account & BYO Services resoureces locally.
  • Snapshot: Create or restore snapshot locally or remotely.

Install globally and use at will:

$ npm i -g cognigy-vg

$ cognigy-vg init

$ cognigy-vg clone

$ ...