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

@node-sitecore/cli

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-sitecore/cli

A node Sitecore cli

  • 2.0.1
  • npm
  • Socket score

Version published
Weekly downloads
27
decreased by-67.86%
Maintainers
2
Weekly downloads
 
Created
Source

node-sitecore-cli

Build Status Coverage Status Package Quality npm version Dependencies img img Known Vulnerabilities semantic-release

A Sitecore cli

Installation

$ npm install -g @node-sitecore/cli

Usage

 Usage: nsc [options] [command]


  Options:

    -V, --version  output the version number
    -h, --help     output usage information


  Commands:

    init        Create configuration file for a Sitecore Project
    restore     Restore all NuGet Packages
    install     Install a sitecore package
    build       Build project solution
    unicorn     Perform a Unicorn synchronisation
    publish     Publish content (Foundation, Feature, Project)
    help [cmd]  display help for [cmd]
    

Build command options

OptionDefault valueDescription
--log-command, -lfalseLogs the msbuild command that will be executed.
--targets, -t <list> BuildSpecify Build Targets.
--configuration, -c <config> DebugSpecify Build Configuration (Release or Debug).
--solution-platform, -p <plateform> AnyCPUSpecify the Solution Platform (e.g. x86, x64, AnyCPU).
--tools-version, -n <version> 15.0Specify the .NET Tools-Version (1.0, 1.1, 2.0, 3.5, 4.0, 12.0, 14.0, 15.0, auto).
--architecture, -a <arch> Auto-detectedSpecify the Architecture (x86, x64).
--verbosity, -v <level> minimalSpecify the amount of information to display in the build output (quiet, minimal, normal, detailed, diagnostic).
--maxcpucount, -m <cpunb> 0Specify Maximal CPU-Count to use. (-1: MSBuild Default, 0: Automatic selection, > 0: Concrete value).
--node-reuse, -r <boolean> trueSpecify whether to enable or disable the re-use of MSBuild nodes (true or false).
--nologo Suppress Startup Banner and Copyright Message of MSBuild.

It also possible to give additional arguments to the msBuild command directly. Just use -- after the command line.

nsc build --targets Clean,Build -- /noautoresponse

FAQs

Package last updated on 07 Jul 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