inspect list
List tasks on the filesystem.
Usage
inspect list [OPTIONS] COMMAND [ARGS]...
Subcommands
tasks | List tasks in given directories. |
inspect list tasks
List tasks in given directories.
Usage
inspect list tasks [OPTIONS] [PATHS]...
Options
Name | Type | Description | Default |
---|---|---|---|
-F |
text | One or more boolean task filters (e.g. -F light=true or -F draft~=false) | None |
--absolute |
boolean | List absolute paths to task scripts (defaults to relative to the cwd). | False |
--json |
boolean | Output listing as JSON | False |
--log-level |
choice (debug | trace | http | info | warning | error | critical ) |
Set the log level (defaults to ‘warning’) | warning |
--log-dir |
text | Directory for log files. | ./logs |
--display |
choice (full | conversation | rich | plain | none ) |
Set the display type (defaults to ‘full’) | full |
--debug |
boolean | Wait to attach debugger | False |
--debug-port |
integer | Port number for debugger | 5678 |
--debug-errors |
boolean | Raise task errors (rather than logging them) so they can be debugged. | False |
--help |
boolean | Show this message and exit. | False |