Releases: adobe/aio-cli-plugin-console
Releases · adobe/aio-cli-plugin-console
3.3.0
3.2.0
feat: config upgrade via hook
cleaned up aliases, typos
- fix: cleanup aliases, added missing org:ls (#142) 622b442
- fix: upgrade @oclif/config from 1.13.3 to 1.15.1 (#146) 424d9a4
- fix(package): update @adobe/aio-lib-ims to version 3.0.0 (#144) ebc1daa
- fix: use codecov bash uploader 4053dd3
- fix: typo in ConsoleCommand description aff69de
- fix: typo d09d67e
- chore(package): update eslint-plugin-jsdoc to version 26.0.0 (#143) 2be72fb
- chore(package): update eslint-plugin-jsdoc to version 25.4.2 (#141) 2688038
- chore(readme): remove Greenkeeper badge (#145) 5beae9b
fix: Org selection should use xxxxx@AdobeOrg instead of the short Adobe AMS Org
- fix: remove use of deprecated @adobe/aio-cli-config -> @adobe/aio-lib-core-config 35c8061
- fix: standardize format of command calls and error reporting (#140) 5cab7b2
- fix: Org selection should use xxxxx@AdobeOrg instead of the short Adobe AMS Org (#139) be6ad12
- unify missing selection error (#135) 1b34145
3.0.0
- e2e test without user interaction (#134) d02710d
- Workspace Enhancements (#133) 378842f
- fix:
where
output (#131) 605301d - select org clears project+workspace, select project clears workspace, config key constants. Closes #128. Closes #119. Closes #120. Closes #121. (#132) d262738
- Rajarju/text changes (#129) 30de888
- fix: ws:dl tests 3202de6
- fix: pretty-print downloaded json for console:ws:dl 7a63eaa
- fix: update README 875a13a
- fix: removed redundant jest setup 7211ee2
- fix: typo in alias 15b7766
- fix: [index] Api Keys should be changed, and switched according to env (#127) 4c18a31
- fix: [org:list] running the command a second time, goes to IMS login again (#125) c2dc24a
- fix: remove node 8 from build matrix 6319dab
- Commands for NG Console (#112) 5a11b82
- fix: remove existing console commands to prep for new implementation (#111) 490022c
- chore(package): update eslint-plugin-jest to version 23.11.0 (#110) 4c596bf
- chore(package): update eslint-plugin-jest to version 23.10.0 (#109) 8107db1
- chore(package): update jest-haste-map to version 26.0.0 (#107) 366f7df
- chore(package): update eslint-plugin-jest to version 23.9.0 (#106) 7f4cff6
- chore: pin @oclif/command to 1.5.20 (#105) cb2d1f3
- fix: add .npmrc (fixes #98) c98a541
- fix: README links to command source code result in 404 (#102) 54702ca
- chore(package): update chalk to version 4.0.0 (#97) c9e528e
- Update eslint-config-standard to the latest version 🚀 (#94) 21f21df
- chore(package): update eslint-plugin-jest to version 23.8.2 (#93) dc96cf1
- chore(package): update eslint-plugin-jest to version 23.8.1 (#92) ccf0b42
- chore(package): update eslint-plugin-jest to version 23.8.0 (#91) f331445
- Merge pull request #86 from Yu1986/e2e 2847f77
- Merge branch 'master' into e2e 14890bb
- fix lintt 04352d3
- get package name from package.json 8d9b0dd
- chore(package): update eslint-plugin-jest to version 23.7.0 (#90) 8ae30a5
- Merge branch 'master' into e2e 0a11be8
- chore: pin @oclif/config to 1.13.3 (#88) 997bebc
- add e2e test 4018ce0
- chore(package): update jest-haste-map to version 25.1.0 (#85) 435f055
2.0.3
- add support for --yaml and --json list-integrations
- added request/response logging [ACNA-468]
- fixed bug in
aio console:integration X_X
[ACNA-467] - bumped dep @adobe/aio-cli-plugin-jwt-auth@2.0.2 => aio-cli-plugin-jwt-auth@2.0.3
- renamed/bumped @adobe/aio-cna-core-config@1.0.14 => aio-lib-core-config@1.0.15
2.0.2
2.0.1
BREAKING CHANGES
-
NEW GLOBAL CONFIGURATION
Your existing global configuration will be migrated automatically to the new global configuration -
FLAG CHANGED
- console:select-integration
(-w) flag is now a shortcut for the (--wskprops) flag. Use (-f, --force) instead. - console:list-integrations
The shortcut for the (–passphrase) flag is now (-p), previously it was (-r). This change is so that it is consistent with other (–passphrase) flag specifications. The shortcut was (-r) because of the removed (-p, --page) flag.
- console:select-integration
-
FLAG REMOVED
- console:list-integrations
- The flag (-p, --page) has been removed. All integrations are retrieved now -- use
less
ormore
on the command line to page results - The flag (-s, --pageSize) has been removed. All integrations are retrieved now -- use
less
ormore
on the command line to page results
- The flag (-p, --page) has been removed. All integrations are retrieved now -- use
- console:list-integrations
NEW FEATURES
- console:select-integration
(-l, --local) flag. Write the integration auth details to the local config
(-g, --global) flag. Write the integration auth details to the global config
(-w, --wskprops) flag. This is the default functionality, write the integration auth details to the .wskprops file
(-f, --force) flag. Do not prompt if the .wskprops file exists - console:list-integrations
no more paging is needed, it will grab all integrations in one go. Users can pipe the results through less or more
(-n, --name) flag. Sort results by name - console:integration (NEW)
Views an integration for use with Adobe I/O Runtime serverless functions - console:selected-integration (NEW)
Lists the selected integration for use with Adobe I/O Runtime serverless functions