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

strong-deploy

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strong-deploy

Deploy a node application to a StrongLoop process manager

  • 1.1.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
122
decreased by-8.27%
Maintainers
4
Weekly downloads
 
Created
Source

strong-deploy

Deploy a node application package to a StrongLoop process manager.

Both git branches and npm packages can be deployed. They will typically be prepared using strong-build.

Usage

usage: slc deploy [options] URL [PACK|BRANCH]
usage: sl-deploy [options] URL [PACK|BRANCH]

Deploy a node application to a StrongLoop process manager

Options:
  -h,--help          Print this message and exit.
  -v,--version       Print version and exit.
  -c,--config CFG    Deploy a specified configuration (default is "default").

Arguments:
  URL       The URL of the StrongLoop process manager, eg: http://127.0.0.1:7777
            If the server requires authentication, the credentials must be part
            of the URL, eg: http://user:pass@127.0.0.1:7777
  PACK      Deploy an NPM package/tarball.
  BRANCH    Deploy a git branch.

Default behaviour is to deploy the git branch "deploy".

Keywords

FAQs

Package last updated on 09 Feb 2015

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