particle-iot/spark-cli

Claiming a core from command line does not allow you to rename in Web IDE

Closed this issue · 2 comments

I claimed a core using the CLI with the command spark cloud claim xxxxxxxxx. I then went to the Web IDE and saw my core listed in the drawer. I clicked on the unnamed core, added a name, then clicked out of the input. The core name does not save!

screen shot 2014-12-03 at 10 28 53 pm

Try naming your core with:

spark core add core_id
spark core rename core_id your_new_core_name

I wonder if this particular bug belongs on the IDE repo?

Thanks!
David

closing this since it seems to be a build IDE bug