@wspc/cli 0.1.1 → 0.1.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wspc/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Official TypeScript SDK and CLI for wspc (https://wspc.ai)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -43,7 +43,8 @@
43
43
  "chokidar": "^5.0.0",
44
44
  "chrono-node": "2.9.1",
45
45
  "commander": "14.0.3",
46
- "luxon": "3.7.2"
46
+ "luxon": "3.7.2",
47
+ "node-diff3": "^3.2.1"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@hey-api/openapi-ts": "0.97.3",
package/spec/openapi.json CHANGED
@@ -15780,6 +15780,23 @@
15780
15780
  "example": "opaque-consistency-bookmark"
15781
15781
  }
15782
15782
  ],
15783
+ "x-cli": {
15784
+ "command": "drive library add",
15785
+ "positional": [
15786
+ "name"
15787
+ ],
15788
+ "display": {
15789
+ "shape": "object",
15790
+ "columns": [
15791
+ "id",
15792
+ "name",
15793
+ "version",
15794
+ "file_count",
15795
+ "storage_bytes",
15796
+ "updated_at"
15797
+ ]
15798
+ }
15799
+ },
15783
15800
  "x-codeSamples": [
15784
15801
  {
15785
15802
  "lang": "shell",
@@ -16174,6 +16191,21 @@
16174
16191
  "in": "query"
16175
16192
  }
16176
16193
  ],
16194
+ "x-cli": {
16195
+ "command": "drive library ls",
16196
+ "display": {
16197
+ "shape": "list",
16198
+ "dataPath": "libraries",
16199
+ "columns": [
16200
+ "id",
16201
+ "name",
16202
+ "file_count",
16203
+ "storage_bytes",
16204
+ "updated_at"
16205
+ ],
16206
+ "emptyMessage": "no drive libraries"
16207
+ }
16208
+ },
16177
16209
  "x-codeSamples": [
16178
16210
  {
16179
16211
  "lang": "shell",
@@ -16542,6 +16574,22 @@
16542
16574
  "in": "path"
16543
16575
  }
16544
16576
  ],
16577
+ "x-cli": {
16578
+ "command": "drive file rm",
16579
+ "positional": [
16580
+ "id",
16581
+ "path"
16582
+ ],
16583
+ "display": {
16584
+ "shape": "object",
16585
+ "dataPath": "entry",
16586
+ "columns": [
16587
+ "path",
16588
+ "entry_version",
16589
+ "deleted_at"
16590
+ ]
16591
+ }
16592
+ },
16545
16593
  "x-codeSamples": [
16546
16594
  {
16547
16595
  "lang": "shell",
@@ -16925,6 +16973,23 @@
16925
16973
  "in": "path"
16926
16974
  }
16927
16975
  ],
16976
+ "x-cli": {
16977
+ "command": "drive library rm",
16978
+ "positional": [
16979
+ "id"
16980
+ ],
16981
+ "display": {
16982
+ "shape": "object",
16983
+ "columns": [
16984
+ "id",
16985
+ "name",
16986
+ "version",
16987
+ "file_count",
16988
+ "storage_bytes",
16989
+ "updated_at"
16990
+ ]
16991
+ }
16992
+ },
16928
16993
  "x-codeSamples": [
16929
16994
  {
16930
16995
  "lang": "shell",
@@ -17303,6 +17368,23 @@
17303
17368
  "in": "path"
17304
17369
  }
17305
17370
  ],
17371
+ "x-cli": {
17372
+ "command": "drive library show",
17373
+ "positional": [
17374
+ "id"
17375
+ ],
17376
+ "display": {
17377
+ "shape": "object",
17378
+ "columns": [
17379
+ "id",
17380
+ "name",
17381
+ "version",
17382
+ "file_count",
17383
+ "storage_bytes",
17384
+ "updated_at"
17385
+ ]
17386
+ }
17387
+ },
17306
17388
  "x-codeSamples": [
17307
17389
  {
17308
17390
  "lang": "shell",
@@ -17665,6 +17747,23 @@
17665
17747
  "in": "path"
17666
17748
  }
17667
17749
  ],
17750
+ "x-cli": {
17751
+ "command": "drive library update",
17752
+ "positional": [
17753
+ "id"
17754
+ ],
17755
+ "display": {
17756
+ "shape": "object",
17757
+ "columns": [
17758
+ "id",
17759
+ "name",
17760
+ "version",
17761
+ "file_count",
17762
+ "storage_bytes",
17763
+ "updated_at"
17764
+ ]
17765
+ }
17766
+ },
17668
17767
  "x-codeSamples": [
17669
17768
  {
17670
17769
  "lang": "shell",
@@ -18070,6 +18169,10 @@
18070
18169
  "in": "query"
18071
18170
  }
18072
18171
  ],
18172
+ "x-cli": {
18173
+ "command": "_handwritten",
18174
+ "hidden": true
18175
+ },
18073
18176
  "x-codeSamples": [
18074
18177
  {
18075
18178
  "lang": "shell",
@@ -18462,6 +18565,10 @@
18462
18565
  "in": "query"
18463
18566
  }
18464
18567
  ],
18568
+ "x-cli": {
18569
+ "command": "_handwritten",
18570
+ "hidden": true
18571
+ },
18465
18572
  "x-codeSamples": [
18466
18573
  {
18467
18574
  "lang": "shell",
@@ -18862,6 +18969,23 @@
18862
18969
  "in": "query"
18863
18970
  }
18864
18971
  ],
18972
+ "x-cli": {
18973
+ "command": "drive manifest get",
18974
+ "positional": [
18975
+ "id"
18976
+ ],
18977
+ "display": {
18978
+ "shape": "list",
18979
+ "dataPath": "entries",
18980
+ "columns": [
18981
+ "path",
18982
+ "entry_version",
18983
+ "size_bytes",
18984
+ "updated_at"
18985
+ ],
18986
+ "emptyMessage": "no drive files"
18987
+ }
18988
+ },
18865
18989
  "x-codeSamples": [
18866
18990
  {
18867
18991
  "lang": "shell",