def run(what="puppet", wait_for_completion=False): """ Run something :param what: what should be run. The only parameter that will work is ``puppet`` :param wait_for_completion: Whether the command should wait for the completion of the pipeline before it returns """ core.run(what, wait_for_completion)
def run(what, tail): core.run(what, tail)