akamai / cli-property-manager

Use this Property Manager CLI to automate Akamai property changes and deployments across many environments.
Apache License 2.0
29 stars 22 forks source link

ruleformat not working #69

Open Heathland opened 3 years ago

Heathland commented 3 years ago

Hi all,

I'm trying to adjust the ruleformat of a certain property, but even tho I see changes in the portal regarding who modified the property, nothing actually happens with regards to the format version:

Requesting the format trough the CLI

akamai property retrieve example.property | jq .ruleFormat  
... searching propertyName for example.property  
... getting info for prp_123456  
Retrieving example.property v69  
... retrieving property (example.property) v69  
Command time: 0.093 mins  
"v2020-03-04"  

Updating it:

akamai property modify example.property --ruleformat latest
... searching propertyName for example.property
... getting info for prp_123456
... retrieving property (example.property) v68
... updating property (example.property) v68
Command time: 0.63 mins

Verifying:

akamai property retrieve example.property | jq .ruleFormat
... searching propertyName for example.property
... getting info for prp_123456
Retrieving example.property v69
... retrieving property (example.property) v69
Command time: 0.093 mins
"v2020-03-04"
Heathland commented 3 years ago

I noticed the version difference, but even with using --propver, nothing changes.

ddcrjlalumiere commented 1 year ago

I think this might be essentially the same issue as #44 ?