Forrest logo
back to context overview

pio-lib

List of commands for pio-lib:

  • pio-lib:tldr:10a6a pio-lib: List installed libraries.
    $ pio lib list
    try on your machine
    explain this command
  • pio-lib:tldr:249df pio-lib: Uninstall a library.
    $ pio lib uninstall ${library}
    try on your machine
    explain this command
  • pio-lib:tldr:6b539 pio-lib: Install a library.
    $ pio lib install ${library}
    try on your machine
    explain this command
  • pio-lib:tldr:7d0cb pio-lib: Update installed libraries.
    $ pio lib update
    try on your machine
    explain this command
  • pio-lib:tldr:85f2d pio-lib: Show PlatformIO library registry statistics.
    $ pio lib stats
    try on your machine
    explain this command
  • pio-lib:tldr:9be30 pio-lib: Show details about a library.
    $ pio lib show ${library}
    try on your machine
    explain this command
  • pio-lib:tldr:ab9a5 pio-lib: Search for existing libraries.
    $ pio lib search ${keyword}
    try on your machine
    explain this command
  • pio-lib:tldr:ea209 pio-lib: List built-in libraries based on installed development platforms and their frameworks.
    $ pio lib builtin
    try on your machine
    explain this command
back to context overview