patriksvensson / cupboard

A framework for provisioning local environments to a desired state, using the .NET SDK.
MIT License
761 stars 19 forks source link

Question: Will it support MacOs or Linux #27

Closed guy-lud closed 3 years ago

guy-lud commented 3 years ago

Hello,

I've gone over the code and demo an i understand that in current state it does not support MacOs or Linux. Do you believe it should be included. If so when is it planed. Will you accept help with that?

Thank you

just1a-person commented 3 years ago

It does support macOS and Linux. The only thing is that macOS/Linux specific functionality (like support for apt/brew.. etc.) isn't added yet.

guy-lud commented 3 years ago

I saw that PowerShell is supported but Shell/Bash/Zsh etc. Isn't I probably missed it.

patriksvensson commented 3 years ago

@guy-lud For shell you could just use Exec

guy-lud commented 3 years ago

@patriksvensson , Thank you. I'll give it a try