pscale service-token
Create, list, and manage access for service tokens
Subcommands
Name | Description |
---|
add-access | Ddd access to a service token in the organization |
create | Create a service token for the organization |
delete | Delete an entire service token in an organization |
delete-access | Delete access granted to a service token in the organization |
list | List service tokens for the organization |
show-access | Fetch a service token and it's accesses |
Options
Name | Description |
---|
--org <string> | The organization for the current user |
--help, -h | Show help |
--api-token <string> | The API token to use for authenticating against the PlanetScale API |
--api-url <string> | The base URL for the PlanetScale API. (default "https://api.planetscale.com/") |
--config <string> | Config file (default is $HOME/.config/planetscale/pscale.yml) |
--debug | Enable debug mode |
--format, -f <string> | Show output in a specific format. Possible values: [human, json, csv] (default "human") |
--no-color | Disable color output |
--service-token <string> | Service Token for authenticating |
--service-token-name <string> | The Service Token name for authenticating |