markeyev / appengine-config-transformer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Python 100.0%