
pio-project
List of commands for pio-project:
-
pio-project:tldr:0f28a pio-project: Initialize a new PlatformIO based project, specifying one or more project options.$ pio project init --project-option="${option}=${value}" --project-option="${option}=${value}"try on your machineexplain this command
-
pio-project:tldr:1a944 pio-project: Initialize a new PlatformIO project in a specific directory.$ pio project init --project-dir ${path-to-project_directory}try on your machineexplain this command
-
pio-project:tldr:3d7f4 pio-project: Initialize a new PlatformIO project, specifying a board ID.$ pio project init --board ${select}try on your machineexplain this command
-
pio-project:tldr:57e72 pio-project: Print the configuration of a project.$ pio project configtry on your machineexplain this command
-
pio-project:tldr:f97f5 pio-project: Initialize a new PlatformIO project.$ pio project inittry on your machineexplain this command