ref/send-comment: explain & demo `--update`
Open
C: ref
documentation
question
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
- `--update`: updates commit comment
- use case: `cml send-comment starting.md && ./train && cml send-comment --update finished.md`
- NOT a use case: `comment && commit && push && comment --update` - in this case `--update` is ignored. Should we attempt to delete the parent commit's comment @iterative/cml?
- `--pr --update`: updates current PR's comment
- what happens if there's no associated PR?
Contributor guide
Assessment
This issue has not been assessed yet.