mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Corrects missing part of alias set command (#641)
Fixes a missing part of the `mc alias set` command and adds formatting to the `PATH` in the replacement list for the command.
This commit is contained in:
@ -60,9 +60,10 @@ Procedure
|
|||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
:class: copyable
|
:class: copyable
|
||||||
|
|
||||||
mc alias set PATH ACCESSKEY SECRETKEY
|
mc alias set NEWALIAS PATH ACCESSKEY SECRETKEY
|
||||||
|
|
||||||
- Replace PATH with the IP address or hostname and port for the new deployment.
|
- Replace ``NEWALIAS`` with the alias to create for the deployment.
|
||||||
|
- Replace ``PATH`` with the IP address or hostname and port for the new deployment.
|
||||||
- Replace ``ACCESSKEY`` and ``SECRETKEY`` with the credentials you used when creating the new deployment.
|
- Replace ``ACCESSKEY`` and ``SECRETKEY`` with the credentials you used when creating the new deployment.
|
||||||
|
|
||||||
#. Export the existing deployment's **configurations**
|
#. Export the existing deployment's **configurations**
|
||||||
|
Reference in New Issue
Block a user