David Legrand
David Legrand
> * we should have arguments to set the values, interactive mode is great but for scripts the arguments will be nicer For the `set-oauth-conf` command, you now have: ```...
What's the expected format by GitLab env report ? PS: if token/secret are set as env var they're used, `clever login --token ${CLEVER_TOKEN} --secret ${CLEVER_SECRET}` is not necessary.
Everything after the `clever curl` command is passed to `curl`. It's why we ask for the user to enter the URL first and then the parameters/options. Even without this, `-v`...
Can you try [this binary](https://github.com/CleverCloud/clever-tools/pull/940) in your Windows system and tell me if it fixes the "open" issue ? I'll check how to handle login when an error occurs after...
@BlackYoup Do you stil have the issue with Clever Tools 4.1 ? I've tested on a Windows machine and open is ok now.
@BlackYoup can you confirm the issue is still here with Clever Tools 4.1?
Look at something such as `state` in `https://api.clever-cloud.com/v2/organisations/{org_id}/instances` (you can also use it with `self`) PS: an addon_id always starts with `addon_` (to use with add-on providers). It's different of...
Can you try the `--request` request starting with the url ? (`clever curl https://.... --request DELETE`)