-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat:add upload symbol files command #1137
Conversation
…' into feat/add-upload-so-files-command # Conflicts: # CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great effort implementing this script 💪 Please check the suggestions 🙏 .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahmedAlaaInstabug Fantastic effort, the script is quite thorough and readable. Keep up the excellent work !!
* chore(android): bump sdk to v12.7.1 (#1134) * feat:add-upload-so-files-command * feat:add-upload-so-files-command * fix: add file path check * feat: add file validations * feat: add file validations * chore: format UploadSoFiles.ts * chore: add changes in changeLog --------- Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com>
* chore(android): bump sdk to v12.7.1 (#1134) * feat:add-upload-so-files-command * feat:add-upload-so-files-command * fix: add file path check * feat: add file validations * feat: add file validations * chore: format UploadSoFiles.ts * chore: add changes in changeLog --------- Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com>
* chore(android): bump sdk to v12.7.1 (#1134) * feat:add-upload-so-files-command * feat:add-upload-so-files-command * fix: add file path check * feat: add file validations * feat: add file validations * chore: format UploadSoFiles.ts * chore: add changes in changeLog --------- Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com>
Description of the change
Create a script to upload .so files using our API to BE
node nodemodules/instabug-reactnative/bin/index.js upload-so-files
--arch 'x86 | 'x86_64' | 'arm64-v8a' | 'armeabi-v7a'
--file 'path of ZIP file contains .so files'
--token 'App token'
--name 'Application version like 1.0'
--api_key 'API key you can get from Help'
Type of change
Related issues
JIRA-ID :MOB-13795
Checklists
Development
Code review