mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
58 lines
1.4 KiB
ReStructuredText
58 lines
1.4 KiB
ReStructuredText
==============
|
|
``mc license``
|
|
==============
|
|
|
|
.. default-domain:: minio
|
|
|
|
.. contents:: Table of Contents
|
|
:local:
|
|
:depth: 2
|
|
|
|
.. mc:: mc license
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
.. start-mc-license-desc
|
|
|
|
The :mc:`mc license` commands work with cluster registration for |SUBNET|.
|
|
Use the commands to register a deployment, unregister a deployment, display information about the cluster's current license, or update the license key for a cluster.
|
|
|
|
.. end-mc-license-desc
|
|
|
|
Subcommands
|
|
-----------
|
|
|
|
:mc:`mc license` includes the following subcommands:
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
:widths: 30 70
|
|
:width: 100%
|
|
|
|
* - Subcommand
|
|
- Description
|
|
|
|
* - :mc:`~mc license info`
|
|
- .. include:: /reference/minio-mc/mc-license-info.rst
|
|
:start-after: start-mc-license-info-desc
|
|
:end-before: end-mc-license-info-desc
|
|
|
|
* - :mc:`~mc license register`
|
|
- .. include:: /reference/minio-mc/mc-license-register.rst
|
|
:start-after: start-mc-license-register-desc
|
|
:end-before: end-mc-license-register-desc
|
|
|
|
* - :mc:`~mc license update`
|
|
- .. include:: /reference/minio-mc/mc-license-update.rst
|
|
:start-after: start-mc-license-update-desc
|
|
:end-before: end-mc-license-update-desc
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:hidden:
|
|
|
|
/reference/minio-mc/mc-license-info
|
|
/reference/minio-mc/mc-license-register
|
|
/reference/minio-mc/mc-license-update |