#cli #interface

app rundeck

Rundeck (CLI) is a Command Line Interface which aim to solve a lack of tools to directly interact with a Rundeck instance

1 unstable release

Uses old Rust 2015

0.1.0 Aug 1, 2017

#23 in #lack

21 downloads per month

MIT license

155KB
438 lines

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

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/

Dependencies

~7–21MB
~299K SLoC