Skip to content

This plugin will be used to upload support bundles to JFrog Support SaaS instace using the CLI instead of curl command.

License

Notifications You must be signed in to change notification settings

YonatanHen/support-bundle-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

support-bundle

About this plugin

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.

Installation with JFrog CLI

Installing the latest version:

$ jf plugin install support-bundle

Uninstalling a plugin

$ jf plugin uninstall support-bundle

Usage

Commands

  • 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.
      

Release Notes

The release notes are available here.

About

This plugin will be used to upload support bundles to JFrog Support SaaS instace using the CLI instead of curl command.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages