aio-cli
aio-cli copied to clipboard
Adobe I/O Extensible CLI
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...
### 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...
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...
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...
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...
**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...
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...
See: https://github.com/adobe/aio-cli/actions/runs/3193628914
## 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...