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
19
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.3.0 to 3.0.1

2

oclif.manifest.json

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

{"version":"2.3.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":"3.0.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.3.0",
"version": "3.0.1",
"author": "Adobe Inc.",

@@ -41,3 +41,3 @@ "bugs": "https://github.com/adobe/aio-cli-plugin-config/issues",

"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},

@@ -44,0 +44,0 @@ "files": [

@@ -16,3 +16,3 @@ <!--

[![Downloads/week](https://img.shields.io/npm/dw/@adobe/aio-cli-plugin-config.svg)](https://npmjs.org/package/@adobe/aio-cli-plugin-config)
[![Build Status](https://travis-ci.org/adobe/aio-cli-plugin-config.svg?branch=master)](https://travis-ci.org/adobe/aio-cli-plugin-config)
[![Node.js CI](https://github.com/adobe/aio-cli-plugin-config/actions/workflows/node.js.yml/badge.svg)](https://github.com/adobe/aio-cli-plugin-config/actions/workflows/node.js.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

@@ -54,2 +54,4 @@ [![Codecov Coverage](https://img.shields.io/codecov/c/github/adobe/aio-cli-plugin-config/master.svg?style=flat-square)](https://codecov.io/gh/adobe/aio-cli-plugin-config/)

```
list, get, set, delete, and edit persistent configuration data
USAGE

@@ -77,3 +79,3 @@ $ aio config

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

@@ -85,2 +87,4 @@ ## `aio config:clear`

```
clears all persistent config values
USAGE

@@ -95,3 +99,3 @@ $ aio config:clear

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

@@ -103,2 +107,4 @@ ## `aio config:delete KEYS...`

```
deletes persistent config values
USAGE

@@ -116,3 +122,3 @@ $ aio config:delete KEYS...

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

@@ -124,2 +130,4 @@ ## `aio config:edit`

```
edit config file
USAGE

@@ -133,3 +141,3 @@ $ aio config:edit

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

@@ -141,2 +149,4 @@ ## `aio config:get KEY`

```
gets a persistent config value
USAGE

@@ -153,3 +163,3 @@ $ aio config:get KEY

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

@@ -161,2 +171,4 @@ ## `aio config:list`

```
lists all persistent config values
USAGE

@@ -177,3 +189,3 @@ $ aio config:list

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

@@ -185,2 +197,4 @@ ## `aio config set key 'a value' # set key to 'a value'`

```
sets a persistent config value
USAGE

@@ -200,3 +214,3 @@ $ aio 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/2.3.0/src/commands/config/set.js)_
_See code: [src/commands/config/set.js](https://github.com/adobe/aio-cli-plugin-config/blob/3.0.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