You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Description:
Currently, according to the info of "jf rbe --help":
"jf rbe - Triggers the Export process and downloads the Release Bundle archive"
When I try to export Release Bundle v2 using the command "jf rbe", these files are also downloaded, like:
$ jf rbe myApp2 1.0.0
08:37:10 [🔵Info] Exporting Release Bundle archive...
08:37:22 [🔵Info] [Thread 2] Downloading "release-bundles-v2/myApp2/1.0.0/myApp2-1.0.0.zip" to "myApp2/1.0.0/myApp2-1.0.0.zip"
08:37:22 [🔵Info] Successfully Downloaded Release Bundle archive
Expectation:
I only want to trigger the exporting of Release bundle v2 through "jf rbe" without downloading.
The scenario is:
We only need to trigger the function of generating a download link on the UI for Release Bundle v2, and then send the download link to others.
The text was updated successfully, but these errors were encountered:
Feature Description:
Currently, according to the info of "jf rbe --help":
"jf rbe - Triggers the Export process and downloads the Release Bundle archive"
When I try to export Release Bundle v2 using the command "jf rbe", these files are also downloaded, like:
$ jf rbe myApp2 1.0.0
08:37:10 [🔵Info] Exporting Release Bundle archive...
08:37:22 [🔵Info] [Thread 2] Downloading "release-bundles-v2/myApp2/1.0.0/myApp2-1.0.0.zip" to "myApp2/1.0.0/myApp2-1.0.0.zip"
08:37:22 [🔵Info] Successfully Downloaded Release Bundle archive
Expectation:
I only want to trigger the exporting of Release bundle v2 through "jf rbe" without downloading.
The scenario is:
We only need to trigger the function of generating a download link on the UI for Release Bundle v2, and then send the download link to others.
The text was updated successfully, but these errors were encountered: