Skip to content
This repository was archived by the owner on Dec 22, 2018. It is now read-only.

Latest commit

 

History

History
52 lines (34 loc) · 1.72 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.72 KB

OpenStore Uploader CLI Tool

OpenStore CLI manage tool

Install

sudo ./setup.py install

Usage:

usage: openstore-cli <command>

This is the CLI tool for the OpenStore app store service. Manage or search apps for your Ubuntu Touch device.

optional arguments: -h, --help show this help message and exit

Commands: upload Push a new package to the OpenStore server, as update or new submission.

update-info         Update remote informations of a package on the
                    OpenStore server

search              Search an application available on the store (by its
                    id, name, keyword, or description

info                Display information available for a single application

add-api-key         Add your API key. Required for managing apps.
                    NOTE: You can also provide your API key by exporting the
                    'OPENSTORE_API_KEY' env.

show-api-key        Show the API key available for this tool.

Run openstore-cli <command> help to see the options available for each command.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.