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