Command: environment reset-token
The environment reset-token
command revokes the existing token for the
environment and creates a new one.
Usage
edw environment reset-token [flags]
Required Flags
-id
- The ID of the Environment for which the token is being reset.
Output
api_token
- The new environment scoped token that can be used instead of the master token for the environment.
Example
$ edw environment reset-token -id k9don5r4e9ag
{
"api_token": <the_reset_token>
}