docs/cli/tasks.md
mise tasksmise tasks [FLAGS] [TASK] <SUBCOMMAND>tsrc/cli/tasks/mod.rsManage tasks
[TASK]Task name to get info of
-g --globalOnly show global tasks
-J --jsonOutput in JSON format
-l --localOnly show non-global tasks
-x --extendedShow all columns
--allLoad all tasks from the entire monorepo, including sibling directories. By default, only tasks from the current directory hierarchy are loaded.
--hiddenShow hidden tasks
--name-onlyOnly show task names, one per line. Useful for piping to fzf and similar tools.
--no-headerDo not print table header
--sort <COLUMN>Sort by column. Default is name.
Choices:
namealiasdescriptionsource--sort-order <SORT_ORDER>Sort order. Default is asc.
Choices:
ascdescmise tasks add [FLAGS] <TASK> [-- RUN]…mise tasks deps [--dot] [--hidden] [TASKS]…mise tasks edit [-p --path] <TASK>mise tasks info [-J --json] <TASK>mise tasks ls [FLAGS]mise tasks run [FLAGS] [TASK] [ARGS]…mise tasks validate [--errors-only] [--json] [TASKS]…Examples:
mise tasks ls