The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

bif-show-project - display a project's current status

VERSION

0.1.0_28 (2014-09-23)

SYNOPSIS

    bif show project PATH [OPTIONS...]

DESCRIPTION

The bif show project command displays a summary of a project's current status.

    bif show project todo

    # Project:     title fdslijfdslijjfds                 
    #   Path:      todo <529ccc29>                        
    #   Hub:       hub </home/mark/src/bif/hub>           
    #   Phases:    define, plan, RUN, eval, closed        
    #   Progress:  0%                                     
    #   Tasks:     1 open, 0 stalled, 0 closed, 0 ignored 
    #   Issues:    1 open, 0 stalled, 0 closed, 0 ignored 
    #   Updated:   3 days ago <Sun 2014-05-04 21:44 +0200>

ARGUMENTS & OPTIONS

PATH

A project path of the form PATH[@HUB]. Required.

--full, -f

Display a more verbose version of the current status.

--uuid, -U

Lookup the topic using ID as a UUID string instead of a topic integer.

SEE ALSO

bif(1)

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright 2014 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.