sp-cmd-deploy
2.0.3-beta1
dotnet add package sp-cmd-deploy --version 2.0.3-beta1
NuGet\Install-Package sp-cmd-deploy -Version 2.0.3-beta1
<PackageReference Include="sp-cmd-deploy" Version="2.0.3-beta1" />
paket add sp-cmd-deploy --version 2.0.3-beta1
#r "nuget: sp-cmd-deploy, 2.0.3-beta1"
// Install sp-cmd-deploy as a Cake Addin #addin nuget:?package=sp-cmd-deploy&version=2.0.3-beta1&prerelease // Install sp-cmd-deploy as a Cake Tool #tool nuget:?package=sp-cmd-deploy&version=2.0.3-beta1&prerelease
SharePoint CommandLine Deploy
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- CommandLineParser (>= 1.9.71)
- Microsoft.SharePoint2013.CSOM (>= 15.0.4711.1000)
- SharePointPnPCore2013 (>= 2.15.1705)
- SharePointPnPCoreOnline (>= 2.15.1705)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
* fixed ADFS auth timeout problems
* updated the password auto fill in inline params
* added the support of unlimit functions to execute.
Only three params (deploy, retract, execute) is in past now. Today you can set your own keys for execution and there is no limit of this functions
*bug fix