github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/license/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: license'
     4  description: |
     5    The license command is used to interact with an enterprise license.
     6  ---
     7  
     8  # Command: license
     9  
    10  ~> License commands are new in Nomad 0.12.0 and are only available with Nomad Enterprise.
    11  
    12  The `license` command provides cluster level management of the Nomad Enterprise license.
    13  
    14  If ACLs are enabled then a token with operator privileges may be required in order to use
    15  this command.
    16  
    17  Click [here](https://www.hashicorp.com/products/nomad/trial) to get a trial license for Nomad Enterprise.
    18  
    19  ## Usage
    20  
    21  Usage: `nomad license <subcommand> [options]`
    22  
    23  Run `nomad license <subcommand> -h` for help on that subcommand. The following
    24  subcommands are available:
    25  
    26  - [`license get`][get] - Get the current license
    27  
    28  [get]: /docs/commands/license/get 'Get the current license'