コード例 #1
0
ファイル: dplycli.py プロジェクト: mitesh91/batchbeagle
def create(ctx, job_definition):
    """
    Create a new job definition.
    """
    mgr = BatchManager(yml=ctx.obj['CONFIG'])
    mgr.create_job_definition(job_definition)
コード例 #2
0
def create(ctx, job_definition):
    """
    Create a new job definition.
    """
    mgr = BatchManager(filename=ctx.obj['CONFIG_FILE'])
    mgr.create_job_definition(job_definition)