mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support azcli #145

Open mrlunchbox777 opened 5 months ago

mrlunchbox777 commented 5 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add azcli to the managed packages, it will likely have to be a "curl" package.

Why?

It is the primary way to interact with Azure cloud from a terminal

What should happen?

azcli should be a package in the index file.

Covers this TODO.

Steps to Test

  1. jq '.packages[] | select(.name = "azcli")' resources/install/index.json should return the details for managing the azcli package

Code of Conduct