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