コード例 #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()