Copyright 2015 Google Inc. All rights reserved.
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.
- Install Python, either:
- Install the 'yaml' library: PyYAML package
- Download and install the App Engine SDK for Python.
- Install the 'yaml' library:
sudo apt-get install python-yaml
- Clone the appengine-config-transformer project:
git clone https://github.com/GoogleCloudPlatform/appengine-config-transformer.git
./convert_yaml.py app.yaml > app.json
cd appengine-config-transformer
./convert_yaml.py $HOME/appengine-guestbook-python/app.yaml > $HOME/appengine-guestbook-python/app.json