-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add Process Template Support #128
Add Process Template Support #128
Conversation
…pport Adding Process Template Support
…pport Touching up Help
The alias Get-Process is going to cause problems. I would suggest you just don't add it. Get-Process is an out of the box PowerShell cmdlet. It is very popular and we don't want to take that one over. |
My only other feedback is what should be the default format of the results to Get-VSTeamProcess? Currently it is a list and it shows the ID and URL. I am not sure why anyone would need to see that by default. I might suggest adding a table format that only shows the name and description. Users could always run Get-VSTeamProcess | FL * to get the current list view. This is really nice work. |
I thought about that actually but figured I'd include it just in case. No problem taking it out. |
No problem, I'll add that. |
…pport Adding formatted views
Ready for review |
Make sure you import the module and run Invoke-Pester from the Unit\Test folder. I see two tests failing. |
The tests were just missing a mock. I put them in there. Don't worry about it. |
Sorry I missed that test. Anything else you want me to change? |
Merging into master now. Thanks so much for your support. |
PR Summary
PR Checklist