Skip to content

didiercrunch/fbcli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FogBugz Command Line Interface

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

Tutorial

A quick video tutorial is available here.

Tutorial

Development

Run tests with:

>>> python setup.py test

Run tests for Py27 and Py35 with:

>>> pip install tox
>>> tox

References

Acknowledgements

Ported to Python 3 by Jason R. Coombs.

About

Command line interface to FogBugz

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%