mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
* 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
27 lines
786 B
Plaintext
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'
|