You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/cli/manage.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,8 @@ Create a new user registration token.
78
78
79
79
Options:
80
80
-`--token <token>`: Specific token string to use. If not provided, a random token will be generated.
81
-
-`--usage-limit <usage_limit>`: Limit the number of times the token can be used. If not provided, the token can be used an unlimited number of times.
81
+
-`--usage-limit <usage_limit>`: Limit the number of times the token can be used. If not provided, the token can be can be used only once, unless the `--unlimited` flag is set.
82
+
-`--unlimited` Allow the token to be used an unlimited number of times.
82
83
-`--expires-in <expires_in>`: Time in seconds after which the token expires. If not provided, the token never expires.
0 commit comments