Skip to main content

Deploybot API Client

Project description

# Deploybot Client

[![Build Status](https://travis-ci.org/mrprompt/deploybot-cli.svg?branch=master)](https://travis-ci.org/mrprompt/deploybot-cli)
[![Code Climate](https://codeclimate.com/github/mrprompt/deploybot-cli/badges/gpa.svg)](https://codeclimate.com/github/mrprompt/deploybot-cli)
[![Test Coverage](https://codeclimate.com/github/mrprompt/deploybot-cli/badges/coverage.svg)](https://codeclimate.com/github/mrprompt/deploybot-cli/coverage)

A client to [Deploybot](https://www.deploybot.com) service.

# 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-cli help
- deploybot-cli user list
- deploybot-cli user get [user_id]
- deploybot-cli deploy list [repository_id] [environment_id]
- deploybot-cli deploy get [deploy_id]
- deploybot-cli deploy trigger [deploy_id]
- deploybot-cli environment list [repository_id]
- deploybot-cli environment get [environment_id]
- deploybot-cli repository list
- deploybot-cli repository get [repository_id]
- deploybot-cli server list [repository_id] [environment_id]
- deploybot-cli server get [server_id]

```

# Test

```
python setup.py test
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deploybot-cli-0.2.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page