Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 524 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 524 Bytes

prepare_dev

MS Azure furnishes a PublishSettings to faciliate uploading source/website code to a web application in the Azure App Service PaaS. This utility loads the downloaded file, extracts the necessary ftp parameters, and outputs a properly formatted ftp command to connect to the web app ftp site.

Installation

Clone this repository. Install script requirements:

$ pip install -r requirements.txt.
$ chmod a+x prepare_dev.py

Usage

$ ./prepare_dev.py [path/to/*.PublishSettings]