Skip to content

Installed and not installed cores. How to tell apart? #219

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
ahsan-sabir opened this issue May 31, 2019 · 3 comments · Fixed by #330
Closed

Installed and not installed cores. How to tell apart? #219

ahsan-sabir opened this issue May 31, 2019 · 3 comments · Fixed by #330
Assignees
Labels
topic: documentation Related to documentation for the project

Comments

@ahsan-sabir
Copy link

ahsan-sabir commented May 31, 2019

readme file states that command "core search" returns a list of available packages with fields ID, Version, Installation and Name. But it seems the current version of arduino-cli doesnt return the Installation field. Is there any other way of telling apart the installed and not-installed packages?

$ arduino-cli core search arduino
Searching for platforms matching 'arduino'

ID              Version Installed       Name
Intel:arc32     2.0.2   No              Intel Curie Boards
arduino:avr     1.6.21  No              Arduino AVR Boards

Same goes for lib search.

@per1234 per1234 added the topic: documentation Related to documentation for the project label Jun 1, 2019
@ahsan-sabir
Copy link
Author

Still stuck in the issue.
To be more clear, how to find out only the installed cores and libs?

@endorama
Copy link
Contributor

Do arduino-cli core list and arduino-cli lib list help?

I'm using version arduino-cli Version: 0.3.7-alpha.preview Commit: BuildDate: 2019-07-10 15:39:56.926258169 +0000 UTC

@masci
Copy link
Contributor

masci commented Aug 5, 2019

@Ahsan2 I can confirm docs in the README are wrong, the Installed fields isn't shown anywhere and it's been like this since #48, I don't know that part well enough to say wether it was an oversight or a design choice.

I'll treat this issue as a documentation bug and fix it in the README. In the case arduino-cli core list doesn't fit your use case feel free to open a feature request to get the Installed column back.

@masci masci added the kind/bug label Aug 5, 2019
@masci masci self-assigned this Aug 5, 2019
@masci masci closed this as completed in #330 Aug 8, 2019
per1234 added a commit that referenced this issue Aug 9, 2021
Sync GitHub Actions workflow validation CI workflow with template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants