[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

GoogleCloudPlatform/appengine-config-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages