[Feature request] add the possibility to specify a specific cli-config.json file within a specific CLI command.
Currently it's limited to a hard-coded $HOME_DIR$/.config/transip-api/cli-config.json. If I e.g. have to switch accounts I would have to run setup again.
Would also be fine to use the tipctl setup --no-interaction --apiUrl 'https://api.transip.nl/v6' --loginName 'yourUsername' --apiPrivateKey 'yourKeyPair' --apiUseWhitelist true however I keep getting a runtime exception saying the provided RestAPI key is invalid (setup.php line 89). How do I have to input the private key here? Tried multiple options.
[Feature request] add the possibility to specify a specific cli-config.json file within a specific CLI command.
Currently it's limited to a hard-coded $HOME_DIR$/.config/transip-api/cli-config.json. If I e.g. have to switch accounts I would have to run setup again.
Would also be fine to use the tipctl setup --no-interaction --apiUrl 'https://api.transip.nl/v6' --loginName 'yourUsername' --apiPrivateKey 'yourKeyPair' --apiUseWhitelist true however I keep getting a runtime exception saying the provided RestAPI key is invalid (setup.php line 89). How do I have to input the private key here? Tried multiple options.
setup.php:89
Thanks!