Replies: 1 comment
-
Hey @NukaCody, I saw this thread unanswered. The documentation has gotten a bunch of updates. After you ran the configuration, did it install PowerShell successfully? If it did, what if you install one of the DSC class-based DSC resources and see if it gets listed out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to give this a whirl on a friday night with my MacOS. Understandably, i notice y'all are working on the docs. But here's my "user journey", I hope it helps. This is coming from someone closer to ansible.
The installation method on MacOS is via github, was looking for something similiar to powershell for example:
brew install powershell/tap/dsc
. Although since ./dsc v3 is not dependent on powershell, it may be confusing to put it under that name?I was able to get it up and running (barring a few terminal color issues with the built-in mac terminal on a brand-new factory resetted mac)
./dsc config set -f dev-tools.dsc.yaml
I think the expectation is the same as in the getting started page linked for DSC v3.
I know you can send arbritrary commands with
I can always go down this path, but want to make sure I'm not missing anything
Beta Was this translation helpful? Give feedback.
All reactions