Open gberche-orange opened 7 years ago
When a droplet is missing, the plugin currently fails to report this interactively and rather stores the error message into the downloaded file:
$ cf download-droplet pad pad.tar 2017/08/07 15:49:36 Downloader = &{0xc820011550 0xa13f58} Saving pad's droplet to pad.tar 2017/08/07 15:49:37 the body $ ls -al pad.tar -rw-r--r-- 1 guillaume guillaume 152 août 7 15:49 pad.tar $ cat pad.tar { "description": "Droplet not found for app with guid ca5962f5-9305-4630-b44d-a0078d0e89a2", "error_code": "CF-ResourceNotFound", "code": 10010 }
When a droplet is missing, the plugin currently fails to report this interactively and rather stores the error message into the downloaded file: