-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c98126a
commit d4de34f
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# vrsncode | ||
|
||
``` | ||
Vrsncode is a tool to fetch and update Android version code with respect to | ||
the latest version code for an app deployed to play store | ||
Usage: | ||
vrsncode [command] | ||
Available Commands: | ||
fetch A brief description of your command | ||
help Help about any command | ||
increment A brief description of your command | ||
Flags: | ||
-c, --config string config file (default is .vrsncode) | ||
-h, --help help for vrsncode | ||
-k, --key string key file (e.g service account json file) | ||
-p, --package string package name | ||
Use "vrsncode [command] --help" for more information about a command. | ||
``` | ||
|
||
## Usage | ||
|
||
`vrsncode -k service-account.json -p example.com.demo` | ||
|
||
## Installation | ||
`go get github.com/nathanmkaya/vrsncode` |