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

feat(command): Add a new "getall" ("all" alias) command which downloads all objects (certs + license + assets) at once #43

Open miaeyg opened 6 months ago

miaeyg commented 6 months ago

Added a new "getall" (or "all" alias) command which downloads all objects (certs + license + assets) at once. The command runs all three downloads in parallel. Updated README.md with explanation about this new command.