veracode configure
Configures your API credentials for the Veracode CLI.
If you have previously configured your API credentials using environment variables or with the configure command, the Veracode CLI pre-populates your API ID and secret key.
Usage
./veracode configure [flags]
Flags
| Flag | Description |
|---|---|
-h, --help | Displays help for this command. |
-v, --verbose | Displays detailed output. |
Example output
Credentials configured with the configure command.
Configuring credentials for the Veracode CLI ...
API ID [Your Veracode API ID]
API Secret Key [Your Veracode Secret Key]
Validated API credentials successfully.
Wrote configuration to /$HOME/.veracode/veracode.yml
Credentials written to environment variables.
Configuring credentials for the Veracode CLI ...
Using environment variables VERACODE_API_KEY_ID and VERACODE_API_KEY_SECRET.
Validated API credentials successfully.