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.7 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 to nowStudio
nowgg upload --app_id <your_app_id> --file_path "/directory/sample.apk" --apk_version <app_version_name> --version_code <app_version_code>
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
Release history Release notifications | RSS feed
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.0.2.tar.gz
(4.7 kB
view details)
File details
Details for the file nowgg-1.0.2.tar.gz
.
File metadata
- Download URL: nowgg-1.0.2.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 662f87eb7d3892f298d5e2ded755496efa36a02a932ae61cb37ce654158716fc |
|
MD5 | 7893de4a1a20493c7cb13b1c0717d191 |
|
BLAKE2b-256 | ba3f3c4870890a906b4e2f0388fb6b10f24feb2da2043c608f91095ec0a77cdb |