Skip to main content

No project description provided

Project description

nowStudio App Upload - CLI

nowgg CLI is a command-line tool that enables you to upload your app builds to nowStudio.

Prerequisites

  • Works with Python 3.8 and above.
  • App ID
    • Used to identify the App on nowStudio.
    • Your App ID can be found under the App Details section of nowStudio.
  • Publisher token
    • Used to identify the publisher company.
    • Your Publisher token is available under the Account Information section of nowStudio.

Using nowgg CLI

Open any terminal on macOS or Windows.

Install nowgg CLI tool

  pip install nowgg

Initialize nowgg CLI

  nowgg init --token "<your_publisherToken_from_nowStudio>"

Upload app using nowgg CLI to NowStudio

  nowgg upload --app_id <your_app_id> --file_path "/directory/sample.apk" --apk_version <apk_version> --version_code <app_version_code>

Note

  • Each test track has a unique app_id, that you can use to create a draft release on that test track. For example, if your app_id is 1234, the app_id for test track 1 would be 1234_t1,

  • If you provide 1234 instead of 1234_t1 the app will be uploaded to the App library only.

  • Adding --deploy triggers the deployment process on the specified test track, this will only work if you've given the app_id for a test track as per the above format.

Example for --deploy

  nowgg upload --app_id 1234_t1 --file_path "/directory/sample.apk" --apk_version 1.0 --version_code 342 --deploy

For Help

  nowgg -h
  nowgg init -h
  nowgg upload -h

Note: Your app will be uploaded to the App Library within nowStudio.

Important Information

  • While running the nowgg command, If you receive a ‘command not recognized’ error, consider adding<python directory>\<Scripts> to your PATH.
  • If you receive any 'permission-related errors', you should run the commands as an Administrator.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nowgg-1.1.1.tar.gz (5.4 kB view details)

Uploaded Source

File details

Details for the file nowgg-1.1.1.tar.gz.

File metadata

  • Download URL: nowgg-1.1.1.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for nowgg-1.1.1.tar.gz
Algorithm Hash digest
SHA256 564b5ead87cd2c5ec19d5c808b89325901138219971d9c270bcf451566283707
MD5 ca5cc0238b1e198531d2688738241503
BLAKE2b-256 60e3cb822481302891416311624239d69990783e4c7ec668c97372dac7e2cfa6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page