mrprompt / deploybot-cli

Deploybot terminal client

Home Page:https://pypi.python.org/pypi/deploybot-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Deploybot terminal client

https://pypi.python.org/pypi/deploybot-cli/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%