rundeck-api

Crates.iorundeck-api
lib.rsrundeck-api
version0.1.0
sourcesrc
created_at2017-08-02 12:28:15.335504
updated_at2017-08-02 14:52:22.704919
descriptionRundeck API is a library to talk with Rundeck Application Programming Interface
homepage
repositoryhttps://github.com/Freyskeyd/Rundeck
max_upload_size
id26100
size7,701
Simon Paitrault (Freyskeyd)

documentation

README

Rundeck: a Command Line Interface for Rundeck

Rundeck (CLI) is a Command Line Interface which aim to solve a lack of tools to directly interact with a Rundeck instance. The main goal is to run and check job's status.

Build Status Crates.io Version

preview

1. Main features

  • List projects and jobs
  • Run a job with parameters and node filters
  • List executions of a project or a job
  • Check executions status of a job
  • Kill an execution

2. Installation

From source

git clone git@github.com:Freyskeyd/Rundeck.git
cd Rundeck
cargo build --release
cp target/release/rundeck /usr/local/bin/
Commit count: 0

cargo fmt