
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@runnerty/executor-shell
Advanced tools
Smart Processes Management
Through NPM
npm i @runnerty/executor-shell
You can also add modules to your project with runnerty-cli
npx runnerty-cli add @runnerty/executor-shell
This command installs the module in your project, adds example configuration in your config.json and creates an example plan of use.
If you have installed runnerty-cli globally you can include the module with this command:
rty add @runnerty/executor-shell
Add in config.json:
{
"id": "shell_default",
"type": "@runnerty-executor-shell"
}
{
"id": "shell_ssh",
"type": "@runnerty-executor-shell",
"host": "remote.server.com",
"username": "runnerty",
"privateKey": "./ssh/privateKeyFile.pem"
}
Add in plan.json:
{
"id":"shell_default",
"command":"tar cvfz /var/backups/stf.tar /var/stranger_things/"
}
{
"id":"shell_default",
"command":"python",
"args":["myscript.py","hello"]
}
{
"id":"shell_default",
"command":"echo",
"args":["hello world"]
}
outputJSON param, if you have a process which returns a JSON object, the executor will generate automatically a value for each value of the object:{
"id":"shell_default",
"command":"node my-returning-object-process.js",
}
This the output of my-returning-object-process.js:
{
"name": "my output name",
"lastName": "my output lastName"
}
Output values with the object's values. It is possible to access the values by GETVALUE function:
@GV(PROCESS_EXEC_JSON_NAME) --> "my output name"
@GV(PROCESS_EXEC_JSON_LASTNAME) --> "my output lastName"
FAQs
Runnerty module: shell executor
The npm package @runnerty/executor-shell receives a total of 28 weekly downloads. As such, @runnerty/executor-shell popularity was classified as not popular.
We found that @runnerty/executor-shell demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.