FogBugz command line interface.
Project description
# FogBugz Command Line Interface
[<img src=”https://travis-ci.org/lbolla/fbcli.svg?branch=master”>](https://travis-ci.org/lbolla/fbcli) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3699c35b755d41fbb540ae4e02118260)](https://www.codacy.com/app/lbolla/fbcli?utm_source=github.com&utm_medium=referral&utm_content=lbolla/fbcli&utm_campaign=Badge_Grade)
Install with:
$> python setup.py install
Run with:
fb fb –logging=debug # verbose fb –help # for more options
Get help from fb:
>>> help >>> help <command> # for more
Python2 is deprecated: please use Python3.
# Configuration
fbcli can make use of several environmental variables:
FBURL: the URL to FogBugz, e.g. https://<your_company>.fogbugz.com/
FBUSER: your username, e.g. lorenzo.bolla@example.com
FBTOKEN: your FogBugz API token, e.g. abcdefghilmnopqrstuvz
FBPASS: your FogBugz password
If you have 2-factor authentication enabled on your FogBugz account, you can’t use username/password, you must use the token.
# Tutorial
A quick video tutorial is available [here](https://www.youtube.com/watch?v=2tunk7HD0GY).
[![Tutorial](https://j.gifs.com/vJxLDD.gif)](https://www.youtube.com/watch?v=2tunk7HD0GY)
# Development
Run tests with:
>>> python setup.py test
or
>>> tox
# References
FogBugz API Intro: https://developers.fogbugz.com/default.asp?W194
FogBugz API Reference: http://help.fogcreek.com/the-fogbugz-api
FogBugzPy: https://developers.fogbugz.com/?W199
# Acknowledgements
Ported to Python 3 by Jason R. Coombs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fbcli-3.6.tar.gz
.
File metadata
- Download URL: fbcli-3.6.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b88ece21fb6de32acf05be52b0d7d7ecf4f474be03a664141da8982a3dea5337 |
|
MD5 | b3b6ed84e2e255116180fdf6149342ad |
|
BLAKE2b-256 | 8e001c04cfc7c04c96c2bea5cf0a99d67310ef3438db535a5d9b9d1d6b89471f |