--action addAttachment --space "zcliattachments" --title "@home" --file "/opt/atlassian/pipelines/agent/build/src/itest/confluence/resources/data.txt" --name "large.zip"
|
--action addAttachment --space "zcliattachments" --title "@home" --file "/opt/atlassian/pipelines/agent/build/src/itest/confluence/resources/data.txt" --name "xxx.txt" --minor
|
--action addAttachment --space "zcliattachments" --title "@home" --file "/opt/atlassian/pipelines/agent/build/src/itest/confluence/resources/empty.txt"
|
--action addAttachment --space "zcliattachments" --title "attachment page" --content "attachment content" --name "data.txt" --comment "attachment comment"
|
--action addAttachment --space "zcliattachments" --title "attachment page" --file "/opt/atlassian/pipelines/agent/build/src/itest/confluence/resources/binary.bin"
|
--action addAttachment --space "zcliattachments" --title "attachment page" --file "/opt/atlassian/pipelines/agent/build/src/itest/confluence/resources/data.txt" --comment "attachment comment" --verbose
|
--action addAttachment --space "zcliattachmentversions" --title "@home" --file "/opt/atlassian/pipelines/agent/build/src/itest/confluence/resources/picture.png"
|
--action addAttachment --space "zcliattachmentversions" --title "@home" --name "hexFile" --encoding "hex_string" --file "-"
|
--action addAttachment --space "zcliattachmentversions" --title "@home" --name "hexString" --encoding "hex_string" --content "\\x 31 32 33 34"
|
--action addAttachment --space "zcliattachmentversions" --title "@home" --name "hexString2" --encoding "hex_string" --content "31323334"
|
--action addAttachment --space "zcliattachmentversions" --title "@home" --name "remove.txt" --content "text - 1" --comment "version-1"
|
--action addAttachment --space "zcliattachmentversions" --title "@home" --name "remove.txt" --content "text - 2" --comment "version-2"
|
--action addAttachment --space "zcliattachmentversions" --title "history" --name "remove.txt" --labels "labels1 labels2" --content "text - 1" --comment "version-1"
|
--action addAttachment --space "zcliattachmentversions" --title "history" --name "remove.txt" --labels "labels1 labels2" --content "text - 2" --comment "version-2"
|
--action addAttachment --space "zcliattachmentversions" --title "history" --name "remove.txt" --labels "labels1 labels2" --content "text - 3" --comment "version-3"
|
--action addAttachment --space "zcliattachmentversions" --title "history" --name "remove.txt" --labels "labels1 labels2" --content "text - 4" --comment "version-4"
|
--action addAttachment --space "zcliattachmentversions" --title "history" --name "remove.txt" --labels "labels1 labels2" --content "text - 5" --comment "version-5"
|
--action addAttachment --space "zcliattachmentversions" --title "history" --name "remove.txt" --labels "labels1 labels2" --content "text - 6" --comment "version-6"
|
--action addAttachment --space "zcliblogs" --title "addBlog1" --file "/opt/atlassian/pipelines/agent/build/src/itest/confluence/resources/data.txt" --content "This is a test blog." --dayOfMonth 1 --month 2 --year 2023
|
--action addAttachment --space "zclipages" --title "This is title 0" --content "attachment content" --name "data.txt"
|
--action addAttachment --space "zclishortcuts" --title "@home" --name "test.txt" --content "For shortcut to an attachment"
|
--action addAttachment --space "zconfluencecli" --title "This is title 0" --content "attachment content" --name "data.txt"
|
--action addAttachment --space "zexport" --title "@home" --file "/opt/atlassian/pipelines/agent/build/src/itest/confluence/resources/data.txt"
|
--action addAttachment --space "zpublish" --title "@home" --file "/opt/atlassian/pipelines/agent/build/src/itest/confluence/resources/picture.png"
|