New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@labshare/services-msi-cli

Package Overview
Dependencies
Maintainers
34
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@labshare/services-msi-cli

Generates a MSI for a Node.js API service

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
34
Created
Source

@labshare/services-msi-cli

Generates a MSI for a Node.js API service

oclif Version Build Status Codecov Downloads/week License

Usage

$ npm install -g @labshare/services-msi-cli
$ services-msi COMMAND
running command...
$ services-msi (-v|--version|version)
@labshare/services-msi-cli/1.2.1 linux-x64 node-v10.13.0
$ services-msi --help [COMMAND]
USAGE
  $ services-msi COMMAND
...

Commands

services-msi bundle

Creates an MSI for a Node.js API project. Requires Windows and the http://wixtoolset.org/ toolchain installed.

USAGE
  $ services-msi bundle

OPTIONS
  -h, --help           show CLI help
  -i, --ini=ini        Path to INI format configuration file for customizing placeholder values
  -o, --output=output  [default: /home/travis/build/LabShare/services-msi-cli] Installer output folder
  -s, --source=source  [default: /home/travis/build/LabShare/services-msi-cli] Project source folder

EXAMPLES
  $ services-msi bundle
  $ services-msi bundle --output /output/dir --source /my/node/project
  Generates "<project-name>-<project-version>.msi"
  $ services-msi bundle --ini path/to/config.ini
  Customizes placeholder values with the given config file. View the 
  https://github.com/LabShare/services-msi-cli/blob/master/example-config.ini for accepted values.

See code: src/commands/bundle.ts

services-msi help [COMMAND]

display help for services-msi

USAGE
  $ services-msi help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Keywords

FAQs

Package last updated on 31 Oct 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