Github user bostko commented on the issue:
https://github.com/apache/brooklyn-server/pull/157
@nakomis this way the install command can be chained with other commands
very easily inside the yaml.
The common use case for the `invoke-command-credssp.ps` helper is to be
used as a native command helper. And I do not know whether it is possible to
export a module in a native command?
Also it looks more native to me to use it just with one line like I
suggested in the previous comment.
Regarding moving the scripts in different folder.
The most sensible destinations for these scripts would be `$env:TEMP` (or
`%TEMP%`)
or `C:\brooklyn-managed-processes\install` the install folder which is used
in Apache Brooklyn.
I am not sure whether C:\brooklyn-managed-processes is appropriate location
either for installing or it should be located in user's folder?
If you think that $env:TEMP is the most sensible location then I can change
their location.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---