Rundeck.Cli
1.0.5
dotnet new install Rundeck.Cli::1.0.5
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.
Corrected pluralization when there are 0 projects.