We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a .edgerc file with the section named ccu. Despite this, when I run the purge command, I get an error.
.edgerc
ccu
$ akamai purge invalidate https://www.test.com/ Purging...panic: Fatal missing required options: [host client_token client_secret access_token]
When I explicitly add the section parameter, it goes through.
$ akamai purge --section ccu invalidate https://www.test.com/ Purging...... [FAIL] API Error: 0 unauthorized arl https://www.test.com/
Could you please check if the command is indeed taking the right parameters? I am getting the error from the purge version 0.2.1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a
.edgerc
file with the section namedccu
. Despite this, when I run the purge command, I get an error.When I explicitly add the section parameter, it goes through.
Could you please check if the command is indeed taking the right parameters? I am getting the error from the purge version 0.2.1.
The text was updated successfully, but these errors were encountered: