sp-cmd-deploy 2.0.3-beta1

This is a prerelease version of sp-cmd-deploy.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package sp-cmd-deploy --version 2.0.3-beta1                
NuGet\Install-Package sp-cmd-deploy -Version 2.0.3-beta1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sp-cmd-deploy" Version="2.0.3-beta1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sp-cmd-deploy --version 2.0.3-beta1                
#r "nuget: sp-cmd-deploy, 2.0.3-beta1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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