Skip to content

Commit

Permalink
Copy help text into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcferreira committed Mar 17, 2022
1 parent 04ae98a commit 7ca406a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@ This is a set of processes that allows to install an AAB into a device or emulat
--alias-password android
```

### Full help text

```
Usage:
install-aab -b /path/to/app.aab
Parameters:
--bundle -b : Path to the AAB file
--key -k : Keystore that will be used to sign the exported APK
--key-password -kp: Keystore password
--alias -a : Key alias
--alias-password -ap: Alias password (optional)
--help -h : Prints this helper message
Keystore:
If all the key configuration is passed, the provided keystore will be used to sign the application. Otherwise, debug keystore is used.
If no Alias password is provided, the key password is repeated in the alias.
```

## Requirements

#### Non-recoverable
Expand Down

0 comments on commit 7ca406a

Please sign in to comment.