Skip to main content

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)

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

# 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

Run tests for Py27, Py35 and PyPy with:

>>> pip install tox
>>> tox

# References

# Acknowledgements

Ported to Python 3 by Jason R. Coombs.

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

fbcli-2.8.tar.gz (19.9 kB view hashes)

Uploaded Source

Built Distribution

fbcli-2.8-py3-none-any.whl (23.4 kB view hashes)

Uploaded Python 3

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