Releases: nrobinson2000/po
Add --recurse-submodules when switching firmware
Git recurse submodules
7.1.0 GIT FIX at 10:37 of 2019-06-11
7.0.0
[skip ci] at 00:01 of 2019-06-11
FIX NODE
0.6.9 Merge branch 'master' of https://github.com/nrobinson2000/po
Official Structure Support
I have added support for Particle's official project structure to po-util. Any project created with Particle CLI or Particle Workbench can now be built using po-util.
To get the update you'll need to run the following:
po update
po install
There are a few new commands that allow you to build the official structure:
First you must have a Particle project you want to build. If you need to make one you can do:
particle project create . --name myProject
cd myProject
The new commands are build-beta
, flash-beta
, and clean-beta
. You can run them like so:
po PLATFORM build-beta
po PLATFORM flash-beta
po PLATFORM clean-beta
In addition, all of the options from Particle Workbench are supported:
clean-user
clean-all
clean-debug
compile-user
compile-all
compile-debug
flash-user
flash-all
flash-debug
To use the options you can use the run
command.
Example: if you want to build the user firmware for a photon you could do:
po photon run compile-user
If you forget any of these options you can press the TAB key after run
to autocomplete the different options. In case you didn't know, po-util has TAB completion for nearly all commands, making it much easier to choose the arguments you want.
0.6.7
[skip ci] Show version number in po and po info at 18:34 of 2019-01-10
0.6.6
[skip ci] default to develop branch at 23:22 of 2019-01-09
0.6.5
[skip ci] General fixes at 20:24 of 2018-12-15
0.6.4
[skip ci] at 13:25 of 2018-12-14
0.6.3
[skip ci] at 13:09 of 2018-14-12