An open API service indexing awesome lists of open source software.

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

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)