diff --git a/content/docs/ref/comment.md b/content/docs/ref/comment.md index 416e486b..a8cbdc76 100644 --- a/content/docs/ref/comment.md +++ b/content/docs/ref/comment.md @@ -42,12 +42,12 @@ Any [generic option](/doc/ref) in addition to: - `--watch`: Watch for changes and automatically update the comment (doesn't exit, consider [appending `&` to run in the background]()). -- `--publish`: Upload any local images found in the Markdown report. +- `--publish=false`: Don't upload any local images found in the Markdown report. +- `--publish-native`: Uses `--driver`'s native capabilities to `--publish` + assets instead of `--publish-url` (not available on `--driver=github`). - `--publish-url=`: Self-hosted image server URL [default: `https://asset.cml.dev`], see [minroud-s3](https://github.com/iterative/minroud-s3). -- `--native`: Uses `--driver`'s native capabilities to `--publish` assets - instead of `--publish-url` (not available on `--driver=github`). ## FAQs and Known Issues