sitecorerocks - PipelineDump 1.0.1

Dumps the pipelines and pipeline processors to a Visual Studio text editor. This is useful when implementing new pipeline processors. Shows how to open a Visual Studio text editor.

PM> Install-Package PipelineDump -Version 1.0.1 -Source https://www.myget.org/F/sitecorerocks/api/v3/index.json

Copy to clipboard

> nuget.exe install PipelineDump -Version 1.0.1 -Source https://www.myget.org/F/sitecorerocks/api/v3/index.json

Copy to clipboard

> dotnet add package PipelineDump --version 1.0.1 --source https://www.myget.org/F/sitecorerocks/api/v3/index.json

Copy to clipboard
<PackageReference Include="PipelineDump" Version="1.0.1" />
Copy to clipboard
source https://www.myget.org/F/sitecorerocks/api/v3/index.json

nuget PipelineDump  ~> 1.0.1
Copy to clipboard

> choco install PipelineDump --version 1.0.1 --source https://www.myget.org/F/sitecorerocks/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "sitecorerocks" -SourceLocation "https://www.myget.org/F/sitecorerocks/api/v2"
Install-Module -Name "PipelineDump" -RequiredVersion "1.0.1" -Repository "sitecorerocks" 
Copy to clipboard

Owners

Jakob Christensen

Authors

Jakob Christensen

License

Unknown

Tags

Pipelines

Info

497 total downloads
461 downloads for version 1.0.1
Download (6.66 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.0.1 6.66 KB Mon, 19 Aug 2013 07:21:12 GMT 461
1.0.0 6.84 KB Mon, 19 Aug 2013 06:47:09 GMT 36