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

@adobe/aio-cli-plugin-console

Package Overview
Dependencies
Maintainers
20
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/aio-cli-plugin-console

Console integration plugin for the Adobe I/O CLI

  • 1.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.3K
decreased by-0.58%
Maintainers
20
Weekly downloads
 
Created
Source

aio-cli-plugin-console

Console Integration Plugin for the Adobe I/O CLI

  • Usage
  • Commands

Usage

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

Commands

./bin/run console

List or select console integrations for the Adobe I/O Runtime

USAGE
  $ ./bin/run console

EXAMPLES
  $ aio console:list-integrations
  $ aio console:ls
  $ aio console:select-integration INTEGRATION_ID
  $ aio console:sel INTEGRATION_ID

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

./bin/run console:list-integrations

lists integrations for use with Adobe I/O Runtime serverless functions

USAGE
  $ ./bin/run console:list-integrations

OPTIONS
  -p, --page=page          [default: 1] page number
  -s, --pageSize=pageSize  [default: 20] size of a page (max 50)

ALIASES
  $ ./bin/run console:ls

See code: src/commands/console/list-integrations.js

./bin/run console:select-integration [INTEGRATION_ID]

selects an integration and writes the .wskprops file to the local machine

USAGE
  $ ./bin/run console:select-integration [INTEGRATION_ID]

DESCRIPTION
  Run 'console:ls' to get a list of integrations to select from.
  The .wskprops file will be written to your home folder, and will overwrite the existing file.

ALIASES
  $ ./bin/run console:sel

See code: src/commands/console/select-integration.js

Keywords

FAQs

Package last updated on 31 Aug 2018

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