simform-pocket-cli

1.0.2 • Public • Published

pocket-cli

Pocket CLI is a command-line tool designed to streamline the deployment process for mobile applications to "Pocket Deploy".

Installation

npm install -g simform-pocket-cli

Distribution

pocket distribute --applicationId "yourApplicationID" --buildPath "yourBuildPath" --appToken "YourAppToken" --releaseNotes "formatted release notes"

Example

pocket distribute --applicationId "<yourApplicationId>" --buildPath "<yourPath>/Downloads/app-release.apk" --appToken "<yourAppToken>" --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

License

/simform-pocket-cli/

    Package Sidebar

    Install

    npm i simform-pocket-cli

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    24.1 kB

    Total Files

    24

    Last publish

    Collaborators

    • simform_solutions