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