akamai / cli-sandbox

Akamai CLI for Sandbox
https://github.com/akamai/cli
Apache License 2.0
13 stars 12 forks source link

WEEPKRK-868 1.3.0 version frozen #79

Closed akamagorecki closed 3 years ago

amaski commented 3 years ago

Shouldn't we also update https://github.com/akamai/cli-sandbox/blob/master/src/service/sandbox-client-manager.ts file?

there is hardcoded connector version: const CONNECTOR_VERSION = '1.2.0'; and I think it should point to newer version: const CONNECTOR_VERSION = '1.3.0';

Current sandbox-cli code is not compatible with connector 1.2.0.

akamagorecki commented 3 years ago

Branch created based on the master instead of the develop branch. Closing.