{"id":29929551,"url":"https://github.com/shipth-is/cli","last_synced_at":"2026-05-02T13:03:30.781Z","repository":{"id":286998788,"uuid":"962619408","full_name":"shipth-is/cli","owner":"shipth-is","description":"CLI to build and publish Godot games to the App Store and Google Play - no Xcode or Android Studio required.","archived":false,"fork":false,"pushed_at":"2026-04-27T08:36:23.000Z","size":2528,"stargazers_count":271,"open_issues_count":8,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-27T10:24:19.613Z","etag":null,"topics":["command-line","godot","godot3","godot4","mobile-development"],"latest_commit_sha":null,"homepage":"https://shipth.is","language":"TypeScript","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/shipth-is.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-08T12:29:15.000Z","updated_at":"2026-04-27T08:36:23.000Z","dependencies_parsed_at":"2025-04-09T12:28:29.806Z","dependency_job_id":"8c9c4a22-e4b6-4438-89ce-8b409180fb0a","html_url":"https://github.com/shipth-is/cli","commit_stats":null,"previous_names":["shipth-is/cli"],"tags_count":92,"template":false,"template_full_name":null,"purl":"pkg:github/shipth-is/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipth-is%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipth-is%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipth-is%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipth-is%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shipth-is","download_url":"https://codeload.github.com/shipth-is/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipth-is%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32534972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["command-line","godot","godot3","godot4","mobile-development"],"created_at":"2025-08-02T15:04:45.878Z","updated_at":"2026-05-02T13:03:30.768Z","avatar_url":"https://github.com/shipth-is.png","language":"TypeScript","funding_links":[],"categories":["Other"],"sub_categories":["External editor themes"],"readme":"# ShipThis \u003ca href=\"https://discord.gg/gPjn3S99k4\"\u003e\u003cimg alt=\"discord\" src=\"https://img.shields.io/discord/1304144717239554069?style=flat-square\u0026label=%F0%9F%92%AC%20discord\u0026color=00ACD7\"\u003e\u003c/a\u003e\u003ca href=\"https://shipth.is/?ref=github_readme\"\u003e\u003cimg src=\"docs/assets/st.png\" align=\"right\" height=\"80\" alt=\"ShipThis\" /\u003e\u003c/a\u003e\n\n* Build iOS and Android binaries (APK, AAB, IPA) for your **Godot** game\n* Publish to the **App Store** and **Google Play** when you are ready\n* Automatically manages **certificates**, **keystores**, **API keys**, and **provisioning profiles**\n* **Free cloud builds** for most solo devs\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://shipth.is/docs/reference/game/ship?ref=github_readme\"\u003e\n    \u003cpicture\u003e\n      \u003cimg height=\"266\" width=\"504\" alt=\"ShipThis Command - ship output\" src=\"docs/assets/ship-outputx0.8.gif\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e [!IMPORTANT]\n\u003e Currently in open beta and free to use. It will **always** be free for most solo devs.\n\n## Quick start\n\n### Requirements\n\n- A Godot 3.6 or 4.x game\n- [Node.js](https://nodejs.org/en/download/) version 18 or above\n- **To publish an Android game** - a [Play Console Developer account](https://play.google.com/apps/publish/signup) (not required for building an APK/AAB)\n- **To publish an iOS game** - an [Apple Developer account](https://developer.apple.com) (not required for building an IPA)\n\n### 1. Install ShipThis\n\nInstall via the [NPM package manager](https://www.npmjs.com/):\n\n```bash\nnpm install -g shipthis\n```\n\n### 2. Create an account\n\nSet up an account with ShipThis by logging in for the first time using the [`shipthis login`](https://shipth.is/docs/reference/login?ref=github_readme) command.\n\n```bash\nshipthis login\n```\n\n### 3. Set up your game\n\nRun the [wizard command](https://shipth.is/docs/reference/game/wizard?ref=github_readme) to configure your game on ShipThis; it will set up everything needed to automatically build and publish your Godot game.\n\nThe wizard command takes a platform parameter: either **android** or **ios**. Run the command from within a Godot game directory (with a **project.godot** file):\n\n#### Set up an Android game\n\nRead more about [how ShipThis exports Godot Android games](https://shipth.is/docs/guides/android-export-methods?ref=github_readme) (Gradle vs legacy, APK/AAB output).\n\n```bash\nshipthis game wizard android\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eWatch: Set up ShipThis for Android\u003c/strong\u003e\u003c/summary\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003cimg height=\"431\" width=\"672\" alt=\"ShipThis Command - Android Wizard - published game\" src=\"docs/assets/wizard-android-existingx0.5.gif\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003c/details\u003e\n\n#### Set up an iOS game\n\n```bash\nshipthis game wizard ios\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eWatch: Set up ShipThis for iOS\u003c/strong\u003e\u003c/summary\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.youtube.com/watch?v=ijTUFVk1duw\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.youtube.com/vi/ijTUFVk1duw/0.jpg\" alt=\"Watch the iOS setup video\" width=\"640\" height=\"480\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c/details\u003e\n\n### 4. Ship\n\nNow you can publish new versions of your game to TestFlight or Google Play with the [`shipthis game ship`](https://shipth.is/docs/reference/game/ship?ref=github_readme) command:\n\n```bash\nshipthis game ship\n```\n\n- New to ShipThis? See the full [Quick start guide](https://shipth.is/docs/guides/quick-start?ref=github_readme)\n- Having issues? Check the [Troubleshooting](https://shipth.is/docs/troubleshooting?ref=github_readme) or [join our Discord](https://discord.gg/gPjn3S99k4)\n- For detailed documentation, visit [shipth.is/docs](https://shipth.is/docs?ref=github_readme)\n\n## FAQ\n\n### Do I need a Mac to build for iOS?\n\nNo, you do not need a Mac, but if you want to publish to TestFlight or the Apple App Store then you will need an Apple Developer account.\n\nShipThis handles iOS builds on managed macOS cloud servers. The CLI connects to the Apple Developer Portal and sets everything up for you.\n\n### Which versions of Godot are supported?\n\nWe support **all stable Godot versions since 3.6**, including:\n\n| [3.6](https://github.com/godotengine/godot/releases/tag/3.6-stable)     | [4.0](https://github.com/godotengine/godot/releases/tag/4.0-stable)                  | [4.1](https://github.com/godotengine/godot/releases/tag/4.1-stable)                  | [4.2](https://github.com/godotengine/godot/releases/tag/4.2-stable)                  | [4.3](https://github.com/godotengine/godot/releases/tag/4.3-stable)                  | [4.4](https://github.com/godotengine/godot/releases/tag/4.4-stable)                  | [4.5](https://github.com/godotengine/godot/releases/tag/4.5-stable)                  | [4.6](https://github.com/godotengine/godot/releases/tag/4.6-stable) |\n| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |\n| [3.6.1](https://github.com/godotengine/godot/releases/tag/3.6.1-stable) | [4.0.1](https://github.com/godotengine/godot/releases/tag/4.0.1-stable)              | [4.1.1](https://github.com/godotengine/godot/releases/tag/4.1.1-stable)              | [4.2.1](https://github.com/godotengine/godot/releases/tag/4.2.1-stable)              | [4.3.1 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.3.1-28eb575) | [4.4.1](https://github.com/godotengine/godot/releases/tag/4.4.1-stable)              | [4.5.1](https://github.com/godotengine/godot/releases/tag/4.5.1-stable)              | [4.6.1](https://github.com/godotengine/godot/releases/tag/4.6.1-stable)              |\n| [3.6.2](https://github.com/godotengine/godot/releases/tag/3.6.2-stable) | [4.0.2](https://github.com/godotengine/godot/releases/tag/4.0.2-stable)              | [4.1.2](https://github.com/godotengine/godot/releases/tag/4.1.2-stable)              | [4.2.2](https://github.com/godotengine/godot/releases/tag/4.2.2-stable)              |                                                                                      | [4.4.2 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.4.2-ca113b3) |                                                                                      |                                                                                      |\n|                                                                         | [4.0.3](https://github.com/godotengine/godot/releases/tag/4.0.3-stable)              | [4.1.3](https://github.com/godotengine/godot/releases/tag/4.1.3-stable)              | [4.2.3 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.2.3-d33f443) |                                                                                      |                                                                                      |                                                                                      |                                                                                      |\n|                                                                         | [4.0.4](https://github.com/godotengine/godot/releases/tag/4.0.4-stable)              | [4.1.4](https://github.com/godotengine/godot/releases/tag/4.1.4-stable)              |                                                                                      |                                                                                      |                                                                                      |                                                                                      |                                                                                      |\n|                                                                         | [4.0.5 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.0.5-df6989b) | [4.1.5 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.1.5-b68debd) |                                                                                      |                                                                                      |                                                                                      |                                                                                      |                                                                                      |\n\n\n**\\* Custom builds** - [maintained by us](https://github.com/shipth-is/godot-android-sdk-upgrade/) to support **[Android SDK 35](https://support.google.com/googleplay/android-developer/answer/11926878?hl=en)** and **[16 KB Google Play compatibility requirement](https://developer.android.com/guide/practices/page-sizes)**.\n\nYou can read more in our [Godot versioning guide](https://shipth.is/docs/guides/godot-versioning?ref=github_readme).\n\n### Can I build my game as APK/AAB/IPA without an Apple or Google account?\n\nYes.\n\nThe [wizard command](https://shipth.is/docs/reference/game/wizard?ref=github_readme) is designed to generate your own credentials for signing and publishing, but you might not need this when initially building your game.\n\nYou can create a ShipThis account, create the game and then run the [ship command](https://shipth.is/docs/reference/game/ship?ref=github_readme) using demo credentials. Later, when you need to set up publishing, you can re-run the wizard command.\n\n```bash\n# Create a ShipThis game - run this in a dir with a project.godot file\nshipthis game create --name \"My Game\"\n\n# Run the build, use demo credentials, and download as game.apk\nshipthis game ship --follow --platform android --useDemoCredentials --downloadAPK game.apk\n\n# Run the build, use demo credentials, and download as game.aab\nshipthis game ship --follow --platform android --useDemoCredentials --download game.aab\n\n# Run the build, use demo credentials, and download as game.ipa\nshipthis game ship --follow --platform ios --useDemoCredentials --download game.ipa\n```\n\n### Do I need to create an export_presets.cfg file?\n\nNo, the ShipThis build server will generate a valid **export_presets.cfg** for your game.\n\nIf you provide an **export_presets.cfg** file, the desired preset values will be merged with the generated file.\n\n### How much does it cost to use ShipThis?\n\nCurrently free while in open beta. Planned pricing is on the [pricing page](https://shipth.is/pricing?ref=github_readme).\n\n### What does the `shipthis game wizard` do?\n\nThe wizard is designed to set up everything you need to automatically build and publish your game to the Apple App Store or Google Play.\n\nThe [wizard command](https://shipth.is/docs/reference/game/wizard?ref=github_readme) runs different steps for Android and iOS. Each \"step\" is another ShipThis command - meaning you can run each step by itself. The wizard can be re-run any number of times.\n\nThe Android steps are described in the [Android setup guide](https://shipth.is/docs/android?ref=github_readme).\nThe iOS steps are described in the [iOS setup guide](https://shipth.is/docs/ios).\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eThe commands run for Android\u003c/strong\u003e\u003c/summary\u003e\n\n1. Creating a new ShipThis game\n\n    ```bash\n    shipthis game create --name \"Pay2Lose\" --androidPackageName \"com.pay.two.lose\"\n    ```\n\n1. Creating or importing an Android Keystore\n\n    To create a new Keystore:\n\n    ```bash\n    shipthis game android keyStore create\n    ```\n\n    To import an existing Keystore see [the docs for the `shipthis game android keyStore import` command](https://shipth.is/docs/reference/game/android/keyStore?ref=github_readme#game-android-keystore-import)\n\n1. Connecting ShipThis with Google\n\n    Once connected, ShipThis can generate a Service Account API Key for automatic publishing.\n\n    ```bash\n    shipthis game android apiKey connect\n    ```\n\n1. Create a Service Account and API Key\n\n    ```bash\n    shipthis game android apiKey create\n    ```\n\n1. Create and download an initial build (AAB file)\n\n    When you first create your game in the Google Play Console, you will be asked to upload an initial build in AAB format.\n\n    ```bash\n    shipthis game ship --platform android --follow --skipPublish --download game.aab\n    ```\n\n1. Create an app in the Google Play Console\n\n    You will need to manually create the game itself in Google Play. This will involve entering the name, agreeing to Google Play's TOS and uploading an initial build.\n\n1. Invite the Service Account\n\n    Before the Service Account API Key can submit your games automatically, you will need to invite the Service Account to your Google Play account. To do this you will need your Google Play account ID.\n\n    ```bash\n    shipthis game android apiKey invite XXXXXXXXX\n    ```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eThe commands run for iOS\u003c/strong\u003e\u003c/summary\u003e\n\n1. Create a new ShipThis game\n\n    ```bash\n    shipthis game create --name \"Tap to Win Nothing\" --iosBundleId \"com.tap.to.win.nothing\"\n    ```\n\n1. Connect ShipThis with Apple\n\n    We recommend enabling 2FA for your account. ShipThis generates a session cookie for communicating with the Apple Developer Portal.\n\n    ```bash\n    shipthis apple login\n    ```\n\n1. Create an App Store Connect API Key\n\n    ShipThis uses this API key to submit new versions of your game.\n\n    ```bash\n    shipthis apple apiKey create\n    ```\n\n1. Create an iOS Distribution Certificate\n\n    This certificate is used to sign your game on the ShipThis build servers.\n\n    ```bash\n    shipthis apple certificate create\n    ```\n\n1. Create an App Store App and BundleId\n\n    ```bash\n    shipthis game ios app create\n    ```\n\n1. Synchronize Permissions (Capabilities)\n\n    ShipThis reads `export_presets.cfg` and enables supported capabilities in the Apple Developer Portal (currently Access WiFi, Push Notifications).\n\n    ```bash\n    shipthis game ios app sync\n    ```\n\n1. Create a Provisioning Profile\n\n    Required to run on devices and for distribution. You can view profiles at Apple’s portal: https://developer.apple.com/account/resources/profiles/list\n\n    ```bash\n    shipthis game ios profile create\n    ```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eWatch: The wizard run for Android\u003c/strong\u003e\u003c/summary\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003cimg height=\"431\" width=\"672\" alt=\"ShipThis Command - Android Wizard - published game\" src=\"docs/assets/wizard-android-existingx0.5.gif\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eWatch: The wizard run for iOS\u003c/strong\u003e\u003c/summary\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.youtube.com/watch?v=ijTUFVk1duw\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.youtube.com/vi/ijTUFVk1duw/0.jpg\" alt=\"Watch the iOS setup video\" width=\"640\" height=\"480\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c/details\u003e\n\n### How do I debug a failed build?\n\nIf a build fails, rerun it for only the failing platform with the `--follow` flag to view the logs in real time:\n\n```bash\nshipthis game ship --platform android --follow\n```\n\nFor additional debugging, you can include the `--verbose` flag - this enables detailed logging locally and on the build server, including running the Godot export with verbose output:\n\n```bash\nshipthis game ship --platform ios --follow --verbose\n```\n\nYou can review logs at any time in the [dashboard](https://shipth.is/dashboard?ref=github_readme) under the \"Jobs\" tab.\n\nSee the [Troubleshooting Guide](https://shipth.is/docs/troubleshooting?ref=github_readme) for common checks.\n\nIf the issue persists, we can help you directly in our [Discord](https://discord.gg/gPjn3S99k4).\n\n### Does ShipThis work with CI/CD pipelines?\n\nYes. ShipThis works with CI/CD pipelines, allowing you to run automated builds without an interactive shell.\n\nTo get started, create an API key for your pipeline environment:\n\n```bash\n# API keys can have a maximum lifetime of 1 year\nshipthis apiKey create --durationDays 365 --name ci-key\n```\n\nThe secret value will only be displayed once and this can be used as an environment variable called `SHIPTHIS_TOKEN`.\n\n```bash\nexport SHIPTHIS_TOKEN=your_token_here\nshipthis game ship --platform android --follow\nshipthis game ship --platform ios --follow\n```\n\nFor GitHub users, we provide an official **GitHub Action** for easy integration:  https://github.com/shipth-is/action\n\nSee the [API Keys documentation](https://shipth.is/docs/reference/apiKey/?ref=github_readme) for more information.\n\n### Can I use a Liquid Glass icon with my game on iOS?\n\nShipThis enables the use of Liquid Glass icons with your game. These can be applied in two ways:\n\n- To a local iOS export of a Godot project\n  - using the command `shipthis util glass ios/output.xcodeproj MyIcon.icon`\n- To a game built using the ShipThis build servers\n  - using the command `shipthis game details --liquidGlassIconPath ./Example.icon`\n\nYou can read more in our [Liquid Glass icons guide](https://shipth.is/docs/guides/liquid-glass?ref=github_readme).\n\n### How are my credentials stored and secured?\n\nShipThis uses short-lived, signed URLs and ephemeral build environments.\n\n- Credentials are stored in a private DigitalOcean Space.\n- Every access is logged for a full audit trail.\n- When a build starts, credentials are fetched on-demand and loaded as environment variables.\n- Temporary files are created only if needed and cleaned up when the job finishes.\n\nWe store:\n\n- Android Keystores\n- Google Play Service account API keys\n- iOS provisioning profiles\n- App Store Connect API keys\n- iOS distribution certificates\n\n### What happens to my files when I run the command `shipthis game ship`?\n\nYour game files are packaged, uploaded to private storage via a temporary signed URL, and made available to an ephemeral build machine. After the build completes, all files are cleaned up on the machine. Uploaded files and build outputs are retained for **30 days** before automatic deletion.\n\nRead the full [How your code is handled](https://shipth.is/docs/guides/code-handling?ref=github_readme) guide for details.\n\n## 📖 Command Reference\n\n### 🗂 Topics\n\n- [apiKey](https://shipth.is/docs/reference/apiKey?ref=github_readme) - Commands related to ShipThis API Keys\n- [apple](https://shipth.is/docs/reference/apple?ref=github_readme) - Commands that relate to linking your ShipThis account with your Apple Developer account\n- [game](https://shipth.is/docs/reference/game?ref=github_readme) - Commands that relate to configuring the specific game in the current working directory.\n- [util](https://shipth.is/docs/reference/util?ref=github_readme) - Utility commands that do not require authentication\n\n### 🔧 Commands\n\n- [autocomplete](https://shipth.is/docs/reference/autocomplete?ref=github_readme) - Set up shell tab-completion for commands, topics, and flags\n- [dashboard](https://shipth.is/docs/reference/dashboard?ref=github_readme) - Opens the web browser to your shipth.is dashboard\n- [login](https://shipth.is/docs/reference/login?ref=github_readme) - Sign in or create a new account\n- [status](https://shipth.is/docs/reference/status?ref=github_readme) - Display your overall ShipThis account status\n- [help](https://shipth.is/docs/reference/help?ref=github_readme) - Display help for a specific topic or command\n\n### 📚 Guides\n\n- [Quick start](https://shipth.is/docs/guides/quick-start?ref=github_readme) - Get your first build running in minutes\n- [Android export methods](https://shipth.is/docs/guides/android-export-methods?ref=github_readme) - Gradle vs legacy builds, APK \u0026 AAB output\n- [Godot versioning](https://shipth.is/docs/guides/godot-versioning?ref=github_readme) - Supported Godot versions and custom builds\n- [How your code is handled](https://shipth.is/docs/guides/code-handling?ref=github_readme) - Upload, storage, and 30-day retention policy\n- [Liquid Glass icons](https://shipth.is/docs/guides/liquid-glass?ref=github_readme) - Use Liquid Glass icons with your iOS game\n- [Troubleshooting](https://shipth.is/docs/troubleshooting?ref=github_readme) - Common issues and how to fix them\n\n## 🌍 Community\n\n- 💬 [Join us on Discord](https://discord.gg/gPjn3S99k4)\n- 🐛 [Report an issue](https://github.com/shipth-is/cli/issues)\n- 📣 Feature ideas? Feedback? We’d love to hear from you - email support@shipth.is","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipth-is%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshipth-is%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipth-is%2Fcli/lists"}