Beispiel #1
0
def app_run(name, namespace, region, file):
    app = Application(name, region, file, namespace)
    app.create()
    app.start()
Beispiel #2
0
def app_run(name, namespace, region, file):
    app = Application(name, region, file, namespace)
    app.create()
    app.start()
Beispiel #3
0
def app_create(name, namespace, region, file):
    app = Application(name, region, file, namespace)
    app.create()
Beispiel #4
0
def app_create(name, namespace, region, file):
    app = Application(name, region, file, namespace)
    app.create()