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
31
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

Config Plugin for the Adobe I/O CLI

  • 1.0.7
  • Source
  • npm
  • Socket score

Version published
Maintainers
31
Created
Source

oclif Version Downloads/week Build Status Build status License Greenkeeper badge

aio-cli-plugin-config

Config Plugin for the Adobe I/O CLI

Usage

$ npm install -g @adobe/aio-cli-plugin-config
$ ./bin/run COMMAND
running command...
$ ./bin/run (-v|--version|version)
@adobe/aio-cli-plugin-config/1.0.7 darwin-x64 node-v8.11.4
$ ./bin/run --help [COMMAND]
USAGE
  $ ./bin/run COMMAND
...

Commands

./bin/run config

get, set, delete, and clear persistent configuration data

USAGE
  $ ./bin/run config

EXAMPLES
  $ aio config:get KEY
  $ aio config:set KEY VALUE
  $ aio config:delete KEY
  $ aio config:del KEY
  $ aio config:clear

See code: src/commands/config/index.js

./bin/run config:clear [KEY]

clears all persistent config values, or for a specific key

USAGE
  $ ./bin/run config:clear [KEY]

See code: src/commands/config/clear.js

./bin/run config:delete [KEY]

delete a persistent config value

USAGE
  $ ./bin/run config:delete [KEY]

ALIASES
  $ ./bin/run config:del

See code: src/commands/config/delete.js

./bin/run config:get [KEY]

gets a persistent config value

USAGE
  $ ./bin/run config:get [KEY]

See code: src/commands/config/get.js

./bin/run config:set [KEY] [VALUE]

sets a persistent configuration value

USAGE
  $ ./bin/run config:set [KEY] [VALUE]

OPTIONS
  -f, --file                 the value is a path to a file to read the config value from

  -t, --mime-type=mime-type  the mime-type of the file path with --file/-f (defaults to plain text, available:
                             application/json)

See code: src/commands/config/set.js

Keywords

FAQs

Package last updated on 22 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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