Skip to content

Releases: nrobinson2000/po

Add --recurse-submodules when switching firmware

18 Sep 02:02
209f66a
Compare
Choose a tag to compare

Git recurse submodules

11 Jun 14:37
95fff6e
Compare
Choose a tag to compare
7.1.0

GIT FIX at 10:37 of 2019-06-11

7.0.0

11 Jun 04:02
3e78c8f
Compare
Choose a tag to compare
[skip ci]  at 00:01 of 2019-06-11

FIX NODE

11 Jun 03:28
Compare
Choose a tag to compare
0.6.9

Merge branch 'master' of https://github.com/nrobinson2000/po

Official Structure Support

19 Jan 23:56
1e18085
Compare
Choose a tag to compare

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

10 Jan 23:35
61b9ac3
Compare
Choose a tag to compare
[skip ci] Show version number in po and po info at 18:34 of 2019-01-10

0.6.6

10 Jan 04:23
ab72a41
Compare
Choose a tag to compare
[skip ci] default to develop branch at 23:22 of 2019-01-09

0.6.5

16 Dec 02:16
e7e99d2
Compare
Choose a tag to compare
[skip ci] General fixes at 20:24 of 2018-12-15

0.6.4

14 Dec 18:26
d632e84
Compare
Choose a tag to compare
[skip ci] at 13:25 of 2018-12-14

0.6.3

14 Dec 18:11
978be65
Compare
Choose a tag to compare
[skip ci] at 13:09 of 2018-14-12