mise tasks
- Usage:
mise tasks [FLAGS] [TASK] [SUBCOMMAND] - Aliases:
t,task - Effect: read-only
- Source code:
src/cli/tasks/mod.rs
Manage tasks
Arguments
[TASK]— Task name to show info for
Flags
-g --global— Only show global tasks-J --json— Output in JSON format-l --local— Only show non-global tasks-x --extended— Show all columns--all— Load all tasks from the entire monorepo, including sibling directories. By default, only tasks from the current directory hierarchy are loaded.--hidden— Show hidden tasks--name-only— Only show task names, one per line. Useful for piping to fzf and similar tools.--no-header— Do not print table header--sort <COLUMN>— Sort by column. Default is name.Choices:
name,alias,description,source--sort-order <SORT_ORDER>— Sort order. Default is asc.Choices:
asc,desc-h --help— Print help
Subcommands
mise tasks add [FLAGS] <TASK> [-- RUN]…mise tasks deps [FLAGS] [TASKS]…mise tasks edit [-p --path] <TASK>mise tasks graph [FLAGS]mise tasks info [-J --json] <TASK>mise tasks ls [FLAGS]mise tasks run [FLAGS] [TASK] [ARGS]…mise tasks validate [--errors-only] [--json] [TASKS]…