mc alias list

Lists all aliases.

CLI
mc alias list [ALIAS]

FLAGS:
  --config-dir value, -C value  path to configuration folder (default: "/root/.mc")
  --quiet, -q                   disable progress bar display
  --no-color                    disable color theme
  --json                        enable JSON lines formatted output
  --debug                       enable debug output
  --insecure                    disable SSL certificate verification
  --help, -h                    show help

Parameters

Parameters Description
ALIAS The alias to list.

Without this parameter, the command lists all aliases.

config-dir The path to the configuration folder.

Default: /root/.mc

quiet Disables progress bar display
no-color Disables color in the output
json Enables JSON formatted output
debug Enables output for debugging
insecure Disables SSL verification
help Shows this help

Examples

  1. List all aliases:
    CLI
    /opt/mapr/bin/mc alias list
  2. List a specific alias called financedept:
    CLI
    /opt/mapr/bin/mc alias list financedept