Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/init #45

Closed
wants to merge 8 commits into from
Closed

Fix/init #45

wants to merge 8 commits into from

Conversation

miguelrrc
Copy link
Collaborator

Fix #8 #44

readme.md Outdated
@@ -66,6 +66,9 @@ module.exports = {
repo: "github-repo",
circleApi: "circleApiToken",
googleJsonPath: "path/to/google/json",
storePassword: "password",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These could be prefixed as keystore, so keystorePassword, keystoreAlias keystoreAliasPassword or something like that so it is clear that they are related.

return {
googleJsonPath: options.googleJsonPath,
googleJsonPath
const askStorePassword = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be great to first make sure that user wants to create a keystore and only then asks these.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just ran into this as my existing configuration got mangled; for existing apps, prompting for existing keystore configurations would be great.

@@ -29,7 +32,7 @@ const askQuestions = async ({ prompt }, options) => {
}
// ask a series of questions
const questions = [askOrganization, askProject, askApiToken]
const answers = prompt.ask(questions)
const answers = await prompt.ask(questions)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@miguelrrc miguelrrc closed this Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prompt for Android keystore properties
3 participants