Skip to main content

Click App Toolbelt

Project description

Available commands

Login

Uploading a click package requires the developer to submit an oauth signed request. For this, click-toolbelt needs to first obtain an oauth token. In order to do so, the user can run the following (note: be sure to prepend the command with a space so that your command history doesn’t save the sensitive command).

$   click-toolbelt login <email> <password> [otp]

On successful execution this command will store the oauth credentials in $HOME/.config/click-toolbelt/click.cfg and will use it during the upload step.

Upload

Once the user is successfully logged in, he can then upload the click package. In order to do so, the user can run

$ click-toolbelt upload <binary_file> [--metadata <metadata_file>]

For this command to be successful, certain criteria must be met:

  • user must be logged in already (see Login)

  • the binary file must be a valid click package

  • user owns the application for which he’s uploading the click package (if the application already exists)

The metadata_file parameter should refer to a file containing a json document. If this file is provided, it will be used to extract extra information not provided in the click package’s manifest.

When uploading the initial package, the following fields might be extracted from the metadata_file:

  • tagline: A one line summary for the app

  • department: The app’s category name (see Department)

  • channel: The upload target channel name (see Channel). If omitted, ‘stable’ is assumed.

  • support_url: A URL users can go to for support for this application. Allows http(s): and mailto: schemes

  • license: The license under which the app will be released (see License)

  • icon_256 (or icon): The path to a local file to be uploaded as the icon for the application; the icon must be 256x256 px in size

  • name: Application name (overrides what’s defined in the click package manifest)

  • description: Application description (overrides what’s defined in the click package manifest)

  • changelog: A description of the changes included since the last upload

  • screenshots: A list of paths to local files to be uploaded as screenshots for the application

  • blacklist_ids: A list of country codes to prevent the application from being distributed to (see Country)

  • whitelist_ids: A list of country codes to limit the application being distributed to (see Country)

  • auto_publish: Automatically submit for review

  • reviewer_notes: Notes for reviewers to use when reviewing the app’s submission

For a new version upload, the metadata_file file will only be scanned for the following fields:

  • channel: The upload target channel name (see Channel). If omitted, ‘stable’ is assumed.

  • changelog: A description of the changes included since the last upload

Info

The info command will return metadata about the current available API. To retrieve this data, the user can run the following command:

$ click-toolbelt info

This will show all available information about the API. Alternative, the user can retrieve only a subset of the data.

Get the current API version

$ click-toolbelt info version

Get the list of valid license values

$ click-toolbelt info license

Get the list of valid countries

$ click-toolbelt info country

Get the list of valid channels

$ click-toolbelt info channel

Get the list of valid departments

$ click-toolbelt info department

Data values

Department

Valid values can be obtained via the info command (or it’s equivalent api call).

Examples

  • “Accessories”

  • “Games”

  • “Card Games”

License

Valid values can be obtained via the info command (or it’s equivalent api call).

Examples

  • “Proprietary”

  • “GNU GPL v3”

  • “BSD License (Simplified)”

Country

Valid values can be obtained via the info command (or it’s equivalent api call).

Examples

  • “AR” (Argentina)

  • “BR” (Brazil)

  • “GB” (United Kingdom)

  • “US” (United States)

  • “UY” (Uruguay)

Channel

Valid values can be obtained via the info command (or it’s equivalent api call).

Examples

  • “stable”

  • “proposed”

  • “alpha”

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

click-toolbelt-0.4.0.tar.gz (32.1 kB view details)

Uploaded Source

Built Distribution

click_toolbelt-0.4.0-py2-none-any.whl (33.7 kB view details)

Uploaded Python 2

File details

Details for the file click-toolbelt-0.4.0.tar.gz.

File metadata

File hashes

Hashes for click-toolbelt-0.4.0.tar.gz
Algorithm Hash digest
SHA256 497639680d5e94a9abbfd18eac37d0dbd34e9ca6f77d647fe445265c306fa389
MD5 d81e55e04a327da9c64dd357ec22c435
BLAKE2b-256 682d3a0b4e9403091bbae43b4122ca0347430b21f70c1b659c777b1911fe9edf

See more details on using hashes here.

File details

Details for the file click_toolbelt-0.4.0-py2-none-any.whl.

File metadata

File hashes

Hashes for click_toolbelt-0.4.0-py2-none-any.whl
Algorithm Hash digest
SHA256 0626242066fa5d0b16043c8992ffa1e5c7b2aacc6a8afe6c2912fe47143139fc
MD5 d92c43ca39a6e808d732328fc6a7edd9
BLAKE2b-256 922f6313cf61e9289dde850d4f16eef3c0d2bba8fb00456efdb2f6fcc77c64a1

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