sassoftware / viya4-orders-cli

A CLI that calls the appropriate SAS Viya Orders API endpoint to obtain the requested Viya software order assets for the given order.
Apache License 2.0
14 stars 6 forks source link

suggestion : add a release switch to specify that we want the deployment assets for a specific cadence release within the version. #17

Open raphaelpoumarede opened 2 years ago

raphaelpoumarede commented 2 years ago

The release can be updated every day within the same version (sometimes with significant changes). I think it would be helpful to be able to pin the tool to a specific release, for example in case we want to automatically get the very same assets in several environments that are not necessarily installed the same day. I guess it could be possible since the SAS Deployment Operator can do it. Thanks

sarahcpage commented 2 years ago

Thanks for your suggestion @raphaelpoumarede! Just to be sure you're aware, as a work-around, you can access historical assets for an order in the My SAS UI.

raphaelpoumarede commented 2 years ago

Hi Sarah Yes good point. I was not aware but saw that I can consult the order download history and re-download the assets for a specific release that was previously downloaded.

raphaelpoumarede commented 4 months ago

Hi @sarahcpage A consultant in the field is asking the same question (if there is a way to specify a specific version release, like 20240312.1710226164551) for the deployment assets in the order CLI command. was there any progress on this feature requirement ? thanks