Closed GrumpyOldTroll closed 4 years ago
@GrumpyOldTroll you can add comments, but they should go below the first 4 'real' lines, because some of the code assumes that the first 4 lines are the important ones. Additionally, I always add them as K=V pairs, e.g.:
[default]
client_secret = blah
host = blah
access_token = blah
client_token = blah
creation_date = 2020-06-24
expires = 2020-09-22
created_by = jholland-amt-auto2
client_description = Account XYZ - rhewitt
At least that's been my experience...
We are working on allowing "#" symbols in this file. As well, what Rory suggested will work since after a stanza the code will only read the following four lines.
In release v0.7.3 we have included the option to add comments (lines starting with #) in the .edgerc file.
In my .edgerc, I add a comment to remind myself which key expires when. All the other akamai cli commands I've tried accept the comments, but property-manager gives a complaint:
.edgerc looks something like this: