Name
bif-new-org - create a new org
Version
0.1.5_8 (yyyy-mm-dd)
Synopsis
bif new org [PATH] [TITLE] [OPTIONS...]
Description
The bif-new-org command creates a new org node.
For example, to create a local org:
$ bif new org myproject
Create a sub-org:
$ bif new project myorg/child
Arguments & Options
- PATH
- An identifier for the org that specifies its hub, parent org, and name. The org is assumed to be "local" if the first part of the path does not identify a known hub. The PATH is prompted for if not provided.
- TITLE
- A short summary of what the org is about. Will be prompted for if not provided.
- --dup, -d SRC
- Duplicate the new org title and status types (project-status, issue-status, task-status) from SRC, where SRC is an existing org path. The SRC title can be overriden by providing a TITLE as the second argument as described above.
- --message, -m MESSAGE
- The org description. An editor will be invoked to record a MESSAGE if this option is not used.
See Also
bif(1)
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.