Skip to content

8.0.0

Latest

Choose a tag to compare

@shazron shazron released this 21 Jul 00:55
· 11 commits to master since this release
  • fix: error when current context is undefined, CLI symbol is undefined (#386) fd79e91
  • breaking-change: ACNA-3833 - add Deploy Service support for some commands (#385) 6e98764

Auth change for these commands:

  • aio rt action create/update/delete/update
  • aio api create/delete
  • aio rt deploy sync/undeploy
  • aio rt rule create/delete/update/disable/enable
  • aio rt trigger create/delete/update

You can use Runtime credential basic auth by the --use-runtime-auth flag for any of these commands, or set the environment variable USE_RUNTIME_AUTH=1 to enable it globally.

Some users use the Runtime plugin as a substitute for the wsk cli (since it's a near 1:1 drop-in replacement), so the flag and env var is there to support that scenario.


7.1.0...8.0.0