Skip to content
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

Display system-wide information with system info command #3521

Closed
ivankravets opened this issue May 25, 2020 · 0 comments
Closed

Display system-wide information with system info command #3521

ivankravets opened this issue May 25, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@ivankravets
Copy link
Member

ivankravets commented May 25, 2020

Show the next (as table, name \t value):

  • PlatformIO Core: 4.3.4
  • Python: 3.7.7
  • System Type: util.get_systype()
  • Platform: platform.platform(terse=True)
  • PIO Core Directory: ProjectConfig().get_optional_dir("core")
  • Platforms: len(PlatformManager().get_installed())
  • Packages: 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.py
  • Global Libraries: len(LibraryManager().get_isntalled)

@ShahRustam CLI side
@valeros Docs

@ivankravets ivankravets added this to the 4.3.5 milestone May 25, 2020
@ivankravets ivankravets self-assigned this May 25, 2020
@ivankravets ivankravets changed the title Implement pio system info command Display system-wide information with system info command May 25, 2020
@ivankravets ivankravets assigned valeros and ShahRustam and unassigned ivankravets May 26, 2020
@ivankravets ivankravets assigned ivankravets and unassigned valeros and ShahRustam Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants