Bif Documentation Table of Contents
Introduction & General Information
bif - the bif manual
bif-doc - bif documentation table of contents (this document)
bif-doc-about - README file and main web page
bif-doc-faq - frequently asked questions
bif-doc-intro - a quick hands-on introduction
Initialisation
bif-init - initialize a new bif repository
Creating Topics - Tasks, Issues, Projects...
bif-new-identity - create a new identity in the repository
bif-new-issue - add a new issue to a project
bif-new-project - create a new project
bif-new-task - add a new task to a project
Listing Topics
bif-list-entities - list entities present in repository
bif-list-hubs - list hubs registered with current repository
bif-list-issue-status - list valid issue status/status values
bif-list-issues - list projects' issues
bif-list-project-status - list valid project status/status values
bif-list-projects - list projects with task/issue count & progress
bif-list-task-status - list valid task status/status values
bif-list-tasks - list projects' tasks
bif-list-topics - list projects' tasks and issues
Displaying Current Status
bif-show - display a topic's current status
bif-show-change - show change information
bif-show-entity - display a entity's current status
bif-show-hub - display a hub's current status
bif-show-identity - display a identity's current status
bif-show-issue - display an issue's current status
bif-show-project - display a project's current status
bif-show-task - display a task's current status
bif-show-timesheet - display time worked per project
bif-show-version - display bif version information
Retrieving Historical Information
bif-log - review the repository or topic history
bif-log-hub - review the history of a hub
bif-log-identity - review the history of a identity
bif-log-issue - review the history of a issue
bif-log-project - review a project history
bif-log-task - review a task history
Commenting On Topics Or Modifying Their Status
bif-update - change or comment a topic
bif-update-hub - update or comment a hub
bif-update-identity - update or comment an identity
bif-update-issue - update an issue
bif-update-project - update a project
bif-update-task - update a task
Removing Topics and Changes
bif-drop - delete a topic or topic change
bif-drop-change - remove an change from the repository
bif-drop-hub - remove an hub from the repository
bif-drop-issue - remove an issue from the repository
bif-drop-project - remove an project from the repository
bif-drop-task - remove an task from the repository
Collaborating With Others
bif-pull-hub - import project lists from a remote repository
bif-pull-identity - import an identity from a repository
bif-pull-project - import projects from a remote hub
bif-push-issue - push an issue to another project
bif-push-project - export a project to a remote hub
bif-sync - exchange changes with hubs
bifsync - synchronization server for bif hubs
Local Repository Management
bif-upgrade - upgrade a repository
Remote Hub Management
bif-list-hosts - list hosts present in repository
bif-list-plans - list plans present in repository
bif-list-providers - list providers present in repository
bif-new-hub - create a new hub in the repository
bif-show-plan - display a plan's current status
Developer Documentation
Developer Introduction
bif-doc-design - how and why bif does what it does
bif-doc-dev - how to hack on bif source files
bif-doc-roadmap - where development is focused
Development or Rarely Used Commands
bif-check - check all changeset UUIDs
bif-list-tables - list tables present in database
bif-new-repo - create an empty repository
bif-show-table - display a table's SQL schema
bif-sql - run an SQL command against the database
Perl Module Reference Documentation
App::bif - A base class for App::bif::* commands
App::bif::Editor - run a system (text) editor
App::bif::LAA - Simple adapter for logging to current filehandle
App::bif::OptArgs - bif command argument & option definitions
App::bif::Pager - pipe output to a system (text) pager
Bif::DB - helper methods for a read-only bif database
Bif::DB::Plugin::ChangeIDv1 - read-write helper methods for a bif
Bif::DB::Plugin::ChangeUUIDv1 - read-write helper methods for a bif
Bif::DBW - read-write helper methods for a bif database
Bif::Mo - mini object-oriented module
Bif::Sync - synchronisation role
Bif::Sync::Client - client for communication with a bif hub
Bif::Sync::Plugin::Identity - synchronisation plugin for identities
Bif::Sync::Plugin::Project - synchronisation plugin for projects
Bif::Sync::Plugin::Repo - synchronisation plugin for hubs
Bif::Sync::Server - server for communication with a client