alpacon token create
Create a new api token
Synopsis
Generates a new API token for accessing the server.
This command allows you to create a token by specifying options such as token name, expiration, and limits
alpacon token create [flags]
Examples
alpacon create token
Options
--expiration-in-days int # This token can be used by the specified time. (in days)
-h, --help # help for create
-l, --limit # Set to true to apply usage limits. (default true)
-n, --name string # A name to remember the token easily.
SEE ALSO
- alpacon token - Commands to manage api tokens