Pocket CLI is a command-line tool designed to streamline the deployment process for mobile applications to "Pocket Deploy".
npm install -g simform-pocket-cli
pocket distribute --applicationId "yourApplicationID" --buildPath "yourBuildPath" --appToken "YourAppToken" --baseUrl "base url of the server" --releaseNotes "formatted release notes"
pocket distribute --applicationId "<yourApplicationId>" --buildPath "<yourPath>/Downloads/app-release.apk" --appToken "<yourAppToken>" --baseUrl "<yourBaseUrl>/functions/v1/" --releaseNotes "formatted release notes"
-
Log in to Pocket Deploy and navigate to your app's detail page.
-
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.
- Check out our other available awesome mobile libraries