rspm revoke token
Command to revoke tokens
Terminal
rspm revoke token [flags]
Examples
Terminal
rspm revoke token --guid=09185576-4d37-4049-b16a-bf96b2ed6602
rspm revoke token --token=[token]
Options
Terminal
--guid string The GUID of the token to revoke. Required if '--token' is not provided.
-h, --help help for token
--token string The token to revoke. Required if '--guid' is not provided.
Options inherited from parent commands
Terminal
-a, --address string The address of the remote server. If not specified, the PACKAGEMANAGER_ADDRESS environment variable is used.
-c, --config string Path to config file
--insecure-ssl-skip-verify If true, skip SSL certificate validation. This reduces the security that SSL normally provides.
-o, --output-format string Specify the output format 'human' for human-readable output or 'json' for JSON-encoded output. (default "human")
-v, --verbose Provide additional output