This repository was archived by the owner on May 26, 2021. It is now read-only.

Description
Hi Todd. I didn't realize this library was a CLI until jwcooper pointed it out here. I had been building my own CLI just for sending data.
I'm attempting to create new data but not seeing any in the abc feed that I created. Am I doing this correctly?
$ echo '42' | adafruit-io client data create abc
? data.value (optional): 42
? data.lat (optional):
$ echo '42' | adafruit-io client data send abc
? data.value (optional): 42
? data.lat (optional):
I configured doing ...
$ adafruit-io client config --username rjsteinert --key xxxxxxxxxxxxxxxx