Skip to content

Commit

Permalink
[Feat] Add s3 uploading from sdk (#31)
Browse files Browse the repository at this point in the history
* Bump valist sdk version for uploadToS3 functions

* Refactor publish command to use s3 upload functions

* Split loginAndPublish function into login and publish functions

* Refactor uploadRelease to use axiosInstance with cookie jar

* Refactor publish command to get Hyperplay cookies at beginning and use on all requests

* Remove IPFS url from release text

* Fix downloadSize and external_url in release meta

* Add missing installScript field in updated s3 code

* Add nock mocks for s3 requests

* Bump @valist/sdk to 2.9.13

* Add .nycrc to ignore keys for now

* Remove extra release text from with release.external_url from publish command

* Bump package version to 2.13.0
  • Loading branch information
jiyuu-jin authored Aug 20, 2024
1 parent 6b8e32c commit 4290d22
Show file tree
Hide file tree
Showing 8 changed files with 230 additions and 154 deletions.
5 changes: 5 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"exclude": [
"src/keys.ts"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ npm install -g @hyperplay/cli
$ hyperplay COMMAND
running command...
$ hyperplay (--version)
@hyperplay/cli/2.11.4 win32-x64 node-v20.8.0
@hyperplay/cli/2.13.0 darwin-arm64 node-v20.12.2
$ hyperplay --help [COMMAND]
USAGE
$ hyperplay COMMAND
Expand Down
Loading

0 comments on commit 4290d22

Please sign in to comment.