vinfra node token create

Create the backend token:

usage: vinfra node token create [--ttl <ttl>]
--ttl <ttl>
Token TTL, in seconds

Example:

# vinfra node token create --ttl 86400
+-------+---------------+
| Field | Value         |
+-------+---------------+
| host  | 10.37.130.101 |
| token | dc56d4d2      |
| ttl   | 86398         |
+-------+---------------+

This command creates a new token with the time to live (TTL) of 86400 seconds.