Skip to content

JSON Output for Config #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GItThatSparrow opened this issue Nov 28, 2018 · 1 comment
Closed

JSON Output for Config #94

GItThatSparrow opened this issue Nov 28, 2018 · 1 comment
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@GItThatSparrow
Copy link

When providing the --format json flag to the config dump command, the result is not formatted as JSON.

Expected

Expected something like...

{
  "proxy_type":"auto",
  "sketchbook_path":"/Users/nickromans/Documents/Arduino",
  "arduino_data":"/Users/nickromans/Library/arduino15",
  "board_manager":"null"
}

Actual

>>  arduino-cli config dump --format=json
proxy_type: auto
sketchbook_path: /Users/user.name/Documents/Arduino
arduino_data: /Users/user.name/Library/arduino15
board_manager: null
@masci
Copy link
Contributor

masci commented Aug 16, 2019

Tracking progress in #342, a PR is ready to fix the issue

@masci masci closed this as completed Aug 16, 2019
per1234 pushed a commit that referenced this issue Nov 16, 2020
… sense any longer because we always use the connection handler to access any kind of connection (#94)
per1234 added a commit that referenced this issue Aug 9, 2021
@per1234 per1234 added conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants