Azure / deployment-stacks

Contains Deployment Stacks CLI scripts and releases
MIT License
87 stars 7 forks source link

CLI for Non-Windows Platform (macOS and Linux) #63

Closed yks0000 closed 2 years ago

yks0000 commented 2 years ago

Is your feature request related to a problem? Please describe. Deployment Stack CLI is not available for platform other than Windows. This restrict us from testing (preview) version of deployment-stack.

Describe the solution you'd like As a macOS user, I would like to see deployment stack cli build for macOS and Linux platform.

Describe alternatives you've considered There is no alternative to this request.

J0F3 commented 2 years ago

I have been using the PowerShell Cmdlets successfully on macOS. Should also work on Linux. Just install the cross platformPowerShell and you are basically ready to go.

Maybe this helps until the CLI is available on other platforms which I assume will be certainly the case sometime prior GA or even public preview.

yks0000 commented 2 years ago

Thanks @J0F3. Will try using PowerShell Cmdlets. Closing this.