We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cml comment create --publish
1 parent 9cfa5ab commit fe9a06fCopy full SHA for fe9a06f
bin/cml/comment/create.js
@@ -24,6 +24,7 @@ exports.options = kebabcaseKeys({
24
},
25
publish: {
26
type: 'boolean',
27
+ default: true,
28
description: 'Upload any local images found in the Markdown report'
29
30
publishUrl: {
bin/cml/comment/create.test.js
@@ -23,7 +23,7 @@ describe('Comment integration tests', () => {
23
--commit-sha, --head-sha Commit SHA linked to this comment
[string] [default: \\"HEAD\\"]
--publish Upload any local images found in the Markdown report
- [boolean]
+ [boolean] [default: true]
--publish-url Self-hosted image server URL
[string] [default: \\"https://asset.cml.dev\\"]
--watch Watch for changes and automatically update the
0 commit comments