Name

bif-push - link a topic or project with another object

Version

0.1.5_8 (yyyy-mm-dd)

Synopsis

bif push ID DESTINATION [OPTIONS...]
    bif push org PATH LOCATION [OPTIONS...]
    bif push topic ID PATH... [OPTIONS...]

Description

The bif-push command is used to link two items together. Usually the source and destination items are one of the following combinations:

ID                  DESTINATION
------------------  -----------
topic(issue)        project
project             hub
hub                 location

Pushing an topic (usually an issue) for example "shares" that node with another project. Comments made in any project for that issue will appear everywhere else, but status changes are project-specific. In order for that to be possible however, the destination project must already be cooperating with all of the projects already associated with the issue.

See each bif-push-* specific command documentation for details.

Arguments

ID
A node ID or project PATH. Required.
DESTINATION
The target node to link ID with or a destination .

Options

--message, -m
The message to record with this particular change.
--no-sync, -S
Create the link between items without syncing afterwards.

See Also

bif-push-topic(1), bif-push-project, bif-push-hub

Author

Mark Lawrence <nomad@null.net>

Copyright And License

Copyright 2013-2017 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.