Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@adobe/aio-cli-plugin-console
Advanced tools
Console Integration Plugin for the Adobe I/O CLI
$ npm install -g @adobe/aio-cli-plugin-console
$ ./bin/run COMMAND
running command...
$ ./bin/run (-v|--version|version)
@adobe/aio-cli-plugin-console/2.0.0 darwin-x64 node-v8.11.4
$ ./bin/run --help [COMMAND]
USAGE
$ ./bin/run COMMAND
...
./bin/run console
./bin/run console:integration NAMESPACE
./bin/run console:list-integrations
./bin/run console:reset-integration [INTEGRATION_ID]
./bin/run console:select-integration [INTEGRATION_ID]
./bin/run console:selected-integration
./bin/run console
List or select console integrations for the Adobe I/O Runtime
USAGE
$ ./bin/run console
OPTIONS
-n, --name sort results by name
-p, --passphrase=passphrase the passphrase for the private-key
ALIASES
$ ./bin/run console:ls
$ ./bin/run console:list
EXAMPLES
$ aio console:list-integrations
$ aio console:ls
$ aio console list-integrations
$ aio console:select-integration INTEGRATION_ID
$ aio console:sel INTEGRATION_ID
$ aio console select-integration INTEGRATION_ID
$ aio console:reset-integration INTEGRATION_ID
$ aio console:reset INTEGRATION_ID
$ aio console reset-integration INTEGRATION_ID
$ aio console:current-integration
$ aio console:current
$ aio console current-integration
See code: src/commands/console/index.js
./bin/run console:integration NAMESPACE
Views an integration for use with Adobe I/O Runtime serverless functions
USAGE
$ ./bin/run console:integration NAMESPACE
ARGUMENTS
NAMESPACE namespace of an integration
OPTIONS
-p, --passphrase=passphrase the passphrase for the private-key
ALIASES
$ ./bin/run console:get
$ ./bin/run console:int
See code: src/commands/console/integration.js
./bin/run console:list-integrations
lists integrations for use with Adobe I/O Runtime serverless functions
USAGE
$ ./bin/run console:list-integrations
OPTIONS
-n, --name sort results by name
-p, --passphrase=passphrase the passphrase for the private-key
ALIASES
$ ./bin/run console:ls
$ ./bin/run console:list
See code: src/commands/console/list-integrations.js
./bin/run console:reset-integration [INTEGRATION_ID]
resets an integration's .wskprops auth hash.
USAGE
$ ./bin/run console:reset-integration [INTEGRATION_ID]
DESCRIPTION
after running this command all clients will need to run `console:select-integration`
to get a new auth hash in their .wskprops file
ALIASES
$ ./bin/run console:reset
See code: src/commands/console/reset-integration.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]
OPTIONS
-f, --force do not prompt if the .wskprops file exists
-g, --global save selected integration to global config
-l, --local save selected integration to local config
-p, --passphrase=passphrase the passphrase for the private-key
-w, --wskprops save selected integration to .wskprops file (default)
DESCRIPTION
Run 'console:ls' to get a list of integrations to select from.
The .wskprops file will be written to your home folder, and you will be prompted whether you want to overwrite an
existing file.
ALIASES
$ ./bin/run console:sel
$ ./bin/run console:select
See code: src/commands/console/select-integration.js
./bin/run console:selected-integration
lists the selected integration for use with Adobe I/O Runtime serverless functions
USAGE
$ ./bin/run console:selected-integration
OPTIONS
-p, --passphrase=passphrase the passphrase for the private-key
ALIASES
$ ./bin/run console:selected
$ ./bin/run console:current
FAQs
Console plugin for the Adobe I/O CLI
The npm package @adobe/aio-cli-plugin-console receives a total of 3,129 weekly downloads. As such, @adobe/aio-cli-plugin-console popularity was classified as popular.
We found that @adobe/aio-cli-plugin-console demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 22 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.