Newbie - Basic\Stupid Question #9076
Unanswered
sweatpants00
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I apologize in advance for the extremely basic question. I am a long time DBA tools module user, but this is my first foray into trying to contribute.
Thus far, per the documentation (https://github.com/sweatpants00/dbatools/blob/development/CONTRIBUTING.md) I have created a fork of dbatools and cloned locally. I am able to import the module from the locally cloned directory via the following code.
Import-Module -Name "C:\sweatpants00\dbatools\dbatools.psd1" -Verbose;
Here's what I'm confused about. I have tried to make some minor edits (simple hello world type messages) to the functions in the public subfolder and when I reload the module I don't see the messages coming through that would indicate my changes have been picked up when I call the edited function.
How do I make changes to the functions and then test them in my local environment? Any guidance or resources would be appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions