- 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.