You can manage the resulting command to list the content of your Keystore file (an alias name):
keytool -v -list -keystore .keystore
If you are viewing for a precise alias, you can further designate it in the command:
keytool -list -keystore .keystore -alias foo
If the alias is not observed, it will present an exception:
keytool error: java.lang.Exception: Alias does not exist