github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/website/content/docs/commands/license/index.mdx (about)

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