mise tasks
- Usage:
mise tasks [FLAGS] [TASK] <SUBCOMMAND> - Aliases:
t - Source code:
src/cli/tasks/mod.rs
Manage tasks
Arguments
[TASK]
Task name to get info of
Global Flags
-x --extended
Show all columns
--no-header
Do not print table header
--hidden
Show hidden tasks
-g --global
Only show global tasks
-J --json
Output in JSON format
-l --local
Only show non-global tasks
--all
Load all tasks from the entire monorepo, including sibling directories. By default, only tasks from the current directory hierarchy are loaded.
--sort <COLUMN>
Sort by column. Default is name.
Choices:
namealiasdescriptionsource
--sort-order <SORT_ORDER>
Sort order. Default is asc.
Choices:
ascdesc
Subcommands
mise tasks add [FLAGS] <TASK> [-- RUN]…mise tasks deps [--hidden] [--dot] [TASKS]…mise tasks edit [-p --path] <TASK>mise tasks info [-J --json] <TASK>mise tasks ls [FLAGS]mise tasks run [FLAGS] [TASK] [ARGS]…
Examples:
mise tasks ls