RamblingCookieMonster / PSDeploy

Simple PowerShell based deployments
http://ramblingcookiemonster.github.io/PSDeploy-Take-Two/
MIT License
348 stars 69 forks source link

Add tag functionality #3

Closed RamblingCookieMonster closed 8 years ago

RamblingCookieMonster commented 8 years ago

Example usage:

Invoke-PSDeploy -Tag AzureStack, Prod

This would only kick off deployments with both the AzureStack, and Prod tags (I'm assuming 'and' is preferable to 'or', open to suggestions).

RamblingCookieMonster commented 8 years ago

Initial implementation in fb20cee

RamblingCookieMonster commented 8 years ago

Closing this out per fb20cee, changes to the design are more than welcome!