Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expanded Help and Examples #6

Open
michaeltlombardi opened this issue Oct 26, 2016 · 0 comments
Open

Expanded Help and Examples #6

michaeltlombardi opened this issue Oct 26, 2016 · 0 comments

Comments

@michaeltlombardi
Copy link
Contributor

It'd be useful for people to be able to use the comment-based help and review an about_PSServices topic from the command-line. It would be even more useful to have a couple of examples of what sorts of scripts might be turned into services and what that workflow would look like.

michaeltlombardi added a commit to michaeltlombardi/New-PSService that referenced this issue Oct 27, 2016
+ Moves the needle towards oze4#1 by making the functionality available in module format. Project is _not_ ready for full release to the gallery without unit tests (see below).
+ Separates the creation and installation of the service binaries, closes oze4#2
+ Replaces Create-NewService script with New-ScriptAsService, closes oze4#3
+ Replaced or removed all write-host from the functions, closes oze4#5
+ Does expand on (but doesn't close out) help and examples per oze4#6
+ Does **not** include unit tests as requested in oze4#7
+ Example script and comment-based help now indicates requirement for installation to have administrator rights, closes oze4#8
+ Adds the option to sign the binary at creation, closes oze4#9
+ Removes all instances of Clear-Host, fixes oze4#10
+ Most private functions have been removed, with the arguable exception of Set-ScriptAsServiceCredential which we've made public. Closes oze4#11

Overall this update also includes an example file and documentation as well as a first run at a build script for CI at a later date.
michaeltlombardi added a commit to michaeltlombardi/New-PSService that referenced this issue Oct 27, 2016
+ Moves the needle towards oze4#1 by making the functionality available in module format. Project is _not_ ready for full release to the gallery without unit tests (see below).
+ Separates the creation and installation of the service binaries, closes oze4#2
+ Replaces Create-NewService script with New-ScriptAsService, closes oze4#3
+ Replaced or removed all write-host from the functions, closes oze4#5
+ Does expand on (but doesn't close out) help and examples per oze4#6
+ Does **not** include unit tests as requested in oze4#7
+ Example script and comment-based help now indicates requirement for installation to have administrator rights, closes oze4#8
+ Adds the option to sign the binary at creation, closes oze4#9
+ Removes all instances of Clear-Host, fixes oze4#10
+ Most private functions have been removed, with the arguable exception of Set-ScriptAsServiceCredential which we've made public. Closes oze4#11

Overall this update also includes an example file and documentation as well as a first run at a build script for CI at a later date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant