-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
chore(cli): use upload api and update documentation #6927
Conversation
etnoy
commented
Feb 5, 2024
- Don't manually call fetch for the upload file
- Streamline the upload code
- Fix the include hidden option
- Improve documentation
- Bump to version 2.0.7
Deploying with Cloudflare Pages
|
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.
LGTM. Did you test uploading a sidecar file?
Cool. Thanks! This was something I noticed and was on my list too 😆 Something that would be good to confirm if you didn't already is that the axios and fetch clients use the same date serialization |
You don't want to know how long I fought with the axios sdk to get uploads working. In the end I had to concede to do manual http calls instead. With fetch, it just worked. Thanks for helping me with it |