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

Add new "getall" command which downloads all objects in one step #42

Closed miaeyg closed 6 months ago

miaeyg commented 6 months ago

I added a new command "getall" with an alias "all" which basically downloads the three downloadable objects: certs + license + deploymentAssets in one invocation of the utility. This is instead of having to invoke the utility three times each time downloading only one object. Makes usage easier.