Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hassansin/androidpublisher
CLI app to interact with Google Play Developer API
https://github.com/hassansin/androidpublisher
android-publisher androidpublisher cli cli-app google-play-developer-api
Last synced: 2 days ago
JSON representation
CLI app to interact with Google Play Developer API
- Host: GitHub
- URL: https://github.com/hassansin/androidpublisher
- Owner: hassansin
- Created: 2019-01-30T06:08:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T09:22:55.000Z (over 2 years ago)
- Last Synced: 2024-06-20T01:54:39.601Z (5 months ago)
- Topics: android-publisher, androidpublisher, cli, cli-app, google-play-developer-api
- Language: Go
- Homepage:
- Size: 216 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# androidpublisher
CLI app to interact with Google Play Developer API
## Installation
### Pre-built binaries
See [releases](https://github.com/hassansin/androidpublisher/releases)
### From Source
```sh
go install github.com/hassansin/androidpublisher
```## Usage
```sh
androidpublisher --package com.example.android --credentials "path to service account JSON key file"
```[How to create service account](https://developers.google.com/android-publisher/getting_started#using_a_service_account)
## Key bindings
`Ctrl+C`: Quit
`Ctrl+S`: Save response
`Ctrl+X`: Copy response to clipboard
`TAB`: Switch Panel/Switch Input
`ENTER`: Perform Action
`F5`: Perform last request again
`↑↓`: Navigation
`ESC`: Cancel popup
`Ctrl+H`: Scroll to top
`Ctrl+E`: Scroll to bottom
`Ctrl+K`: Delete rest of the line
`PageDown`: Scroll to next page
`PageUp`: Scroll to previous page## Screenshots
![screensho](https://user-images.githubusercontent.com/4618044/56081498-e5008080-5e2f-11e9-9dce-2dc87c3189b2.png)
### TODO