Skip to content

Improve commands output#534

Merged
dgageot merged 2 commits intoGoogleContainerTools:masterfrom
dgageot:improve-commands
May 11, 2018
Merged

Improve commands output#534
dgageot merged 2 commits intoGoogleContainerTools:masterfrom
dgageot:improve-commands

Conversation

@dgageot
Copy link
Copy Markdown
Contributor

@dgageot dgageot commented May 9, 2018

Print most shell-out commands (kubectl, helm...) directly to stdout

Fixes #414

@dgageot dgageot changed the title Improve commands Improve commands output May 9, 2018
@dgageot dgageot force-pushed the improve-commands branch from f31c0c8 to a0de72d Compare May 10, 2018 17:17
Copy link
Copy Markdown
Contributor

@dlorenc dlorenc left a comment

Choose a reason for hiding this comment

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

one nit


execCmd := exec.Command("helm", args...)
stdout, stderr, err = util.RunCommand(execCmd, nil)
err = util.RunCmd(execCmd)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: inline the if statement

Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot force-pushed the improve-commands branch from a0de72d to c4b7895 Compare May 11, 2018 15:14
Fix GoogleContainerTools#414

Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot force-pushed the improve-commands branch from c4b7895 to a934609 Compare May 11, 2018 15:43
@dgageot dgageot merged commit c20f522 into GoogleContainerTools:master May 11, 2018
@dgageot dgageot deleted the improve-commands branch May 29, 2018 04:50
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