aio-cli-plugin-cloudmanager icon indicating copy to clipboard operation
aio-cli-plugin-cloudmanager copied to clipboard

Field "service" not documented for variables in https://github.com/adobe/aio-cli-plugin-cloudmanager#variables-from-standard-input

Open kwin opened this issue 11 months ago • 1 comments

The JSON may also include a service field per variable like this

{
    "name": "AES_KEY",
    "type": "secretString",
    "value": "****",
    "service": "preview"
 }

However this is not documented in https://github.com/adobe/aio-cli-plugin-cloudmanager#variables-from-standard-input.

kwin avatar Nov 22 '24 13:11 kwin