-
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
Fetch the staging version or production version, not the latest version #33
Comments
Agreed on this! Fetching a specific version or environment both for import, and for |
Could also be extended to the |
I'm definitely looking for the ability to specify an arbitrary version to import. |
We got this exact same ask from another Akamai customer yesterday. Specifically, we need the support for version number on these 3 calls:
|
probably new-pipeline command too. documentation says it supports it but don't see it working |
Once again finding myself wishing this functionality existed :-/ |
Was wondering if there was any update on this? |
We have few commands which are available to work on user sent property version number. --help/-h will give more details .
If your use case is still not resolved, we would need more clarification on the use case. Is it specific to pipeline commands or property-manager commands ? |
This option doesn't seem available to snippets or pipeline though. Can you confirm, or if there is a work-around? If not then will be a very useful feature. |
Ability to specify production/staging environment was previously added. |
Was it though? And most people here seem to be asking for the ability to select specific versions. According to the help output at least there does not seem to be a way to specify environment nor property version. Am I missing something?
|
Hello @ddcrjlalumiere , There is no need to provide expected environment when requesting specific version. Some commands support option Thanks, |
We do provide a way in property-manager-cli, to work at environment level . It needs a pipeline setup for configs provided in this same repository. It is use-case based, please read more at https://github.com/akamai/cli-property-manager#akamai-pipeline-workflow. |
Can we open this issue back up? If I can clarify, the ask was to have the ability to specify versions to the Something like:
This would help with workflows for properties that multiple people make changes to. In the current implementation, I can make a new version in the Akamai Console as |
@rschneider-chwy 's explanation is spot on, co-signed 🙏 |
I could not find a way of specifying the staging or production version when importing. The only option I see is to fetch the Latest Version which may not be the version in Stage or Prod.
The text was updated successfully, but these errors were encountered: