You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ platformio --help
Usage: platformio [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
boards Pre-configured Embedded Boards
init Initialize new PlatformIO based project
install Install new platforms
lib Library Manager
list List installed platforms
run Process project environments
search Search for development platforms
serialports List or Monitor Serial ports
settings Manage PlatformIO settings
show Show details about installed platform
uninstall Uninstall platforms
update Update installed platforms
upgrade Upgrade PlatformIO to the latest version
Move platform related commands to platformio platforms commands group
Update: development platforms, packages and libs by general platformio update command.
$ platformio --help
Usage: platformio [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--help Show this message and exit.
--force Accept any confirmation prompts
Commands:
boards Pre-configured Embedded Boards
init Initialize new PlatformIO based project
lib Library Manager
platforms Manage development platforms
run Process project environments
serialports List or Monitor Serial ports
settings Manage PlatformIO settings
update Update installed platforms and libs
upgrade Upgrade PlatformIO to the latest version
$ platformio platforms --help
Usage: platformio platforms [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
install Install new platforms
list List installed platforms
search Search for development platforms
show Show details about installed platform
uninstall Uninstall platforms
update Update installed platforms
For the 's' ending, I really don't have a preference.
For the addition of the -q/--quiet option, is the intent here to just bypass places where user confirmation is required? Unix "conventions" tend to have -q mean "use less verbose logging", whereas -f/--force or -Y/--yes is used to bypass prompts for user confirmation.
PlatformIO 1.0 CLI
$ platformio --help Usage: platformio [OPTIONS] COMMAND [ARGS]... Options: --version Show the version and exit. --help Show this message and exit. Commands: boards Pre-configured Embedded Boards init Initialize new PlatformIO based project install Install new platforms lib Library Manager list List installed platforms run Process project environments search Search for development platforms serialports List or Monitor Serial ports settings Manage PlatformIO settings show Show details about installed platform uninstall Uninstall platforms update Update installed platforms upgrade Upgrade PlatformIO to the latest version
PlatformIO 2.0 CLI
-f/--force
option which will force to accept any confirmation prompts // issue Add global "-f, --force" option which will force to accept any confirmation prompts #152platformio platforms
commands groupplatformio update
command.$ platformio --help Usage: platformio [OPTIONS] COMMAND [ARGS]... Options: --version Show the version and exit. --help Show this message and exit. --force Accept any confirmation prompts Commands: boards Pre-configured Embedded Boards init Initialize new PlatformIO based project lib Library Manager platforms Manage development platforms run Process project environments serialports List or Monitor Serial ports settings Manage PlatformIO settings update Update installed platforms and libs upgrade Upgrade PlatformIO to the latest version $ platformio platforms --help Usage: platformio platforms [OPTIONS] COMMAND [ARGS]... Options: --help Show this message and exit. Commands: install Install new platforms list List installed platforms search Search for development platforms show Show details about installed platform uninstall Uninstall platforms update Update installed platforms
Friends @valeros, @gandy92, @pelikhan, @aphelps, @ncolomer,
board
,platform
,serialport
?The text was updated successfully, but these errors were encountered: