Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: doc
Browse files Browse the repository at this point in the history
antazoey committed Jan 30, 2025
1 parent b19f108 commit 44da257
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/userguides/compile.md
Original file line number Diff line number Diff line change
@@ -162,3 +162,13 @@ Then, after compiling, you should notice minified ABI json files in your `.build
This is useful if hosting these files on a web-server.

To see the full list of supported output-extra, see [the OutputExtras enum documentation](../methoddocs/ape_compile.html#ape_compile.config.OutputExtras).

## Show Output

To also display the contract type in the CLI terminal, use the `--show-output` flag when compiling:

```shell
ape compile --show-output
```

Now, your ABIs and bytecode (and all other artifacts) will appear stdout as well as Ape's disk cache.

0 comments on commit 44da257

Please sign in to comment.