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
Log drains add command #561
Conversation
dc3d45f
to
0516e5c
Compare
0516e5c
to
5a2905a
Compare
Please rebase with master to resolve the conflict
When you create a PR on the CLI, please add in the first comment some examples of execution of this new command. It helps for the review to visualize the output.
61ea958
to
f52344f
Compare
9f59260
to
7879343
Compare
Just a small idea for the status message. Otherwise LGTM. I will not merge until we release a new version of go-scalingo.
I just noticed that the README displays the CLI help message. As you added a couple of commands (list and add a log drain), can you update the README accordingly?
aa6f4d7
to
0bc236f
Compare
log-drains-add
commandExample
$ scalingo log-drains-add --app sample-go-martini --type papertrail --host logs.papertrailapp.com --port 12345 -----> Log Drain tcp+tls://logs.papertrailapp.com:12345 has been add to the application
Fix #552