Skip to content

Commit

Permalink
ref/comment: update --publish options
Browse files Browse the repository at this point in the history
- follow-up to iterative/cml#1208
- follow-up to iterative/cml#1210
  • Loading branch information
casperdcl committed Oct 17, 2022
1 parent ef45ea5 commit 821c051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/ref/comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](<https://en.wikipedia.org/wiki/Job_control_(Unix)#Implementation>)).
- `--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=<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

Expand Down

0 comments on commit 821c051

Please sign in to comment.