compile

Compiles the manifest for this project and saves the results back to the manifest.

Note that ape automatically recompiles any changed contracts each time a project is loaded. You do not have to manually trigger a recompile.

compile [OPTIONS] [FILE_PATHS]...

Options

-f, --force

Force recompiling selected contracts

-s, --size

Show deployment bytecode size for all contracts

--include-dependencies

Also compile dependencies

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

Arguments

FILE_PATHS

Optional argument(s)