Skip to content

Latest commit

 

History

History
executable file
·
32 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

executable file
·
32 lines (21 loc) · 1.16 KB

Copyright 2015 Google Inc. All rights reserved.

App Engine Configuration File Transformer

Use this command-line tool to transform and copy your YAML formatted App Engine configuration files into JSON formatted files that are suppported by the Google App Engine Admin API.

Requirements:

Example Installation:

  1. Download and install the App Engine SDK for Python.
  2. Install the 'yaml' library:
    sudo apt-get install python-yaml
  3. Clone the appengine-config-transformer project:
    git clone https://github.com/GoogleCloudPlatform/appengine-config-transformer.git

Usage:

./convert_yaml.py app.yaml > app.json

Example:

cd appengine-config-transformer  
./convert_yaml.py $HOME/appengine-guestbook-python/app.yaml > $HOME/appengine-guestbook-python/app.json