Cap-go / CLI

CLI to help you to manage your version in capgo cloud
https://capgo.app
GNU Affero General Public License v3.0
12 stars 31 forks source link

✨ (feat): add checksum verification before upload #310

Open asr2003 opened 3 days ago

asr2003 commented 3 days ago

fixes #309 /claim #309

asr2003 commented 3 days ago

@riderx @WcaleNieWolny I am not sure what could be expected checksum. I felt lack of more issue description. If you suggest for the same, I am will incorporate them to satisfy the issue requirements.

I am more interested to complete this issue :) @riderx

asr2003 commented 2 days ago

@riderx Can you also have a look at here?

riderx commented 2 days ago

You can use the same logic of checkCompatibility and instead of getting the native_packages of a version, you can get its checksum. Same as checkCompatibility this requires an option to disable it. you can do it just after verifyCompatibility

asr2003 commented 2 days ago

Sure @riderx will update the same