Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adobe/aio-cli-plugin-config

Package Overview
Dependencies
Maintainers
48
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/aio-cli-plugin-config - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"2.2.0","commands":{"config:clear":{"id":"config:clear","description":"clears all persistent config values","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":[],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","hidden":true,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","hidden":true,"allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"do not prompt for confirmation","allowNo":false}},"args":[]},"config:delete":{"id":"config:delete","description":"deletes persistent config values","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":["config:del","config:rm"],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","hidden":true,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","hidden":true,"allowNo":false}},"args":[{"name":"keys...","required":true}]},"config:edit":{"id":"config:edit","description":"edit config file","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":[],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","hidden":true,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","hidden":true,"allowNo":false}},"args":[]},"config:get":{"id":"config:get","description":"gets a persistent config value","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":[],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output in json","hidden":false,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml","hidden":false,"allowNo":false},"env":{"name":"env","type":"boolean","char":"e","description":"environment variables","allowNo":false}},"args":[{"name":"key","required":true}]},"config":{"id":"config","description":"list, get, set, delete, and edit persistent configuration data","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":["config:ls"],"examples":["$ aio config:list","$ aio config:get KEY","$ aio config:set KEY VALUE","$ aio config:delete KEY","$ aio config:clear"],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output in json","hidden":false,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml","hidden":false,"allowNo":false},"env":{"name":"env","type":"boolean","char":"e","description":"environment variables","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"show all config values","allowNo":false}},"args":[]},"config:list":{"id":"config:list","description":"lists all persistent config values","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":["config:ls"],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output in json","hidden":false,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml","hidden":false,"allowNo":false},"env":{"name":"env","type":"boolean","char":"e","description":"environment variables","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"show all config values","allowNo":false}},"args":[]},"config:set":{"id":"config:set","description":"sets a persistent config value","usage":["config set key 'a value' # set key to 'a value'","config set key -f value.json # set key to the json found in the file value.json","config set -j key < value.json # set key to the json found in the file value.json"],"pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":[],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"value is json","hidden":false,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"value is yaml","hidden":false,"allowNo":false},"file":{"name":"file","type":"boolean","char":"f","description":"value is a path to a file","allowNo":false},"interactive":{"name":"interactive","type":"boolean","char":"i","description":"prompt for value","allowNo":false}},"args":[{"name":"key","required":true},{"name":"value|filename","required":false}]}}}
{"version":"2.2.1","commands":{"config:clear":{"id":"config:clear","description":"clears all persistent config values","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":[],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","hidden":true,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","hidden":true,"allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"do not prompt for confirmation","allowNo":false}},"args":[]},"config:delete":{"id":"config:delete","description":"deletes persistent config values","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":["config:del","config:rm"],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","hidden":true,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","hidden":true,"allowNo":false}},"args":[{"name":"keys...","required":true}]},"config:edit":{"id":"config:edit","description":"edit config file","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":[],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","hidden":true,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","hidden":true,"allowNo":false}},"args":[]},"config:get":{"id":"config:get","description":"gets a persistent config value","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":[],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output in json","hidden":false,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml","hidden":false,"allowNo":false},"env":{"name":"env","type":"boolean","char":"e","description":"environment variables","allowNo":false}},"args":[{"name":"key","required":true}]},"config":{"id":"config","description":"list, get, set, delete, and edit persistent configuration data","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":["config:ls"],"examples":["$ aio config:list","$ aio config:get KEY","$ aio config:set KEY VALUE","$ aio config:delete KEY","$ aio config:clear"],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output in json","hidden":false,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml","hidden":false,"allowNo":false},"env":{"name":"env","type":"boolean","char":"e","description":"environment variables","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"show all config values","allowNo":false}},"args":[]},"config:list":{"id":"config:list","description":"lists all persistent config values","pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":["config:ls"],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output in json","hidden":false,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"output in yaml","hidden":false,"allowNo":false},"env":{"name":"env","type":"boolean","char":"e","description":"environment variables","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"show all config values","allowNo":false}},"args":[]},"config:set":{"id":"config:set","description":"sets a persistent config value","usage":["config set key 'a value' # set key to 'a value'","config set key -f value.json # set key to the json found in the file value.json","config set -j key < value.json # set key to the json found in the file value.json"],"pluginName":"@adobe/aio-cli-plugin-config","pluginType":"core","aliases":[],"flags":{"local":{"name":"local","type":"boolean","char":"l","description":"local config","allowNo":false},"global":{"name":"global","type":"boolean","char":"g","description":"global config","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"value is json","hidden":false,"allowNo":false},"yaml":{"name":"yaml","type":"boolean","char":"y","description":"value is yaml","hidden":false,"allowNo":false},"file":{"name":"file","type":"boolean","char":"f","description":"value is a path to a file","allowNo":false},"interactive":{"name":"interactive","type":"boolean","char":"i","description":"prompt for value","allowNo":false}},"args":[{"name":"key","required":true},{"name":"value|filename","required":false}]}}}
{
"name": "@adobe/aio-cli-plugin-config",
"description": "Config Plugin for the Adobe I/O CLI",
"version": "2.2.0",
"version": "2.2.1",
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-config/issues",
"dependencies": {
"@adobe/aio-lib-core-config": ">=1.2.3",
"@adobe/aio-lib-core-config": ">=1.2.4",
"@oclif/command": "^1",

@@ -10,0 +10,0 @@ "@oclif/config": "^1",

@@ -37,3 +37,3 @@ <!--

$ ./bin/run (-v|--version|version)
@adobe/aio-cli-plugin-config/2.2.0 darwin-x64 node-v10.15.3
@adobe/aio-cli-plugin-config/2.2.1 darwin-x64 node-v10.18.1
$ ./bin/run --help [COMMAND]

@@ -82,3 +82,3 @@ USAGE

_See code: [src/commands/config/index.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/index.js)_
_See code: [src/commands/config/index.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.1/src/commands/config/index.js)_

@@ -99,3 +99,3 @@ ## `./bin/run config:clear`

_See code: [src/commands/config/clear.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/clear.js)_
_See code: [src/commands/config/clear.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.1/src/commands/config/clear.js)_

@@ -119,3 +119,3 @@ ## `./bin/run config:delete KEYS...`

_See code: [src/commands/config/delete.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/delete.js)_
_See code: [src/commands/config/delete.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.1/src/commands/config/delete.js)_

@@ -135,3 +135,3 @@ ## `./bin/run config:edit`

_See code: [src/commands/config/edit.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/edit.js)_
_See code: [src/commands/config/edit.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.1/src/commands/config/edit.js)_

@@ -154,3 +154,3 @@ ## `./bin/run config:get KEY`

_See code: [src/commands/config/get.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/get.js)_
_See code: [src/commands/config/get.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.1/src/commands/config/get.js)_

@@ -177,3 +177,3 @@ ## `./bin/run config:list`

_See code: [src/commands/config/list.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/list.js)_
_See code: [src/commands/config/list.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.1/src/commands/config/list.js)_

@@ -199,3 +199,3 @@ ## `./bin/run config set key 'a value' # set key to 'a value'`

_See code: [src/commands/config/set.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.0/src/commands/config/set.js)_
_See code: [src/commands/config/set.js](https://github.com/adobe/aio-cli-plugin-config/blob/v2.2.1/src/commands/config/set.js)_
<!-- commandsstop -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc