
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
strongloop
Advanced tools
slc
is a command-line tool for development and control of your Node
application.
npm install -g strongloop
See the official StrongLoop documentation.
usage: slc <-h|--help|-v|--version>
usage: slc <command> [--help] [...]
Command-line tool for development and control of a Node application.
Options:
-h,--help Print usage for slc, or for an slc command, and exit.
-v,--version Print versions of slc and its dependencies, and exit.
Commands:
arc: StrongLoop UI, an alternative to the CLI
Launch the StrongLoop UI, a graphical alternative to the `loopback`,
`build`, `deploy`, and `pmctl` commands, that also offers run-time
profiling and debugging.
loopback: LoopBack application scaffolder
Create LoopBack 2.x applications, datasources, models, ACLs, and relations.
debug: Node.js application debugger
start: start a node application under a local process manager
Start a local process manager, if necessary, and run the application
in-place.
build: package a node application for deployment
Packages a node application as an npm tarball or into a git deploy branch.
Deploy the package using the `deploy` command, or your existing DevOps
pipeline.
deploy: deploy a node application package
Deploy an application to the StrongLoop process manager (see `pm-install`
command), or to any PaaS that can accept a `git push` of a node
application.
ctl: control a node application hosted by the process manager
Run-time remote control of clustering, profiling, logging, restart, etc.
See the `pm-install` and `pm` commands.
pm-install: install the StrongLoop process manager
The process manager hosts applications, allowing them to be deployed,
re-deployed, controlled, and monitored, and for application metrics and
logs to be viewed in Arc and published to thirdparty services (Splunk,
Datadog, Statsd, etc.). To experiment locally with the manager without
installing, see the `pm` command.
strongops: save StrongOps API key into strongloop.json
A key is required to publish metrics to the StrongOps hosted service.
These commands are used internally, and may be useful when building custom
tooling and integrations with StrongLoop features:
pm: run the StrongLoop process manager
Normally, the process manager is installed as a system service (upstart or
systemd) and run by the system, but it can be run directly for
experimentation, or to build custom DevOps deployment tooling.
run: supervise a node application
The StrongLoop kernel, the supervisor extends a node application with
node clustering, profiling, metrics collection and delivery, dynamic
profiling, logging, etc. Normally, its used by the process manager, but
it can be run directly for experimentation, or to build custom DevOps
deployment tooling.
runctl: control a node application hosted by the supervisor
Useful when using the `run` command directly.
registry: npm registry manipulation
Switch between npm registries and promote packages between them. Useful
as a component of DevOps/CI pipelines, or from the command line.
FAQs
StrongLoop Command Line Tools
The npm package strongloop receives a total of 76 weekly downloads. As such, strongloop popularity was classified as not popular.
We found that strongloop demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.