Info
Version: | 2.0.6 |
Author(s): | sergei.snitko |
Last Update: | Tuesday, November 21, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sergeisnitko/sp-cmd-deploy |
NuGet Url: | https://www.nuget.org/packages/sp-cmd-deploy |
Install
Install-Package sp-cmd-deploy
dotnet add package sp-cmd-deploy
paket add sp-cmd-deploy
sp-cmd-deploy Download (Unzip the "nupkg" after downloading)
Dependencies
- CommandLineParser(>= 1.9.71)
- Microsoft.SharePoint2013.CSOM(>= 15.0.4711.1000)
- SharePointPnPCore2013(>= 2.15.1705)
Tags
The library for command line usage of SharePoint applications for deploy/retract/execute custom solutions based on CSOM (or SPMeta2 CSOM) console applications
The solution that helps to execute custom code for SharePoint 2013/2016/Online based on console application (command line arguments) on different stages like deploy, retract or execute
The main idea of the solution is to help to execute custom code in SharePoint in different situations and solutions and to standardize for similar solutions
---
The project and details on github - https://github.com/sergeisnitko/sp-cmd-deploy.