Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.06 KB

android-keystore

Manage your Android app code signing keystores

Usage

android-keystore [-h] [--log-stream STREAM] [--no-color] [--version] [-s] [-v]
    ACTION

Common options

-h, --help

show this help message and exit

--log-stream=stderr | stdout

Log output stream. Default stderr

--no-color

Do not use ANSI colors to format terminal output

--version

Show tool version and exit

-s, --silent

Disable log output for commands

-v, --verbose

Enable verbose logging for commands

Actions

Action Description
create Create an Android keystore
create-debug-keystore Create Android debug keystore at ~/.android/debug.keystore
certificate Extract certificate for specified alias from the keystore
certificates List certificates that are included in keystore
verify Check that the keystore password, key password and key alias are correct for specified keystore