Hubert SABLONNIÈRE
Hubert SABLONNIÈRE
This is already 'status' of undefined was already fixed: https://github.com/CleverCloud/clever-tools/issues/352
Let's keep this issue to identify timeouts.
This is a limitation from cURL, sadly. Have you considered using a GUI like Postman? I know this doesn't address your CLI usage with cURL but it works great with...
I'd say backups command.
@urcadox I was pinged recently by @jygastaud about this... * Any news? * Do we have pointers and help/docs for him about the API?
Thanks for your feedback @axeloz, we'll look into it.
Interesting... So right now here's the output: ```bash $ clever deploy [ERROR] The clever-cloud application is up-to-date. Try this command to restart the application: clever restart ``` exit status: 1...
Here's what you have with version 0.10.1: ```bash $ clever-old deploy Pushing source code to Clever Cloud. [ERROR] The clever-cloud application is up-to-date. Try `clever restart` to restart the application...
I forgot the delete step. When a preview app branch is deleted, the CI server should delete it with this: ```sh DELETE_CC_APP=true clever link clevergitlabci-${CI_COMMIT_REF_SLUG} || DELETE_CC_APP=false if $DELETE_CC_APP; then...
@divarvel OK, I see what you mean with #83. Thanks for the reminder :wink:. It is clearly linked to this discussion and needs to be addressed at the same time....