mirror of
https://github.com/minio/docs.git
synced 2025-05-09 14:01:08 +03:00
2.3 KiB
2.3 KiB
mc alias list
minio
Table of Contents
mc alias list
Syntax
The mc alias list
command lists all aliases in the local mc
configuration.
The command output includes the configured access key and secret key associated to each alias.
EXAMPLE
The following command lists all aliases <alias>
configured on the local host
machine:
mc alias list
SYNTAX
The mc alias list
command has the following syntax:
mc [GLOBALFLAGS] alias list [ALIAS]
Parameters
ALIAS
Optional The name of a specific alias to display.
Global Flags
Examples
List All Configured Aliases
Example
The following mc alias list
command lists all configured aliases in
the local mc
configuration.
mc alias list
Syntax
mc alias list
List a Specific Alias
Example
The following mc alias list
command lists the details of a specific
alias in the local mc
configuration.
mc alias list myminio
Syntax
mc alias list ALIAS
- Replace
ALIAS
with the the name of the alias to return.