This JFrog CLI plugin allows JFrog customers to easily upload Support Bundles and files to the JFrog Support SaaS instance using CLI command instead of cURL. This plugin also enables the uploading of multiple files using just one command.
Installing the latest version:
$ jf plugin install support-bundle
Uninstalling a plugin
$ jf plugin uninstall support-bundle
- upload
-
Arguments:
- ticket number - The support ticket number in JFrog Portal.
- files - paths to the files to upload.
-
Example:
$ jf support-bundle u {ticket-number} {files}
$ jf support-bundle u 1 ./test2.txt ./test3.txt ./test4.txt 15:06:05 [🔵Info] Uploaded file: ./test2.txt. 15:06:06 [🔵Info] Uploaded file: ./test3.txt. 15:06:06 [🔵Info] Uploaded file: ./test4.txt.
-
The release notes are available here.