CLI System Resource¶
CLISystemResource(cli)
¶
Bases: BaseCLIResource
CLI resource for general system commands.
Attributes:
| Name | Type | Description |
|---|---|---|
_cli |
Reference to the parent |
Source code in src/aiobsidian/cli/_base.py
version()
async
¶
help()
async
¶
List all available CLI commands.
Returns:
| Type | Description |
|---|---|
list[dict[str, Any]]
|
List of command descriptions. |
Source code in src/aiobsidian/cli/system.py
reload()
async
¶
restart()
async
¶
vaults()
async
¶
List all known vaults (desktop only).
Returns:
| Type | Description |
|---|---|
list[dict[str, Any]]
|
List of vault objects. |