Skip to content

Releases: adobe/aio-cli

New feature: added `console:reset-integration` command

14 Jan 07:34
Compare
Choose a tag to compare
  • Added console:reset-integration (console:reset) feature

This will reset the wsk auth code for an integration. Note: that if a previous command was already run, the credentials are cached for a max of 5 mins, then the auth code is revoked.

aio console:reset-integration INTEGRATION_ID

Fix: bug with expired access token

20 Dec 04:30
Compare
Choose a tag to compare

Updated jwt-auth plugin with bug fix to the access token expiry check.

Fix: Adobe I/O Runtime API change (console:select-integration)

03 Dec 08:50
1134ff9
Compare
Choose a tag to compare

Added x-ims-org-id header to console:select-integration call

New features: support PEM files in config:set, added config:clear

02 Oct 04:55
Compare
Choose a tag to compare
  • Added config:clear [key] to clear a specific key
  • Added application/x-pem-file handling for config:set [key] --file (typically to set private keys)

New features: private-key passphrase support, .wskprops overwrite confirmation

10 Sep 03:37
Compare
Choose a tag to compare

For the console and jwt-auth commands, a --passphrase flag was added for you to specify a passphrase for your private-key if it is passphrase protected.

For the console:select-integration command, an interactive confirmation is presented to the user for overwriting the .wskprops file. An --overwrite flag can be set to bypass the prompt, to always overwrite the .wskprops file.

Initial release

10 Sep 03:39
Compare
Choose a tag to compare

Initial release of the console, config, and jwt-auth commands.