-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
DXE-1960 --srcver option doesn't work #81
Comments
I'm from Akatec. Please let me know if you have any questions. |
Hello @naraumi
Thanks and best regards, |
Hi @wzagrajcz
Yes, your understanding is correct. Regards, |
Hello @naraumi best regards, |
Hello @naraumi Maybe it will help you to understand it better, learning what happens under the hood (at this moment) when running: This works this way because, although PAPI allows creating new property version based on some version of the same property, it does not directly allow to clone versions of other properties. Therefore rules need to be copied "by hand" from one prop version to the other. Thanks and best regards, |
Hi, I'm noticing the same too:
akamai pm property-update \
--srcprop "example.com-UAT" \
--srcver "5" \
-p "example.com-UAT" \
--message "Message test" In the UI this creates a new version based of version 10, not 5 |
After using the following command, the "based on" value in the Property Manager UI doesn't show "Version 1" but the latest version.
akamai property-manager property-update -p <property> --srcprop <srcprop> --srcver 1
It seems --srcver option doesn't work.
Thank you in advance.
The text was updated successfully, but these errors were encountered: