Skip to content

KyleLeneau/hockeyapp-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HockeyApp CLI

A CLI providing Access to the HockeyApp API. Serves as a wrapper making HTTP requests to the HockeyApp API.

Quickstart

git clone https://github.com/KyleLeNeau/hockeyapp-cli
cd hockeyapp-cli
virtualenv env
source env/bin/activate
pip install --editable .
hockeyapp

Configuration

Most of the HockeyApp API calls needs a Token present. Instead of having to pass on every call the environment variable of HOCKEYAPP_TOKEN can be set to aide easier calls.

Documentation

The best way to get the most current documentation is via the CLI itself: hockeyapp --help

About

Python HockeyApp CLI for interacting with the HockeyApp API with a few more helper commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages