Info
Version: | 1.2.8 |
Author(s): | sergei.snitko |
Last Update: | Monday, August 5, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sergeisnitko/SPExec |
NuGet Url: | https://www.nuget.org/packages/SPExec |
Install
Install-Package SPExec
dotnet add package SPExec
paket add SPExec
SPExec Download (Unzip the "nupkg" after downloading)
Dependencies
- SPAuthN(>= 2.0.0)
- Newtonsoft.Json(>= 11.0.2)
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/SPExec.