{"id":15146693,"url":"https://github.com/squareys/heyvr-cli","last_synced_at":"2026-01-31T09:32:42.425Z","repository":{"id":199002064,"uuid":"701985669","full_name":"Squareys/heyvr-cli","owner":"Squareys","description":"CLI tool to publish WebXR games to heyVR from CI/CD.","archived":false,"fork":false,"pushed_at":"2024-03-06T16:41:22.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:42:33.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Squareys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-08T06:45:58.000Z","updated_at":"2023-10-08T06:58:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"920e32ca-a2e1-42be-98f3-e626a42997f7","html_url":"https://github.com/Squareys/heyvr-cli","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.1333333333333333,"last_synced_commit":"3c15c4b3d4ef880ebf7ca3816f62d6fd30093c4f"},"previous_names":["squareys/heyvr-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Squareys%2Fheyvr-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Squareys%2Fheyvr-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Squareys%2Fheyvr-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Squareys%2Fheyvr-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Squareys","download_url":"https://codeload.github.com/Squareys/heyvr-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563932,"owners_count":20958971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-26T12:03:53.566Z","updated_at":"2026-01-31T09:32:42.378Z","avatar_url":"https://github.com/Squareys.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## heyVR CLI Tool\n\nEasy to use CLI tool to publish WebXR games to\n[heyVR](https://heyvr.io/) from CI/CD.\n\nThe command will check all arguments upfront to\nreduce CI config iterations.\n\n## Setup\n\nInstall the command in your CI scripts:\n\n```sh\nnpm i -g heyvr-cli\n```\n\n## Authentication\n\nThe command expects a `HEYVR_ACCESS_TOKEN` variable\nin the environment. Make sure to keep it safe via\nCI secrets.\n\nCreate an access token [in your developer account settings](https://heyvr.io/account/settings).\n\n## Usage\n\nThe command can be used as follows:\n\n```\nheyvr --version \u003cversion\u003e --gameId \u003cgameId\u003e\n\nversion  x.y.z, converted into 'minor'/'major'/'p\natch'\ngameId   Game ID for heyVR.\npath     Path to the game, index.html required at\n root.\n         Default deploy/ or public/.\n\nThe command expects 'HEYVR_ACCESS_TOKEN' environm\nent\nvariable for authentication.\n```\n\n### version (required)\n\nheyVR expects you to pass `major`, `minor`, `patch`\ninstead of an absolute version to enforce semantic\nversioning.\n\nSince this is really inconvenient for tagging from\nCI, the tool will automatically convert the version\npassed from `x.y.z` to the correct increment by\ndetecting `.0` suffixes:\n\n- `x.0.0` =\u003e `major`\n- `x.y.0` =\u003e `minor`\n- `x.y.z` =\u003e `patch`\n\n## gameId (required)\n\nThe game id of your game on heyVR.\n\n### path\n\nBy default `deploy/` is uploaded. If not found,\n`public/` is uploaded.\n\nYou can override this behavior by passing an explicit\n`--path` argument.\n\nThe given path needs to contain an `index.html`.\n\n### sdkVersion\n\nDefault `1`.\n\n## License\n\nMIT License, see `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquareys%2Fheyvr-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquareys%2Fheyvr-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquareys%2Fheyvr-cli/lists"}