We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
system info
Show the next (as table, name \t value):
util.get_systype()
platform.platform(terse=True)
ProjectConfig().get_optional_dir("core")
len(PlatformManager().get_installed())
len(set(platform.get_installed_packages().__pkg_dir for p in PlatformManager().get_installed()))
len(LibraryManager().get_isntalled)
@ShahRustam CLI side @valeros Docs
The text was updated successfully, but these errors were encountered:
pio system info
5ee90f4
Extend system info with Python and PIO Core executables // Issue #3521
164ae2b
ivankravets
No branches or pull requests
Show the next (as table, name \t value):
util.get_systype()
platform.platform(terse=True)
ProjectConfig().get_optional_dir("core")
len(PlatformManager().get_installed())
len(set(platform.get_installed_packages().__pkg_dir for p in PlatformManager().get_installed()))
see https://github.com/platformio/platformio-core/blob/develop/platformio/commands/platform.pylen(LibraryManager().get_isntalled)
@ShahRustam CLI side
@valeros Docs
The text was updated successfully, but these errors were encountered: