Hubert SABLONNIÈRE
Hubert SABLONNIÈRE
NOTE: This is not that simple, we need to think about what happens when there are duplicates between the different sources (app, addons, exposed configs...)
TODO: * List commands that require such a param
cc @ldoguin
@judu As @divarvel explained it here and in #410, this is possible via env vars. For example, for preprod, you need: ``` export API_HOST='https://ccapi-preprod.cleverapps.io/v2'; export CONSOLE_TOKEN_URL='https://next-console.cleverapps.io/cli-oauth'; ``` I tried for...
@judu Let me know if this is enough for you ;-)
In the long term, we're considering having a config file in `~/config/clevercloud` or something like that with on prem zones and their config details so you would be able to...
@RudyBaer Can we switch on the support chat?
@RudyBaer fixed in [2.7.2](https://github.com/CleverCloud/clever-tools/blob/master/CHANGELOG.md#272-2020-10-09) sorry about that.
@Grounz Would also be interested in such a feature but for an add-on that is not linked.
I'll think about it over the next weeks and we'll come back to it but I think the solution is something like this: ``` clever env --json ``` this JSON...