Rundeck.Cli 1.0.5

dotnet new install Rundeck.Cli::1.0.5
This package contains a .NET Template Package you can call from the shell/command line.

Creates a template Rundeck project for .NET Core 3.1.

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.

This package has no dependencies.

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
1.0.5 2,493 3/10/2020
1.0.4 474 3/10/2020
1.0.3 446 3/9/2020
1.0.2 431 3/9/2020
1.0.1 450 3/9/2020
1.0.0 455 3/9/2020

Corrected pluralization when there are 0 projects.