[feature] JSON output for `conan profile list`
See original GitHub issueRight now the command conan profile list
does not have a --json
option. We parse the output by manually. This is error prone and could easily change in the future. This issue is about adding a --json
option like all the other commands have. It should simply output the installed profiles into a JSON file.
- I’ve read the CONTRIBUTING guide.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Info output — conan 1.44.1 documentation
The conan info provides a --json parameter to generate a file containing the output of the command. ... Output will be just a...
Read more >conan profile — conan 1.43.4 documentation
Lists profiles in the '.conan/profiles' folder, or shows profile details. The 'list' subcommand will always use the default user 'conan/profiles' folder.
Read more >Install and Create output — conan 1.55.0 documentation
The conan install and conan create provide a --json parameter to generate a file containing the information of the installation process. The output...
Read more >json — conan 1.53.0 documentation
A file named conanbuildinfo.json will be generated. It will contain the information about every dependency and the installed settings and options:.
Read more >User output — conan 1.20.5 documentation
The conan user provides a --json parameter to generate a file containing the information of the users configured per remote. The output JSON...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Merged! Will be released in Conan 1.20
May I work on this issue?