breaking-change: ACNA-3833 - add Deploy Service support for some commands #385
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds App Builder Deploy Service support for some commands. The Deploy Service requires a user access token (by user login) or a technical account token. The commands are:
You can use Runtime credential basic auth by the
--use-runtime-authflag for any of these commands, or set the environment variableUSE_RUNTIME_AUTH=1to enable it globally.Some users use the Runtime plugin as a substitute for the
wskcli (since it's a near 1:1 drop-in replacement), so the flag and env var is there to support that scenario.How Has This Been Tested?
aio rt triggerwith both the--use-runtime-authflag, and the global env varUSE_RUNTIME_AUTHaio rtcommands to make sure they don't use the Deploy ServiceTypes of changes
Checklist: