deploybot-cli

Deploybot API Client


Keywords
deploy, cd, console, continuous, delivery, deploybot, python, terminal
License
GPL-2.0+
Install
pip install deploybot-cli==0.3.0

Documentation

Deploybot Client

Build Status Code Climate Test Coverage Issue Count GitHub issues GitHub stars GitHub license

A client to Deploybot service using Deploybot-SDK.

Install

pip install deploybot-cli

Configuration

DEPLOYBOT_ACCOUNT="foo"
DEPLOYBOT_KEY="foo123bar456bar"
COLUMN_WIDTH=15 (optional - default = 32)
COLUMN_STYLE="block" (optional - default = fancy_grid, availables = round, fancy_grid, grid, clean and block)

Usage

- deploybot help
- deploybot user list
- deploybot user get [user_id]
- deploybot deploy list [repository_id] [environment_id]
- deploybot deploy get [deploy_id]
- deploybot deploy trigger [deploy_id]
- deploybot environment list [repository_id]
- deploybot environment get [environment_id]
- deploybot repository list
- deploybot repository get [repository_id]
- deploybot server list [repository_id] [environment_id]
- deploybot server get [server_id]

Test

python setup.py test