Skip to content

Could not add proxy setting to the configuration file thanks the cli #1273

Closed
@fpistm

Description

@fpistm

Bug Report

arduino-cli can managed the proxy setting in its configuration file: arduino-cli.yaml
Like this:

network:
  proxy: http://<login>:<password>@myproxy.ext:port

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

  • CLI version (output of arduino-cli version): arduino-cli alpha Version: 0.18.1 Commit: b3cf8e1 Date: 2021-04-13T13:08:30Z
  • OS and platform: Linux

Additional context

In a general way all possible setting keys should be supported thanks arduino-cli config <set|add> key.name key.value commands.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    conclusion: resolvedIssue was resolvedtopic: CLIRelated to the command line interfacetopic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions