Skip to content

Releases: adobe/aio-cli

4.0.0

05 Oct 15:14
Compare
Choose a tag to compare

breaking: update to new major versions for two main core plugins: @adobe/aio-cli-plugin-app 3->4 and @adobe/aio-cli-plugin-runtime 1->2

  • update dependencies (#218) 7f2f582
  • chore(deps): bump yargs-parser from 13.1.1 to 13.1.2 (#215) 44bb8fe
  • chore(deps): bump node-fetch from 2.6.0 to 2.6.1 (#216) ec7d9d4
  • Merge pull request #217 from adobe/snyk-fix-22f1735c0a31e78522dabf305f5b8e58 5e15bda
  • fix: package.json & package-lock.json to reduce vulnerabilities 6066ae7
  • chore(deps): bump bl from 3.0.0 to 3.0.1 (#214) b968582
  • fix: regenerate package-lock.json (npm audit fix) d9882ad
  • chore(deps): bump lodash from 4.17.15 to 4.17.19 (#202) 8f1b5f7

3.7.0...4.0.0

3.7.0

06 Jul 15:29
Compare
Choose a tag to compare
  • update packages, no more patch-package for aio-lib-core-config 84b28bd
  • fix: upgrade @oclif/plugin-plugins from 1.7.9 to 1.7.10 (#197) 78177eb
  • fix: upgrade chalk from 4.0.0 to 4.1.0 (#195) ad4c105

3.6.0...3.7.0

3.6.0

15 Jun 19:25
Compare
Choose a tag to compare
  • update aio-cli-plugin-app required version 97a55fc
  • feat: add events plugin, update other core plugin versions (#192) 8de305b
  • update aio-cli-plugin-info version 54c720a

https://github.com/adobe/aio-cli/compare/3.5.0..3.6.0

removed jwt-auth core plugin, other plugin updates

02 Jun 14:30
Compare
Choose a tag to compare

Notable issues:

Others:

  • fix: eslint issues (#186) 6193312
  • fix: use codecov bash uploader 7f45006
  • fix: upgrade @oclif/plugin-plugins from 1.7.8 to 1.7.9 (#183) a4ac807
  • fix: upgrade @oclif/plugin-help from 2.2.1 to 2.2.3 (#178) 49f37d2
  • fix: upgrade @oclif/color from 0.1.0 to 0.1.2 (#179) 705f7fb
  • fix: upgrade @oclif/plugin-not-found from 1.2.3 to 1.2.4 (#180) fff77e1
  • fix: upgrade ora from 4.0.3 to 4.0.4 (#181) 859f5ac
  • fix: upgrade cli-ux from 5.4.5 to 5.4.6 (#182) deb1a85
  • fix: upgrade semver from 7.1.3 to 7.3.2 (#173) 1a6a93c
  • fix: upgrade inquirer from 7.0.1 to 7.1.0 (#174) 9826495
  • fix: upgrade @oclif/command from 1.5.19 to 1.6.1 (#175) 20e9157
  • fix: upgrade @oclif/config from 1.13.3 to 1.15.1 (#176) 77e6ff5

3.4.1...3.5.0

3.4.1

16 May 02:51
Compare
Choose a tag to compare
  • bump aio-cli-plugin-app to 2.0.4 d689b2f

3.4.0...3.4.1

3.4.0

16 May 01:06
Compare
Choose a tag to compare
  • update core plugin versions af4ee2e
  • Update eslint-plugin-jest to the latest version πŸš€ (#154) f66d1ba
  • chore(package): update @adobe/aio-cli-plugin-app, @adobe/aio-cli-plugin-auth, @adobe/aio-cli-plugin-certificate plugins (#153) ff96bab
  • Update @oclif/plugin-autocomplete to the latest version πŸš€ (#150) 98f6f69
  • Update eslint-plugin-jest to the latest version πŸš€ (#149) 6cd0279
  • skip version check for plugins that are not on npm (#148) ac0cac4
  • fix: add explicit @oclif/color 0.1.0, remove chalk (fixes #85) (#144) 1114258
  • fix: README links to command source code result in 404 (#142) 41abd4e
  • fix: @adobe/aio-cli is listed in the plugins to update (#141) 25d183a

3.3.0...3.4.0

Added new `info` plugin, bumped runtime and app plugins

14 Apr 14:14
Compare
Choose a tag to compare

Commits:

  • chore(health-table): add @adobe/generator-aio-app (#135) a85aef2
  • added plugin-info, bumped runtime and app plugins 14ebafd

@adobe/[email protected]

  • webpack config includes .json files
  • fix broken bash terminal after run
  • support run with skip actions
  • inject remote action urls even if skipActions is set

@adobe/[email protected] ( New plugin )

  • aio info Display dev environment version information, useful for identifying issue
  • aio report Report an issue with the CLI or submit a feature request

3.2.0...3.3.0

Added `aio update` and `aio rollback` commands. `New cli available` warning

07 Apr 08:58
Compare
Choose a tag to compare

Changelog

  • Added note about Linux containers on Windows e189977
  • feat: add update and rollback commands, and cli new version update core plugin (#132) 20bba9f
  • Update eslint-config-standard to the latest version πŸš€ (#129) 07ce9cc
  • consolidate sorting tests, only test the output order and not date objects (#127) 4fccd35

feat: add update and rollback commands

The update command will update all installed plugins by checking for any updated versions in the npm registry (with --interactive mode available). Note that this will not check for any updates for any non @adobe namespaced core plugins, for compatibility reasons.

The rollback command will uninstall all user-installed plugins (with --interactive mode available).

feat: add @oclif/plugin-warn-if-update-available as a core plugin

Through a hook via the @oclif/plugin-warn-if-update-available plugin, npm is checked whether there is a newer version of the CLI available, and it will warn the user. This is shown at every command (can't turn it off) but it has a timeout of 7 days (so after 7 days of warnings, it won't prompt the user anymore).

feat: print out warning for user-installed plugins that are older or equal to core plugin versions

3.1.0...3.2.0

`aio login` feature

16 Mar 14:48
Compare
Choose a tag to compare
  • fix: npm audit issues 64a1b63
  • fix(package): update @adobe/aio-cli-plugin-auth to version 2.0.0 (#126) 8bbb737
  • Bump acorn from 7.1.0 to 7.1.1 (#125) 2a73ca7
  • Update eslint-plugin-jest to the latest version πŸš€ (#122) dcf299c
  • e2e test (#111) 886c5b4
  • Update eslint-plugin-jest to the latest version πŸš€ (#121) f350f59
  • Update eslint-plugin-jest to the latest version πŸš€ (#118) 80953a2
  • Bump codecov from 3.6.1 to 3.6.5 (#117) 3c629f1
  • chore(package): update @adobe/aioi-cli-plugin-auth to ^1.1.0 (#115) 3bb8172
  • Bump yarn from 1.19.1 to 1.22.0 (#114) 9c81e8c
  • bump dep on plugin-certificate cfd8b3b
  • Describe how to invoke actions when running app locally (#109) ed3b280
  • Update eslint-plugin-jest to the latest version πŸš€ (#112) d6e4986
  • Remove reference to missing d.ts lib file in package.json (#108) 0b51701
  • Update exc url documentation 3b3691d
  • Update readme for M1 release changes (#104) 94b909f
  • fix: update health table (with repo links) e7622c1

3.0.0...3.1.0

Auth plugin

16 Jan 06:43
Compare
Choose a tag to compare

f76affd Incremented version to 3.0.0
7a959a5 (HEAD -> master) v2.3.0 (#95)
3e0f750 add all plugins to outdated instructions