run
run
Run scripts from the “scripts/” folder of a project. A script must either define a
main()
method, or define a command namedcli
that is aclick.Command
orclick.Group
object. Scripts with only amain()
method will be called with a network option given to the command. Scripts with acli
command should import any mix-ins necessary to operate from theape.cli
package.
run [OPTIONS] COMMAND [ARGS]...
Options
- -I, --interactive
Drop into interactive console session after running