Skip to content

ZERO138 show summary at the end of Apply #190

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

Merged
merged 3 commits into from
Jun 30, 2020

Conversation

cjhawkins
Copy link
Contributor

No description provided.

@@ -127,3 +128,39 @@ func validateEnvironments(applyEnvironments []string) {
}
}
}

func summarizeAll(dir string, projectConfig projectconfig.ZeroProjectConfig) {
flog.Infof("Your projects and infrastructure have been successfully created. Here are some useful links and commands to get you started:")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure about the Infof statements in this function.. just wanted to get placeholders in to show text at the beginning and end of the summary.

modulePath = filepath.Join(dir, modulePath)
}

envList = util.AppendProjectEnvToCmdEnv(mod.Parameters, envList)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should also pass the environments in so the summary can show accurate info based on what was created.

@cjhawkins cjhawkins merged commit 0fedb31 into master Jun 30, 2020
@cjhawkins cjhawkins deleted the ZERO138-show-module-summary branch June 30, 2020 17:32
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.

2 participants