|
TBWiki includes a command line client, that can be used to performoperations on the wiki without going through a regular web browser.
|
TBWiki includes a command line client, that can be used to performoperations on the wiki without going through a regular web browser.
|
|
You can get, set or locally edit an item on the wiki, where the itemcan be a page, section, block, record, or field.
|
You can get, set or locally edit an item on the wiki, where the itemcan be a page, section, block, record, or field.
|
|
Here is the usage for the tool:{{{#!YellowBoxUsage: tbclient [options] get|put|edit <item-ref> [<new_value>]
|
Here is the usage for the tool:{{{#!YellowBoxUsage: tbclient [options] get|put|edit <item-ref> [<new_value>]
|
|
where the action is one of: get, put or edit, anditem-ref can refer to a page, section, block, record or field.
|
where the action is one of: get, put or edit, anditem-ref can refer to a page, section, block, record or field.
|
|
On a set, a <new_value> must be provided. if -i is specified,then the data for the new_value comes from the file specified.
|
On a set, a <new_value> must be provided. if -i is specified,then the data for the new_value comes from the file specified.
|
|
References must be fully qualified: page = SomePageName section = SomePageName@section_name block = SomePageName:BlockName record = SomePageName:TableBlockName:record_id field = SomePageName:TableBlockName:record_id::field_name
|
References must be fully qualified: page = SomePageName section = SomePageName@section_name block = SomePageName:BlockName record = SomePageName:TableBlockName:record_id field = SomePageName:TableBlockName:record_id::field_name
|
|
and options are from:-h, --help Show usage help-i, --infile <file> Get <new_value> from file <file> If <file> is 'stdin', then get new_value from stdin.-w, --wiki <wiki-ref> Specify a wiki (default bird.org/test)}}}
|
and options are from:-h, --help Show usage help-i, --infile <file> Get <new_value> from file <file> If <file> is 'stdin', then get new_value from stdin.-w, --wiki <wiki-ref> Specify a wiki (default bird.org/test)}}}
|
|
|
= Developer information =The server side of the interactions for this are handled by the DataHandler processor (ie plugins/ProcessorDatahandler.py)
|
|
|
= Ideas for future actions = * tbclient list [<type>] - list the items in the wiki (of the indicated type, if a type is provided)
|