Files
nomad/website/content/docs/commands/license/index.mdx
Aimee Ukasick 23fd87d9c9 Docs: Commands section move "General options" to page bottom (#26001)
* sectionless files plus acl section

* alloc section

* config, deployment sections

* job section

* licence, namespace

* node, node-pool

* operator

* plugin, quota, recommendation

* scaling, sentinel, server, service, system, var, volume

* Add "ENT" label to left nav for enterprise commands

* job tag break into separate folder and files; update options header
2025-06-12 14:31:38 -05:00

27 lines
786 B
Plaintext

---
layout: docs
page_title: 'nomad license command reference'
description: |
The `nomad license` command gets or inspects a Nomad Enterprise license.
---
# `nomad license` command reference
The `license` commands can be used to retrieve license information from a
server, or inspect and validate a license.
<EnterpriseAlert/>
## Usage
Usage: `nomad license <subcommand> [options]`
Run `nomad license <subcommand> -h` for help on that subcommand. The following
subcommands are available:
- [`license get`][get] - Get the current license from a server
- [`license inspect`][inspect] - Inspect and validate a license
[get]: /nomad/docs/commands/license/get 'Get the current license from a server'
[inspect]: /nomad/docs/commands/license/inspect 'Inspect and validate a license'