particle-iot / particle-cli

Command Line Interface for Particle Cloud and devices
Apache License 2.0
212 stars 92 forks source link

Remove `--private` and `--public` args from `publish` #735

Closed keeramis closed 5 months ago

keeramis commented 5 months ago

Description

Particle publishes are now default to private events. This update removes --private and --public args.

How to Test

Related Issues / Discussions

Completeness

keeramis commented 5 months ago

@monkbroc Could this improvement potentially break user's scripts on their local machines? cc: @hugomontero