Info
Version: | 1.0.5 |
Author(s): | David Bond |
Last Update: | Tuesday, March 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/panoramicdata/Rundeck.Cli |
NuGet Url: | https://www.nuget.org/packages/Rundeck.Cli |
Install
Install-Package Rundeck.Cli
dotnet add package Rundeck.Cli
paket add Rundeck.Cli
Rundeck.Cli Download (Unzip the "nupkg" after downloading)
To install (or update) the template, type:
dotnet new -i Rundeck.Cli
If you do not specify the namespace with --name, the folder name is used instead
Once installed, go to an empty folder and type:
dotnet new rundeck [--name Project.Namespace] [--uri (API URI)] [--apiToken (API token)]
If you did NOT provide URI or apiToken at the command line,
edit the appsettings.json file to set your credentials.
After this, build and run with:
dotnet run
This should provide some basic information about your Rundeck account to demonstrate a working project.