An open API service indexing awesome lists of open source software.

https://github.com/adbertram/pswebdeploy

A PowerShell module to assist in using the Web Deploy (msdeploy) utility.
https://github.com/adbertram/pswebdeploy

Last synced: about 1 year ago
JSON representation

A PowerShell module to assist in using the Web Deploy (msdeploy) utility.

Awesome Lists containing this project

README

          

# PSWebDeploy
PSWebDeploy is a PowerShell module that wraps PowerShell around (Web Deploy) msdeploy.exe. This greatly eases figuring out the long syntax required for msdeploy.exe.

## Sync-Website

This function uses the msdeploy `sync` verb to sync local contents to a remote web server.

## Get-WebsiteFile

This function uses the msdeploy `dump` verb to retrieve a list of files from a remote web server.