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

Add a subcommand for retrieving failed app deploy logs #3241

Merged
merged 8 commits into from Jul 30, 2018

Conversation

josegonzalez
Copy link
Member

This can be useful in cases where a developer wishes to see what error messages are available for a failed deploy, but does not wish to spelunk around docker ps -a output.

Note that the logs are not made available once a further deploy is triggered, or after the containers have been garbage collected.

This can be useful in cases where a developer wishes to see what error messages are available for a failed deploy, but does not wish to spelunk around `docker ps -a` output.

Note that the logs are not made available once a further deploy is triggered, or after the containers have been garbage collected.
@josegonzalez josegonzalez merged commit f80b152 into master Jul 30, 2018
@josegonzalez josegonzalez deleted the failed-deploy-logs branch July 30, 2018 00:32
@josegonzalez josegonzalez changed the title feat: add a subcommand for retrieving failed app deploy logs Add a subcommand for retrieving failed app deploy logs Jul 30, 2018
josegonzalez added a commit that referenced this pull request Jul 30, 2018
# History

## 0.12.11

### Bug Fixes

- #3238: @josegonzalez Handle proxy issues in app renaming
- #3234: @mashrikt Unset GIT_QUARANTINE_PATH when updating repo submodule
- #3223: @josegonzalez Get the global scheduler if no app is specified
- #3218: @wcalandro Fix error text when using "dokku plugin:uninstall"

### New Features

- #3242: @josegonzalez Upgrade herokuish to 0.4.3
- #3241: @josegonzalez Add a subcommand for retrieving failed app deploy logs
- #3237: @josegonzalez Support --quiet header when showing all environment variables

### Documentation

- #3235: @josegonzalez Switch from ps:rebuild to ps:restart
- #3221: @josegonzalez Better callout for why env vars do not get applied to dockerfile builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant