open-nomad/website/pages/docs/commands/license/get.mdx
Drew Bailey 34c3a8674a
Docs/license (#8076)
* license cli documentation

license docs

backout doc change

more docs

* license api endpoint documentation
2020-06-01 10:55:03 -04:00

52 lines
1.1 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]
```
## General Options
@include 'general_options.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
```