Closes #523 This PR - adds the three commands for `mc license` to the reference docs for `mc`. - Replaces `mc support register` with `mc license register`. - Updates references to `mc support register` to point to `mc license register` instead.
2.2 KiB
mc license info
minio
Table of Contents
mc license info
Description
The mc license info
command displays information about
the MinIO deployment's license status. Specifically, whether the
deployment uses the AGPLv3 Open Source license of the MinIO Commercial
License.
You must register your deployment with MinIO |SUBNET| to activate your commercial license.
For example, the command returns the following information for an unregistered deployment:
You are using GNU AFFERO GENERAL PUBLIC LICENSE Version 3 (https://www.gnu.org/licenses/agpl-3.0.txt)
If you are building proprietary applications, you may want to choose the commercial license
included as part of the Standard and Enterprise subscription plans. (https://min.io/signup?ref=mc)
Applications must otherwise comply with all the GNU AGPLv3 License & Trademark obligations.
Use mc license register
to associate your deployment
with your SUBNET account. If you are not already signed up for SUBNET,
see the Registration
page.
Examples
Display
the Current License for a Deployment with Alias minio1
mc license info minio1
If a deployment uses an expired MinIO Commercial License, the command outputs an error message.
Syntax
The command has the following syntax:
mc [GLOBALFLAGS] license info \
ALIAS \
[--airgap]
Parameters
ALIAS
The alias <alias>
of the MinIO deployment.
--airgap
Use in environments without network access to SUBNET (for example, airgapped, firewalled, or similar configuration) to display instructions for how to register the deployment with SUBNET.