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

Bumps [execa](https://github.com/sindresorhus/execa) from 5.1.1 to 8.0.1. Release notes Sourced from execa's releases. v8.0.1 Fixes Fix and document support for the {encoding: 'buffer'} option. It is the same as {encoding: null},...

dependencies

Duplicate help listings: 1. Topics are also Commands (can we remove Topics?) 2. `runtime` and `rt` are listed (they are the same) ``` ❯ aio Adobe I/O Extensible CLI VERSION...

bug

### Expected Behaviour The user should be presented with a nice list of choices, instead they get a weird table with columns where all values are N/A, all contain the...

enhancement

### Expected Behaviour app use should allow completion of org+project If I am IN a global org, but do not have a project selected ALL options presented will be an...

bug

We always deploy the frontend with source-maps and these are typically the largest files in the deploy. Front end deploys could be much faster if we defaulted to NOT building...

enhancement

### Requested Behaviour Actions with "web" set to "yes" show in the developer console. ### Actual Behaviour Actions with "web" set to "yes" do not show in the developer console....

enhancement

Need this extra parameter: https://github.com/adobe/aio-cli/blob/7952ef93baa6c2c10387fa299bf104e8867fd6fa/.github/workflows/version-bump-publish.yml#L38 This should be fixed in all repos. This is not an issue for existing projects, but for new projects. This was fixed in the template:...

bug

The workflow will push the new package.json version update, but it will not push the new tag itself. For the new workflow, it should have an additional command `git push...

bug

### Expected Behavior Asset compute uses https://github.com/adobe/aio-lib-files to generate presigned url and upload image files. We are seeing large number of ECONRESET errors when trying to upload image files. This...

bug

For the `aio app init` process I'd be happy to see that all app types are handled consistently in the interactive mode, because CLI options (such as `--standalone-app`) are more...

enhancement