Rundeck.Cli
1.0.0
See the version list below for details.
dotnet new install Rundeck.Cli::1.0.0
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] [--url (API URL)] [--username (API username)] [--password (API password)]
If you did NOT provide URL, username or password 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.
Initial release