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) | Sentinel.UNSET | 
--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 | notset) | 
Set the log level (defaults to ‘warning’) | warning | 
--log-dir | 
text | Directory for log files. | ./logs | 
--display | 
choice (full | conversation | rich | plain | log | none) | 
Set the display type (defaults to ‘full’) | full | 
--traceback-locals | 
boolean | Include values of local variables in tracebacks (note that this can leak private data e.g. API keys so should typically only be enabled for targeted debugging). | False | 
--env | 
text | Define an environment variable e.g. –env NAME=value (–env can be specified multiple times) | Sentinel.UNSET | 
--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 |