Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 903 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 903 Bytes

scripts

A variety of useful scripts for the WebFilings development environment.

dev_build.py

Sets your app.yaml version to '1' and appid to 'bigsky'. Sets settings in settingslocal.py to optimal development settings. Uses terminal-notifier to trigger a Mac OS X notification when it is finished.

prep_deploy.py

Sets app.yaml to the specified version and appid (edit script to set default appid). Sets settings in setingslocal.py to proper deployed settings. Uses terminal-notifier to trigger a Mac OS X notification when it is finished.

###Options

  • --version The version to deploy to.
  • --appid The applicaiton id to deploy to.
  • --full If included, it will perform a full flex build.