Back to Mise

`mise`

docs/cli/index.md

2026.8.1214.3 KB
Original Source
<!-- @generated by usage-cli from usage spec -->

mise

Usage: mise [FLAGS] [TASK] <SUBCOMMAND>

Author: Jeff Dickey <@jdx>

  • Usage: mise [FLAGS] [TASK] <SUBCOMMAND>

Arguments

  • [TASK] — Task to run.

    Shorthand for mise tasks run <TASK>.

Global Flags

  • -C --cd <DIR> — Change directory before running command

  • -E --env… <ENV> — Set the environment for loading mise.<ENV>.toml

  • -j --jobs <JOBS> — How many jobs to run in parallel; values below 1 are treated as 1 [default: 8]

    Environment Variable: MISE_JOBS

  • -q --quiet — Suppress non-error messages

    Environment Variable: MISE_QUIET

  • -v --verbose… — Show extra output (use -vv for even more)

  • -y --yes — Answer yes to all confirmation prompts

  • --raw — Read/write directly to stdin/stdout/stderr instead of by line

  • --locked — Require lockfile URLs to be present during installation

    Fails if tools don't have pre-resolved URLs in the lockfile for the current platform. This prevents API calls to GitHub, aqua registry, etc. Can also be enabled via MISE_LOCKED=1 or settings.locked=true

  • --silent — Suppress all task output and mise non-error messages

Flags

  • --no-config — Do not load any config files

    Can also use MISE_NO_CONFIG=1

  • --no-env — Do not load environment variables from config files

    Can also use MISE_NO_ENV=1

  • --no-hooks — Do not execute hooks from config files

    Can also use MISE_NO_HOOKS=1

  • --output <OUTPUT>

  • -h --help — Print help

Subcommands