aio-cli
aio-cli copied to clipboard
Adobe I/O Extensible CLI
### Expected Behaviour With --strict non-web actions would return 404 when accessed by browser
### Expected Behaviour If I change some action code, and/or the name of the action, when I run `aio app deploy` it should update config.json with the new name/path for...
See [blog post](https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/) Code: - https://github.com/search?q=org%3Aadobe++actions%2Fcache%40v2+path%3A*.yml&type=code - https://github.com/search?q=org%3Aadobe++actions%2Fcache%40v1+path%3A*.yml&type=code
### Expected Behaviour aio runtime action list -c=2 ... 2 actions listed ### Actual Behaviour › Error: failed to list the actions: the requested resource does not exist. (404 Not...
If the plugin fails to find values in a bunch of other places it goes all the way to ~/.wskprops for values, mine were junk so I was super confused...
### Expected Behaviour Running aio app build -a doesnotexist should warn the user that the action doesnotexist was not found and could not be built ### Actual Behaviour Just a...
### Expected Behaviour To be able to set the `baseUrl` when using quickstar flags in `aio app init` so repositories out of public github can be used. ``` aio app...
Template: https://github.com/adobe/commerce-events-ext-tpl ## Repro Steps 1. Use `[email protected]` or greater and `[email protected]` or greater 2. Install the template above using the aio-cli (via `aio app init`) or `npm i` Error:...
### Expected Behaviour Running `aio app use` to switch to another workspace and then `aio app run | aio app build | aio app deploy` should build and deploy in...
### Expected Behaviour `aio console projects sel` allows selection of any of the projects in `aio console projects ls` output ### Actual Behaviour only 4 are shown and iterable ###...