Could not add proxy setting to the configuration file thanks the cli #1273
Labels
conclusion: resolved
Issue was resolved
topic: CLI
Related to the command line interface
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Bug Report
arduino-cli can managed the proxy setting in its configuration file:
arduino-cli.yaml
Like this:
Anyway it seems it does not able to add it thanks the cli only by editing manually the file.
Current behavior
arduino-cli config add network.proxy http://<login>:<password>@myproxy.ext:port
Result to
Settings key doesn't exist
Expected behavior
Be able to add the proxy configuration thanks the cli.
Environment
arduino-cli version
): arduino-cli alpha Version: 0.18.1 Commit: b3cf8e1 Date: 2021-04-13T13:08:30ZAdditional context
In a general way all possible setting keys should be supported thanks
arduino-cli config <set|add> key.name key.value
commands.Thanks
The text was updated successfully, but these errors were encountered: