open-nomad/website/pages/docs/commands/license/get.mdx
2020-11-20 13:38:29 -05:00

55 lines
1.2 KiB
Plaintext

---
layout: docs
page_title: 'Commands: license get'
sidebar_title: get
description: |
The license get command is used to get the current license.
---
# Command: license get
The `license get` command is used to retrieve the current Nomad Enterprise license.
~> License commands are new in Nomad 0.12.0 and are only available with Nomad
Enterprise.
## Usage
```plaintext
nomad license get [options]
```
When ACLs are enabled, this command requires a token with the 'operator:read'
capability.
## General Options
@include 'general_options_no_namespace.mdx'
## Examples
```shell-session
$ nomad license get
Product = nomad
License Status = valid
License ID = e23f63b1-00ec-4e67-e926-c22e7937ceec
Customer ID = 350356e5-8aec-bdf4-8510-b205079ccad2
Expires At = 2020-05-09 00:00:00 +0000 UTC
License ID = e23f63b1-00ec-4e67-e926-c22e7937ceec
Customer ID = 350356e5-8aec-bdf4-8510-b205079ccad2
Terminates At = 2020-05-10 00:00:00 +0000 UTC
Datacenter = *
Modules:
governance-policy
Licensed Features:
Automated Upgrades
Enhanced Read Scalability
Redundancy Zones
Namespaces
Resource Quotas
Preemption
Audit Logging
Setinel Policies
```