Help for recipe.run

Project

recipe

Function

run

Sample CLI

gway recipe run

References

['run_recipe']

Full Code

def run(*script: str, **context):
    return gw.run_recipe(*script, **context)