CLI Reference¤
tembo¤
Tembo - an organiser for work notes.
Usage:
tembo <options> COMMAND [ARGS]...
Options:
| Name | Type | Description | Default |
|---|---|---|---|
-v, --version |
boolean | Show the version and exit. | False |
--help |
boolean | Show this message and exit. | False |
list¤
List all scopes defined in the config.yml.
Usage:
tembo list <options>
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
new¤
Create a new page.
<scope> The name of the scope in the config.yml.
<inputs> Any input token values that are defined in the config.yml for this scope.
Accepts multiple inputs separated by a space.
Example:
tembo new meeting my_presentation
Usage:
tembo new <options> <scope> <inputs>
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--dry-run |
boolean | Show the full path of the page to be created without actually saving the page to disk and exit. | False |
--example |
boolean | Show the example command in the config.yml if it exists and exit. | False |
--help |
boolean | Show this message and exit. | False |