https://github.com/simformsolutionspvtltd/simform-pocket-cli
Pocket Deploy CLI
https://github.com/simformsolutionspvtltd/simform-pocket-cli
app-deploy cli release
Last synced: 8 months ago
JSON representation
Pocket Deploy CLI
- Host: GitHub
- URL: https://github.com/simformsolutionspvtltd/simform-pocket-cli
- Owner: SimformSolutionsPvtLtd
- License: mit
- Created: 2025-01-03T13:38:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-02T06:17:36.000Z (about 1 year ago)
- Last Synced: 2025-09-22T06:56:20.432Z (9 months ago)
- Topics: app-deploy, cli, release
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pocket-cli
Pocket CLI is a command-line tool designed to streamline the deployment process for mobile applications to "Pocket Deploy".
## Installation
```bash
npm install -g simform-pocket-cli
```
## Distribution
```bash
pocket distribute --applicationId "yourApplicationID" --buildPath "yourBuildPath" --appToken "YourAppToken" --releaseNotes "formatted release notes"
```
## Example
```bash
pocket distribute --applicationId "" --buildPath "/Downloads/app-release.apk" --appToken "" --releaseNotes "formatted release notes"
```
## How to get Application ID and App Token
1. Log in to Pocket Deploy and navigate to your app's detail page.
2. Go to the Settings tab:
- Application ID: Find it displayed here.
- App Token: Click the Add Connection button to generate a new token.
Note: The App Token can only be generated once. Make sure to store it securely after generating.
## Awesome Mobile Libraries
- Check out our other [available awesome mobile libraries](https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries)
## License
- [MIT License](./LICENSE)