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

This issue updates and generalizes the discussion in https://github.com/adobe/aio-cli-plugin-console/issues/149 to the whole CLI. This is the result of an internal team discussion, points mentioned here were brought by @Himavanth @meryllblanchet...

enhancement

### Expected Behaviour Where aio detects a typo in the command and proposes a correction, it should apply the correction to the command.. ### Actual Behaviour ``` $ aio activation...

bug

When executing `npm install -g @adobe/aio-cli` with a freshly installed node it downloads **1526**(!) dependencies. ``` + @adobe/[email protected] added 1526 packages from 800 contributors in 401.306s ``` This is insane...

enhancement

This only occurs when Safari is your default browser. Everything is fine in Chrome. Note that Safari has an additional login step where the user needs to click on a...

bug

Local debugging won't work: https://github.com/adobe/aio-cli-plugin-app/issues/322 `node.js` itself should work under `Rosetta 2`, a native binary is pending: https://github.com/nodejs/build/issues/2474 If any of our tools/libs compile `native extensions`, there might be issues...

### Expected Behaviour - wskdeploy supports manifest actions that have includes - includes are specified as globs that can match multiple files, both inside and external to the working directory...

enhancement

**Describe the bug** `version` parameter is always ignored and command gets executed. **To Reproduce** Run `aio app --version` -> shows the available options. Run `aio app run --version` -> executes...

enhancement

Security and version updates can be handled by Dependabot, which is built in to Github. See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ We need to add a yaml file to each repo we maintain, and...

enhancement

See: https://github.com/adobe/aio-cli/actions/runs/3193628914

bug

## Repro See https://github.com/oclif/core/issues/496 Commands: `aio app init --help` (which has `--template` and `--extension` multiple flags) This occurs in both oclif@v1 and oclif@v2. ## Fix The fix is a breaking...

bug