Service token names in the CLI
You can now give your service tokens names when creating them through the pscale CLI, making it easier to identify and manage multiple tokens.
When you create a service token, you can optionally include a name using the --name flag:
pscale service-token create --name "My Token"
When you list your service tokens with pscale service-token list, you'll now see both the token IDs and their names, making it much easier to find the token you're looking for.