Skip to content

Commit

Permalink
Merge pull request #7 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
ravir-simform authored Jan 9, 2025
2 parents 3cb1492 + ac4adc4 commit 5632e1f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pocket CLI is a command-line tool designed to streamline the deployment process
## Installation

```bash
npm install -g pocket-cli
npm install -g simform-pocket-cli
```

## Distribution
Expand All @@ -14,6 +14,22 @@ npm install -g pocket-cli
pocket distribute --applicationId "yourApplicationID" --buildPath "yourBuildPath" --appToken "YourAppToken" --baseUrl "base url of the server" --releaseNotes "formatted release notes"
```

## Example

```bash
pocket distribute --applicationId "<yourApplicationId>" --buildPath "<yourPath>/Downloads/app-release.apk" --appToken "<yourAppToken>" --baseUrl "<yourBaseUrl>/functions/v1/" --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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simform-pocket-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pocket Deploy command-line utility",
"homepage": "https://github.com/SimformSolutionsPvtLtd/pocket-cli/#readme",
"author": "Simform Solutions",
Expand Down

0 comments on commit 5632e1f

Please sign in to comment.