Thanks to visit codestin.com
Credit goes to mise.jdx.dev

Skip to content

mise

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

  • 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 [default: 8]

-q --quiet

Suppress non-error messages

-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>

Subcommands

Licensed under the MIT License. Maintained by @jdx and friends.