{ "commands": { "auth": { "register":"register http://{{.HostName}} --username={{.UserName}} --password={{.Password}} --email={{.Email}}", "login": "auth:login http://{{.HostName}} --username={{.UserName}} --password={{.Password}}", "logout": "auth:logout", "cancel":"auth:cancel" }, "keys": { "add": "keys:add {{.AuthKey}}.pub || true", "list": "keys:list", "remove": "keys:remove {{.AuthKey}} ||true" }, "clusters": { "create": "clusters:create {{.ClusterName}} http://{{.HostName}} --hosts={{.Hosts}} --auth={{.AuthKey}} || true", "list": "clusters:list", "update": "clusters:update {{.ClusterName}} --domain=http://{{.HostName}} --hosts={{.UpdatedHosts}} --auth={{.AuthKey}} ||true", "info": "clusters:info {{.ClusterName}}", "destroy" : "clusters:destroy {{.ClusterName}} --confirm={{.ClusterName}}" }, "git" : { "clone" : "git clone https://github.com/deis/{{.ExampleApp}}.git", "remove" : "git remote remove deis", "push" : "git push deis master" } }, "apps": { "go": ["example-go","helloworld"], "ruby" : ["example-ruby-sinatra"], "dart" : ["example-dart"], "java" : ["example-java-jetty","example-play"], "Javascript" : ["example-nodejs-express"], "python" : ["example-python-django","example-python-flask","example-dockerfile-python"], "scala" : ["example-scala"], "php": ["example-php"], "clojure":["example-clojure-ring"] } }