Skip to content

lbolla/fbcli

Repository files navigation

FogBugz Command Line Interface

Codacy Badge

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.

Tutorial

Development

Run tests with:

>>> python setup.py test

or

>>> tox

References

Acknowledgements

Ported to Python 3 by Jason R. Coombs.

About

Command line interface to FogBugz

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors