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.
- Host: GitHub
- URL: https://github.com/adbertram/pswebdeploy
- Owner: adbertram
- Created: 2017-02-12T15:26:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T21:48:16.000Z (about 7 years ago)
- Last Synced: 2025-07-02T22:49:14.595Z (about 1 year ago)
- Language: PowerShell
- Size: 12.7 KB
- Stars: 16
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.