go home

Rundeck Cli Application (rundeck)

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.
dotnet new --install "Rundeck.Cli"
dotnet new rundeck
  • Tags: language: C# type: project
  • Classifications: Rundeck API Console CLI