Skip to content

Releases: adobe/aio-cli

3.4.0

16 May 01:06

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

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

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

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

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

Add core plugin @adobe/aio-cli-plugin-certificate, discover plugin

16 Jan 06:39

Choose a tag to compare

0aa2f0f (tag: 2.3.0) Incremented version to 2.3.0
7f61024 read package.json and gen health markdown table in readme (#101)
903858a Add @adobe/aio-cli-plugin-auth to health table
847f258 Add @adobe/aio-cli-plugin-auth as a core plugin
625a8b7 Update jest-fetch-mock to the latest version 🚀 (#96)
5b71d89 Update eslint-plugin-jest to the latest version 🚀 (#100)
10e4ce9 Update eslint-plugin-node to the latest version 🚀 (#99)
ea20b2a Merge pull request #98 from adobe/duynguyen-patch-1
88fad96 remove wskdebug install
9543248 Recommend to use nvm (#97)
a1d152b Add core plugin @adobe/aio-cli-plugin-certificate
c185c46 Update inquirer to the latest version 🚀 (#94)
9bcbb75 chore: update health matrix to add aio-cli-plugin-ims
a6cc1c1 Update jest-junit to the latest version 🚀 (#93)
1d8f8dc Update eslint-plugin-jest to the latest version 🚀 (#92)
4a2a66e Discover available plugins, and install them (#87)
4c6d1a1 Greenkeeper/eslint plugin jest 23.1.0 (#91)
e9f91b5 Update readme toc (#89)
0b68a1a (purplecabbage/master) Update readme with getting started guidance (#82)
63acafa Update eslint-plugin-jest to the latest version 🚀 (#81)
d8afb85 provide a relaxed tidelift config (#84)
2bfe6dc (tag: 2.2.3) 2.2.3
ac756ee fix: pin chalk@^2.4.2 in the cli -- npm tends to install chalk@latest which is v3.0.0, which is not specified anywhere in the dependency tree

2.2.3...2.3.0

fix: pin chalk@^2.4.2 in the cli (npm resolver issue)

21 Nov 07:20

Choose a tag to compare

  • fix: pin chalk@^2.4.2 in the cli -- npm tends to install chalk@latest which is v3.0.0, which is not specified anywhere in the dependency tree ac756ee

2.2.2...2.2.3

Fix exception when running `aio plugins`

21 Nov 06:26

Choose a tag to compare

  • fix: include package-lock.json in npm published tarball (#83) 363770a
  • fix: disable Github Actions workflows (#80) 87c240b
  • Update eslint-plugin-jest to the latest version 🚀 (#78) 5fa3bf1
  • chore: add @adobe/aio-cli-plugin-app to health.xlsx 0bfe958
  • fix: add @adobe/aio-cli-plugin-app to the health table 9e25523
  • fix: re-add health table so it doesn't get clobbered by oclif-dev readme generation 1e41412

2.2.1...2.2.2

2.1.1

21 Oct 22:07

Choose a tag to compare

2.1.0

19 Oct 02:07

Choose a tag to compare

  • Adobe Runtime plugin is now a core plugin
  • updated dependencies of internal libs after numerous renames
  1. Config Plugin
  2. Jwt-Auth Plugin
  3. Console Plugin
  4. Runtime Plugin