1
0
mirror of https://github.com/minio/docs.git synced 2025-04-19 21:02:14 +03:00
docs/source/reference/global-flags.rst
2022-08-31 08:11:05 -05:00

1.4 KiB

Global Command Line Flags

minio

mc

Table of Contents

You can add the following optional flags to any mc command.

--debug

Enables verbose output to the console.

For example:

mc --debug COMMAND

--config-dir

The path to a JSON formatted configuration file that mc uses for storing data. See mc-configuration for more information on how mc uses the configuration file.

--no-color

Disables the built-in color theme for console output. Useful for dumb terminals.

--quiet

Suppresses console output.

--insecure

Disables TLS/SSL certificate verification. Allows TLS connectivity to servers with invalid certificates. Exercise caution when using this option against untrusted S3 hosts.

--version

Displays the current version of mc.

--help

Displays a summary of command usage on the terminal.