aio-cli
aio-cli copied to clipboard
Adobe I/O Extensible CLI
I had to install Python@3, then it complained that there was no Visual Studio installed. We should list this in the requirements properly. This was not covered in https://developer.adobe.com/app-builder/docs/getting_started/ See...
### Expected Behaviour When running my app in local, runtime actions using lib-state should be able to read/write data using lib-state. ### Actual Behaviour The following error is seen in...
### Expected Behavior When forwarding logs to Splunk, aio rt logs command does not works and sends this message: > Namespace is configured with custom log forwarding destination: 'splunk_hec'. Please...
Example: `aio plugins update` ### Expected Behaviour [README](https://github.com/adobe/aio-cli#aio-plugins-update) matches [source code](https://github.com/adobe/aio-cli/blob/master/src/commands/update.js#L231) in terms of description and available flags. ``` Update all installed plugins. This command will only: - update user-installed...
### Expected Behaviour Accept timeout of 60000 ms in app.config.yml for runtime actions. ### Actual Behaviour Running the app in local `aio app run --local` throws this error: `requirement failed:...
### Expected Behaviour works exactly like prod ### Actual Behaviour as soon as I call `const state = await stateLib.init()` my action exits, and returns a 204, no logs are...
``` build (16.x, ubuntu-latest)The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/Show more build (16.x, ubuntu-latest)The `save-state` command...
I have built a clean app, and the first time I run it I see a weird log. ``` To view your local application: -> https://localhost:9080 To view your deployed...
What does it mean to add the yaml 'license: Apache-2.0' to ext.config.yaml? This is the default that gets added to every new dx-excshell extension: ``` runtimeManifest: packages: dx-excshell-1: license: Apache-2.0...
### Expected Behaviour When working and deploying AB apps to different IO workspaces, different environment specific configurations are required as input for the actions. The environment specific configs are stored...