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

Adobe I/O Extensible CLI

Results 111 aio-cli issues
Sort by recently updated
recently updated
newest added

We only nag about cli versions, and that is set at a frequency that will not annoy. https://github.com/oclif/plugin-warn-if-update-available ## Expected You might be using outdated plugins, and the cli gives...

enhancement

With Node 22, the following error message is output anytime `aio` is run: ``` (node:353) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node...

### Expected Behaviour force it all! #### Environment Info ``` System: OS: macOS 14.6.1 CPU: (10) arm64 Apple M1 Max Memory: 1.81 GB / 32.00 GB Shell: 5.9 - /bin/zsh...

bug

All commands include this output .... ``` aio report -b (node:61566) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show...

bug

Bumps [oclif](https://github.com/oclif/oclif) from 4.15.8 to 4.15.16. Release notes Sourced from oclif's releases. 4.15.16 Bug Fixes deps: bump @​oclif/plugin-help from 6.2.14 to 6.2.16 (b87b645) 4.15.15 Bug Fixes deps: bump @​oclif/plugin-warn-if-update-available (f15c99a)...

dependencies

Bumps [execa](https://github.com/sindresorhus/execa) from 5.1.1 to 9.5.0. Release notes Sourced from execa's releases. v9.5.0 Features When redirecting stdout or stderr to a file, allow appending instead of overwriting. (#1166) await execa({stdout:...

dependencies

Bumps [@oclif/core](https://github.com/oclif/core) from 2.11.7 to 4.0.30. Release notes Sourced from @​oclif/core's releases. 4.0.30 Bug Fixes fix aliases in config.commandIDs missing the default topic separator (#1229) (#1230) (f86d9f7) 4.0.29 Bug Fixes...

dependencies

### Expected Behaviour When creating an action listed in `app.config.yaml`, for example: ```myAction.http``` And when the Swagger file contains the following configuration: ``` "/myPath/": { "get": { "operationId": "myProject/myPackage/myAction.http", "responses":...

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

### Expected Behaviour CI/CD should support the Undeploy of an App Builder app. ### Actual Behaviour No "undeploy" optin available within aio-apps-action librabry. ### Reproduce Scenario (including but not limited...