Interactive mode
A guided wizard for exploring the API without memorizing commands:
truto interactive
truto i # aliasThe wizard walks you through:
- Pick a resource type
- Choose an operation (list, get, create, update, delete)
- Enter required parameters
- View results
Info
When to use: Learning the API, exploring field names, or quick one-off inspection.
When not to use: Scripting or automation — use subcommands directly for full filter/query support and stable output formats.
Next steps
- Command reference — full command list
- Examples — scripted workflows