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(backup_download): no log on stdout when using '--output -' flag #646

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

EtienneM
Copy link
Member

@EtienneM EtienneM commented Apr 15, 2021

╰─$ go build -o scalingo-cli ./scalingo && ./scalingo-cli -a my-app backups-download --addon ad-c98ed74e-fbe6-4154-9806-e957cb9304e7 --output - > b
-----> Selected the most recent backup
 305 B / 305 B [======================================//===========================================] 100.00% 0s
╭─etiennem@biniou ~/Documents/Scalingo/golang/src/github.com/Scalingo/cli ‹2.7.2› ‹fix/645/backup_dl_output*› 
╰─$ head b                                                                                                                                         
?N0p/G#Kγn
           
$.p/ -Pa.ˁĀA,b֕+x
                l~ .(xI+;EaB5q,+?0l>qW>
kinr{6pnN&WEdMƢC(h"CgHYZ!EYgwU  zEfj|w0ZVx

Fix #645

  • Add a changelog entry in the section "To Be Released" of CHANGELOG.md

@EtienneM EtienneM force-pushed the fix/645/backup_dl_output branch from dbc8fb6 to 66fe912 Compare April 15, 2021 07:01
@EtienneM EtienneM marked this pull request as ready for review April 15, 2021 07:03
@EtienneM EtienneM requested a review from Soulou April 15, 2021 07:03
@Soulou Soulou merged commit c923967 into master Apr 15, 2021
@Soulou Soulou deleted the fix/645/backup_dl_output branch April 15, 2021 08:25
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.

[Backups] "Selected the most recent backup" is print to stdout when using "--output -"
2 participants