From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

VERSION

0.1.0_23 (2014-06-04)

SYNOPSIS

bif show project PATH [HUB] [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 or ID. Required. By default only local projects are looked up in the database.

HUB

An optional hub name or location to look for matches.

--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.