Releases: tgbv/cognigy-vg
Releases · tgbv/cognigy-vg
2.0.0
Breaking changes:
- 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.
- Snapshots of v1 are not compatible with the snapshots of v2. There's discrepancy between handling of LCRs.
- "set token" command has been removed.
- Project init no longer accepts JWT as token.
Improvements:
- Project init: Snap encryption key is verified to be a valid base64 string.
- Project init: Can select service provider / account to work with based on serviceProviderToken.
- Can inspect the content of snapshot via "snapshot inspect" command.
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.0.2
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
$ ...