From 2166445c99afcf38943e2dcb213cb4d5f9e55bc3 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Tue, 23 Apr 2019 04:58:50 -0400 Subject: [PATCH] Docs: add -type flag to token create command (#6621) --- website/source/docs/commands/token/create.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/commands/token/create.html.md b/website/source/docs/commands/token/create.html.md index e064f0098322..4e96cbb2abeb 100644 --- a/website/source/docs/commands/token/create.html.md +++ b/website/source/docs/commands/token/create.html.md @@ -117,6 +117,8 @@ flags](/docs/commands/index.html) included on all commands. maximumTTLs. This is specified as a numeric string with suffix like "30s" or "5m". +- `-type` `(string: "service")` - The type of token to create. Can be "service" or "batch". + - `-use-limit` `(int: 0)` - Number of times this token can be used. After the last use, the token is automatically revoked. By default, tokens can be used an unlimited number of times until their expiration.