Project
Function
Sample CLI
gway recipe run
References
['run_recipe']
Full Code
def run(*script: str, **context):
return gw.run_recipe(*script, **context)
recipe.run
gway recipe run
['run_recipe']
def run(*script: str, **context):
return gw.run_recipe(*script, **context)