docs/cli/trust.md
mise trustmise trust [FLAGS] [CONFIG_FILE]src/cli/trust.rsMarks a config file as trusted
This means mise will parse the file with potentially dangerous features enabled.
This includes:
path: plugin versions[CONFIG_FILE]The config file to trust
-a --allTrust all config files in the current directory and its parents
--ignoreDo not trust this config and ignore it in the future
--showShow the trusted status of config files from the current directory and its parents. Does not trust or untrust any files.
--untrustNo longer trust this config, will prompt in the future
Examples:
# trusts ~/some_dir/mise.toml
$ mise trust ~/some_dir/mise.toml
# trusts mise.toml in the current or parent directory
$ mise trust