The command for creating mc alias is displayed as mc alias set http://localhost:9000 myminioadmin minio-secret-key-change-me. Note that the parameter for alias-name is missing here.
Expected behavior
The command should rather be mc alias set myminio http://localhost:9000 myminioadmin minio-secret-key-change-me
Screenshots
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
Can confirm that this is the only page where alias is omitted.
Describe the bug In the
mc alias set
, the ALIAS parameter is omitted.To Reproduce Steps to reproduce the behavior:
MinIO CLI (mc)
mc alias set http://localhost:9000 myminioadmin minio-secret-key-change-me
. Note that the parameter for alias-name is missing here.Expected behavior The command should rather be
mc alias set myminio http://localhost:9000 myminioadmin minio-secret-key-change-me
Screenshots
Desktop (please complete the following information): N/A
Smartphone (please complete the following information): N/A
Additional context Can confirm that this is the only page where alias is omitted.