Files
nomad/website/content/docs/commands/license/get.mdx
Aimee Ukasick dae496e427 Docs: SEO front matter description for search: commands section (#25175)
* Enhance front matter description for search

* acl section

* alloc section

* config section

* deployment section

* eval section

* job section

* license section

* namespace section

* node section

* node pool section

* operator section

* plugin section

* quota section

* recommendation section

* scaling section

* sentinel section

* server section

* service section

* setup section

* system section

* tls section

* var section

* volume section

* change reference to command reference

* Apply suggestions from code review

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>

---------

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2025-03-19 12:02:02 -05:00

81 lines
2.0 KiB
Plaintext

---
layout: docs
page_title: 'nomad license get command reference'
description: |
The `nomad license get` command fetches the Nomad Enterprise license from the Nomad server.
---
# `nomad license get` command reference
The `license get` command is used to retrieve the current Nomad Enterprise
license. The command is not forwarded to the Nomad leader, and will return
the license from the specific server being contacted.
~> License commands 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
Issued At = 2021-03-31 14:21:16.969610774 +0000 UTC
Expires At = 2020-05-09 00:00:00 +0000 UTC
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
```
```shell-session
$ nomad license get -stale=true
Product = nomad
License Status = valid
License ID = 8c647f6c-1e6d-18d8-7f05-92c4d8110b2d
Customer ID = 350356e5-8aec-bdf4-8510-b205079ccad2
Issued At = 2021-03-31 14:21:16.969610774 +0000 UTC
Expires At = 2022-04-01 00:00:00 +0000 UTC
Terminates At = 2022-04-04 00:00:00 +0000 UTC
Datacenter = *
Modules:
governance-policy
multicluster-and-efficiency
Licensed Features:
Automated Upgrades
Enhanced Read Scalability
Redundancy Zones
Namespaces
Resource Quotas
Audit Logging
Sentinel Policies
Multiregion Deployments
Automated Backups
Multi-Vault Namespaces
```