__init__
¶
-
invoke.
run
(command, **kwargs)¶ Invoke
command
in a subprocess and return aResult
object.This function is simply a convenience wrapper for creating an anonymous
Context
object and calling itsContext.run
method, which lets you use Invoke’s powerful local command execution without requiring the rest of its API.