-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fcli ssc appversion-artifact download: response 500 returned when --no-include-source is used without --id #173
Comments
The |
Hey @rsenden , I think James might be correct in that the These are the API's that I'm seeing being invoked when trying to download an artifact with/without sources, versus downloading an "application version state" artifact with/without sources. |
There was actually another bug in the download command, with application file downloads (no |
…nloading application file fix: `fcli ssc appversion-artifact download`: `--no-include-sources` now available for both application file and individual FPR download (fixes #173)
…nloading application file fix: `fcli ssc appversion-artifact download`: `--no-include-sources` now available for both application file and individual FPR download (fixes #173)
according to document of fcli tool
--no-include-sources, --id= are mutually exclusive (specify only one)
but IF --id is NOT included in the command, response 500 returned
in ssc, we can download the snapshot of the application as well as downloading each fpr that was uploaded to the application version, can we replicate the way SSC works so that the functions of fcli tool are aligned with SSC?
The text was updated successfully, but these errors were encountered: