
pio-ci
List of commands for pio-ci:
-
pio-ci:tldr:20cc7 pio-ci: Build a PlatformIO project using a specific configuration file.$ pio ci --project-conf ${path-to-platformio-ini}try on your machineexplain this command
-
pio-ci:tldr:2bb8b pio-ci: Build a PlatformIO project and specify a specific board (`pio boards` lists all of them).$ pio ci --board ${board} ${path-to-project}try on your machineexplain this command
-
pio-ci:tldr:7768f pio-ci: Build a PlatformIO project and specify specific libraries.$ pio ci --lib ${path-to-library_directory} ${path-to-project}try on your machineexplain this command
-
pio-ci:tldr:99f11 pio-ci: Build a PlatformIO project in a specific directory.$ pio ci --build-dir ${path-to-build_directory} ${path-to-project}try on your machineexplain this command
-
pio-ci:tldr:b6eb2 pio-ci: Build a PlatformIO project in the default system temporary directory and delete it afterwards.$ pio ci ${path-to-project}try on your machineexplain this command
-
pio-ci:tldr:c3ef4 pio-ci: Build a PlatformIO project and don't delete the build directory.$ pio ci --keep-build-dir ${path-to-project}try on your machineexplain this command