@formant/formant-cli 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/README.md +380 -116
  2. package/dist/base-command.d.ts +5 -0
  3. package/dist/base-command.js +9 -0
  4. package/dist/base-command.js.map +1 -1
  5. package/dist/commands/devices/create.d.ts +13 -0
  6. package/dist/commands/devices/create.js +62 -0
  7. package/dist/commands/devices/create.js.map +1 -0
  8. package/dist/commands/devices/delete.d.ts +10 -0
  9. package/dist/commands/devices/delete.js +49 -0
  10. package/dist/commands/devices/delete.js.map +1 -0
  11. package/dist/commands/devices/rename.d.ts +11 -0
  12. package/dist/commands/devices/rename.js +42 -0
  13. package/dist/commands/devices/rename.js.map +1 -0
  14. package/dist/commands/devices/tag.d.ts +13 -0
  15. package/dist/commands/devices/tag.js +69 -0
  16. package/dist/commands/devices/tag.js.map +1 -0
  17. package/dist/commands/devices/untag.d.ts +13 -0
  18. package/dist/commands/devices/untag.js +79 -0
  19. package/dist/commands/devices/untag.js.map +1 -0
  20. package/dist/commands/ingest/batch.d.ts +21 -0
  21. package/dist/commands/ingest/batch.js +170 -0
  22. package/dist/commands/ingest/batch.js.map +1 -0
  23. package/dist/commands/ingest/bitset.d.ts +15 -0
  24. package/dist/commands/ingest/bitset.js +128 -0
  25. package/dist/commands/ingest/bitset.js.map +1 -0
  26. package/dist/commands/ingest/health.d.ts +15 -0
  27. package/dist/commands/ingest/health.js +94 -0
  28. package/dist/commands/ingest/health.js.map +1 -0
  29. package/dist/commands/ingest/image.d.ts +15 -0
  30. package/dist/commands/ingest/image.js +99 -0
  31. package/dist/commands/ingest/image.js.map +1 -0
  32. package/dist/commands/ingest/json.d.ts +16 -0
  33. package/dist/commands/ingest/json.js +92 -0
  34. package/dist/commands/ingest/json.js.map +1 -0
  35. package/dist/commands/ingest/numeric.d.ts +16 -0
  36. package/dist/commands/ingest/numeric.js +83 -0
  37. package/dist/commands/ingest/numeric.js.map +1 -0
  38. package/dist/commands/ingest/text.d.ts +16 -0
  39. package/dist/commands/ingest/text.js +80 -0
  40. package/dist/commands/ingest/text.js.map +1 -0
  41. package/dist/commands/ingest/video.d.ts +16 -0
  42. package/dist/commands/ingest/video.js +120 -0
  43. package/dist/commands/ingest/video.js.map +1 -0
  44. package/dist/commands/org/get.d.ts +7 -0
  45. package/dist/commands/org/get.js +54 -0
  46. package/dist/commands/org/get.js.map +1 -0
  47. package/dist/commands/org/update.d.ts +11 -0
  48. package/dist/commands/org/update.js +75 -0
  49. package/dist/commands/org/update.js.map +1 -0
  50. package/dist/help.js +103 -53
  51. package/dist/help.js.map +1 -1
  52. package/dist/lib/api.d.ts +1 -1
  53. package/dist/lib/api.js +3 -0
  54. package/dist/lib/api.js.map +1 -1
  55. package/oclif.manifest.json +1861 -612
  56. package/package.json +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formant/formant-cli",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "Formant CLI — manage your robot fleet from the command line",
5
5
  "type": "module",
6
6
  "bin": {
@@ -76,6 +76,9 @@
76
76
  "query": {
77
77
  "description": "Query telemetry and sensor data from devices"
78
78
  },
79
+ "ingest": {
80
+ "description": "Send telemetry data to devices via ingestion API"
81
+ },
79
82
  "investigations": {
80
83
  "description": "Manage AI-powered analysis workflows"
81
84
  },
@@ -102,6 +105,9 @@
102
105
  },
103
106
  "kv": {
104
107
  "description": "Manage key-value store for device metadata"
108
+ },
109
+ "org": {
110
+ "description": "View and update your organization"
105
111
  }
106
112
  },
107
113
  "plugins": [