mise tasks info
- Usage:
mise tasks info [-J --json] <TASK> - Effect: read-only
- Source code:
src/cli/tasks/info.rs
Get information about a task
Arguments
<TASK>— Name of the task to get information about
Flags
-J --json— Output in JSON format-h --help— Print help
Examples
Inspect the selected definition and its source file
mise tasks info testGet the full structured task definition
mise tasks info test --json