Skip to content
Johan Leino edited this page Jul 2, 2013 · 5 revisions

Introduction

This is a quick introduction to 'Web Deploy PowerShell' (wdp for short). Enjoy!

What

Web Deploy PowerShell (wdp) is a set of low ceremony, convention over configuration, PowerShell modules that wraps, and internally uses, the Web Deploy PowerShell Cmdlets.

It's distributed via NuGet and requires minimal configuration.

It also has built-in awareness of TeamCity and will work great in that environment (and outside).

Why

Why not?!

How

The PowerShell modules that you use only contain one "public" function. Everything is convention-based which means that it will just work without having to configure everything. You can of course change many of the default conventions if you like to.

The Modules