mirror of
https://github.com/minio/docs.git
synced 2025-09-16 07:22:15 +03:00
A few quick fixes noted in several issues: - Literal reference in mc batch generate pointed to the wrong include Closes #1318 - Lingering reference to an "unregister" function removed Closes #1324 - Adds admonition about root credentials required, even with KES Closes #1325 - Adds mc batch cancel to list of commands on batch framework overview page Closes #1310 - Updates mc client page S3 link to avoid possible copy/paste confusion Closes #1311
53 lines
1.1 KiB
ReStructuredText
53 lines
1.1 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, 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
|
|
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:hidden:
|
|
|
|
/reference/minio-mc/mc-license-info
|
|
/reference/minio-mc/mc-license-register |