@fonoster/ctl 0.9.54 → 0.9.55

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 (2) hide show
  1. package/README.md +58 -58
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -23,7 +23,7 @@ $ npm install -g @fonoster/ctl
23
23
  $ fonoster COMMAND
24
24
  running command...
25
25
  $ fonoster (--version)
26
- @fonoster/ctl/0.9.54 linux-x64 node-v20.19.0
26
+ @fonoster/ctl/0.9.55 linux-x64 node-v20.19.0
27
27
  $ fonoster --help [COMMAND]
28
28
  USAGE
29
29
  $ fonoster COMMAND
@@ -110,7 +110,7 @@ EXAMPLES
110
110
  $ fonoster apikeys:create
111
111
  ```
112
112
 
113
- _See code: [dist/commands/apikeys/create.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/apikeys/create.js)_
113
+ _See code: [dist/commands/apikeys/create.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/apikeys/create.js)_
114
114
 
115
115
  ## `fonoster apikeys:delete REF`
116
116
 
@@ -133,7 +133,7 @@ EXAMPLES
133
133
  $ fonoster apikeys:delete
134
134
  ```
135
135
 
136
- _See code: [dist/commands/apikeys/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/apikeys/delete.js)_
136
+ _See code: [dist/commands/apikeys/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/apikeys/delete.js)_
137
137
 
138
138
  ## `fonoster apikeys:list`
139
139
 
@@ -154,7 +154,7 @@ EXAMPLES
154
154
  $ fonoster apikeys:list
155
155
  ```
156
156
 
157
- _See code: [dist/commands/apikeys/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/apikeys/list.js)_
157
+ _See code: [dist/commands/apikeys/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/apikeys/list.js)_
158
158
 
159
159
  ## `fonoster apikeys:regenerate REF`
160
160
 
@@ -177,7 +177,7 @@ EXAMPLES
177
177
  $ fonoster apikeys:regenerate
178
178
  ```
179
179
 
180
- _See code: [dist/commands/apikeys/regenerate.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/apikeys/regenerate.js)_
180
+ _See code: [dist/commands/apikeys/regenerate.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/apikeys/regenerate.js)_
181
181
 
182
182
  ## `fonoster applications:create`
183
183
 
@@ -197,7 +197,7 @@ EXAMPLES
197
197
  $ fonoster applications:create
198
198
  ```
199
199
 
200
- _See code: [dist/commands/applications/create.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/applications/create.js)_
200
+ _See code: [dist/commands/applications/create.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/applications/create.js)_
201
201
 
202
202
  ## `fonoster applications:delete REF`
203
203
 
@@ -220,7 +220,7 @@ EXAMPLES
220
220
  $ fonoster applications:delete
221
221
  ```
222
222
 
223
- _See code: [dist/commands/applications/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/applications/delete.js)_
223
+ _See code: [dist/commands/applications/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/applications/delete.js)_
224
224
 
225
225
  ## `fonoster applications:get REF`
226
226
 
@@ -243,7 +243,7 @@ EXAMPLES
243
243
  $ fonoster applications:get
244
244
  ```
245
245
 
246
- _See code: [dist/commands/applications/get.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/applications/get.js)_
246
+ _See code: [dist/commands/applications/get.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/applications/get.js)_
247
247
 
248
248
  ## `fonoster applications:list`
249
249
 
@@ -264,7 +264,7 @@ EXAMPLES
264
264
  $ fonoster applications:list
265
265
  ```
266
266
 
267
- _See code: [dist/commands/applications/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/applications/list.js)_
267
+ _See code: [dist/commands/applications/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/applications/list.js)_
268
268
 
269
269
  ## `fonoster applications:update REF`
270
270
 
@@ -287,7 +287,7 @@ EXAMPLES
287
287
  $ fonoster applications:update
288
288
  ```
289
289
 
290
- _See code: [dist/commands/applications/update.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/applications/update.js)_
290
+ _See code: [dist/commands/applications/update.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/applications/update.js)_
291
291
 
292
292
  ## `fonoster autopilot:testCases`
293
293
 
@@ -310,7 +310,7 @@ EXAMPLES
310
310
  $ fonoster autopilot:testCases -f assistant.yaml
311
311
  ```
312
312
 
313
- _See code: [dist/commands/autopilot/testCases.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/autopilot/testCases.js)_
313
+ _See code: [dist/commands/autopilot/testCases.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/autopilot/testCases.js)_
314
314
 
315
315
  ## `fonoster bug`
316
316
 
@@ -327,7 +327,7 @@ EXAMPLES
327
327
  $ fonoster bug
328
328
  ```
329
329
 
330
- _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/bug.js)_
330
+ _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/bug.js)_
331
331
 
332
332
  ## `fonoster feedback`
333
333
 
@@ -347,7 +347,7 @@ EXAMPLES
347
347
  $ fonoster feedback
348
348
  ```
349
349
 
350
- _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/feedback.js)_
350
+ _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/feedback.js)_
351
351
 
352
352
  ## `fonoster mcp:configure`
353
353
 
@@ -371,7 +371,7 @@ EXAMPLES
371
371
  $ fonoster mcp:configure --client claude --workspace my-workspace
372
372
  ```
373
373
 
374
- _See code: [dist/commands/mcp/configure.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/mcp/configure.js)_
374
+ _See code: [dist/commands/mcp/configure.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/mcp/configure.js)_
375
375
 
376
376
  ## `fonoster secrets:create`
377
377
 
@@ -391,7 +391,7 @@ EXAMPLES
391
391
  $ fonoster secrets:create
392
392
  ```
393
393
 
394
- _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/secrets/create.js)_
394
+ _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/secrets/create.js)_
395
395
 
396
396
  ## `fonoster secrets:delete REF`
397
397
 
@@ -414,7 +414,7 @@ EXAMPLES
414
414
  $ fonoster secrets:delete
415
415
  ```
416
416
 
417
- _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/secrets/delete.js)_
417
+ _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/secrets/delete.js)_
418
418
 
419
419
  ## `fonoster secrets:get REF`
420
420
 
@@ -437,7 +437,7 @@ EXAMPLES
437
437
  $ fonoster secrets:get
438
438
  ```
439
439
 
440
- _See code: [dist/commands/secrets/get.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/secrets/get.js)_
440
+ _See code: [dist/commands/secrets/get.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/secrets/get.js)_
441
441
 
442
442
  ## `fonoster secrets:list`
443
443
 
@@ -458,7 +458,7 @@ EXAMPLES
458
458
  $ fonoster secrets:list
459
459
  ```
460
460
 
461
- _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/secrets/list.js)_
461
+ _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/secrets/list.js)_
462
462
 
463
463
  ## `fonoster secrets:update REF`
464
464
 
@@ -481,7 +481,7 @@ EXAMPLES
481
481
  $ fonoster secrets:update
482
482
  ```
483
483
 
484
- _See code: [dist/commands/secrets/update.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/secrets/update.js)_
484
+ _See code: [dist/commands/secrets/update.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/secrets/update.js)_
485
485
 
486
486
  ## `fonoster sipnet:acls:create`
487
487
 
@@ -501,7 +501,7 @@ EXAMPLES
501
501
  $ fonoster sipnet:acls:create
502
502
  ```
503
503
 
504
- _See code: [dist/commands/sipnet/acls/create.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/acls/create.js)_
504
+ _See code: [dist/commands/sipnet/acls/create.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/acls/create.js)_
505
505
 
506
506
  ## `fonoster sipnet:acls:delete REF`
507
507
 
@@ -524,7 +524,7 @@ EXAMPLES
524
524
  $ fonoster sipnet:acls:delete
525
525
  ```
526
526
 
527
- _See code: [dist/commands/sipnet/acls/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/acls/delete.js)_
527
+ _See code: [dist/commands/sipnet/acls/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/acls/delete.js)_
528
528
 
529
529
  ## `fonoster sipnet:acls:get REF`
530
530
 
@@ -547,7 +547,7 @@ EXAMPLES
547
547
  $ fonoster sipnet:acls:get
548
548
  ```
549
549
 
550
- _See code: [dist/commands/sipnet/acls/get.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/acls/get.js)_
550
+ _See code: [dist/commands/sipnet/acls/get.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/acls/get.js)_
551
551
 
552
552
  ## `fonoster sipnet:acls:list`
553
553
 
@@ -568,7 +568,7 @@ EXAMPLES
568
568
  $ fonoster sipnet:acls:list
569
569
  ```
570
570
 
571
- _See code: [dist/commands/sipnet/acls/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/acls/list.js)_
571
+ _See code: [dist/commands/sipnet/acls/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/acls/list.js)_
572
572
 
573
573
  ## `fonoster sipnet:acls:update REF`
574
574
 
@@ -591,7 +591,7 @@ EXAMPLES
591
591
  $ fonoster sipnet:acls:update
592
592
  ```
593
593
 
594
- _See code: [dist/commands/sipnet/acls/update.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/acls/update.js)_
594
+ _See code: [dist/commands/sipnet/acls/update.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/acls/update.js)_
595
595
 
596
596
  ## `fonoster sipnet:agents:create`
597
597
 
@@ -611,7 +611,7 @@ EXAMPLES
611
611
  $ fonoster sipnet:agents:create
612
612
  ```
613
613
 
614
- _See code: [dist/commands/sipnet/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/agents/create.js)_
614
+ _See code: [dist/commands/sipnet/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/agents/create.js)_
615
615
 
616
616
  ## `fonoster sipnet:agents:delete REF`
617
617
 
@@ -634,7 +634,7 @@ EXAMPLES
634
634
  $ fonoster sipnet:agents:delete
635
635
  ```
636
636
 
637
- _See code: [dist/commands/sipnet/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/agents/delete.js)_
637
+ _See code: [dist/commands/sipnet/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/agents/delete.js)_
638
638
 
639
639
  ## `fonoster sipnet:agents:get REF`
640
640
 
@@ -657,7 +657,7 @@ EXAMPLES
657
657
  $ fonoster sipnet:agents:get
658
658
  ```
659
659
 
660
- _See code: [dist/commands/sipnet/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/agents/get.js)_
660
+ _See code: [dist/commands/sipnet/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/agents/get.js)_
661
661
 
662
662
  ## `fonoster sipnet:agents:list`
663
663
 
@@ -678,7 +678,7 @@ EXAMPLES
678
678
  $ fonoster sipnet:agents:list
679
679
  ```
680
680
 
681
- _See code: [dist/commands/sipnet/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/agents/list.js)_
681
+ _See code: [dist/commands/sipnet/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/agents/list.js)_
682
682
 
683
683
  ## `fonoster sipnet:agents:update REF`
684
684
 
@@ -701,7 +701,7 @@ EXAMPLES
701
701
  $ fonoster sipnet:agents:update
702
702
  ```
703
703
 
704
- _See code: [dist/commands/sipnet/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/agents/update.js)_
704
+ _See code: [dist/commands/sipnet/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/agents/update.js)_
705
705
 
706
706
  ## `fonoster sipnet:calls:create`
707
707
 
@@ -727,7 +727,7 @@ EXAMPLES
727
727
  $ fonoster sipnet:calls:create
728
728
  ```
729
729
 
730
- _See code: [dist/commands/sipnet/calls/create.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/calls/create.js)_
730
+ _See code: [dist/commands/sipnet/calls/create.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/calls/create.js)_
731
731
 
732
732
  ## `fonoster sipnet:calls:get REF`
733
733
 
@@ -750,7 +750,7 @@ EXAMPLES
750
750
  $ fonoster sipnet:calls:get
751
751
  ```
752
752
 
753
- _See code: [dist/commands/sipnet/calls/get.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/calls/get.js)_
753
+ _See code: [dist/commands/sipnet/calls/get.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/calls/get.js)_
754
754
 
755
755
  ## `fonoster sipnet:calls:list`
756
756
 
@@ -771,7 +771,7 @@ EXAMPLES
771
771
  $ fonoster sipnet:calls:list
772
772
  ```
773
773
 
774
- _See code: [dist/commands/sipnet/calls/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/calls/list.js)_
774
+ _See code: [dist/commands/sipnet/calls/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/calls/list.js)_
775
775
 
776
776
  ## `fonoster sipnet:credentials:create`
777
777
 
@@ -791,7 +791,7 @@ EXAMPLES
791
791
  $ fonoster sipnet:credentials:create
792
792
  ```
793
793
 
794
- _See code: [dist/commands/sipnet/credentials/create.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/credentials/create.js)_
794
+ _See code: [dist/commands/sipnet/credentials/create.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/credentials/create.js)_
795
795
 
796
796
  ## `fonoster sipnet:credentials:delete REF`
797
797
 
@@ -814,7 +814,7 @@ EXAMPLES
814
814
  $ fonoster sipnet:credentials:delete
815
815
  ```
816
816
 
817
- _See code: [dist/commands/sipnet/credentials/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/credentials/delete.js)_
817
+ _See code: [dist/commands/sipnet/credentials/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/credentials/delete.js)_
818
818
 
819
819
  ## `fonoster sipnet:credentials:get REF`
820
820
 
@@ -837,7 +837,7 @@ EXAMPLES
837
837
  $ fonoster sipnet:credentials:get
838
838
  ```
839
839
 
840
- _See code: [dist/commands/sipnet/credentials/get.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/credentials/get.js)_
840
+ _See code: [dist/commands/sipnet/credentials/get.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/credentials/get.js)_
841
841
 
842
842
  ## `fonoster sipnet:credentials:list`
843
843
 
@@ -858,7 +858,7 @@ EXAMPLES
858
858
  $ fonoster sipnet:credentials:list
859
859
  ```
860
860
 
861
- _See code: [dist/commands/sipnet/credentials/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/credentials/list.js)_
861
+ _See code: [dist/commands/sipnet/credentials/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/credentials/list.js)_
862
862
 
863
863
  ## `fonoster sipnet:credentials:update REF`
864
864
 
@@ -881,7 +881,7 @@ EXAMPLES
881
881
  $ fonoster sipnet:credentials:update
882
882
  ```
883
883
 
884
- _See code: [dist/commands/sipnet/credentials/update.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/credentials/update.js)_
884
+ _See code: [dist/commands/sipnet/credentials/update.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/credentials/update.js)_
885
885
 
886
886
  ## `fonoster sipnet:domains:create`
887
887
 
@@ -901,7 +901,7 @@ EXAMPLES
901
901
  $ fonoster sipnet:domains:create
902
902
  ```
903
903
 
904
- _See code: [dist/commands/sipnet/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/domains/create.js)_
904
+ _See code: [dist/commands/sipnet/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/domains/create.js)_
905
905
 
906
906
  ## `fonoster sipnet:domains:delete REF`
907
907
 
@@ -924,7 +924,7 @@ EXAMPLES
924
924
  $ fonoster sipnet:domains:delete
925
925
  ```
926
926
 
927
- _See code: [dist/commands/sipnet/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/domains/delete.js)_
927
+ _See code: [dist/commands/sipnet/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/domains/delete.js)_
928
928
 
929
929
  ## `fonoster sipnet:domains:get REF`
930
930
 
@@ -947,7 +947,7 @@ EXAMPLES
947
947
  $ fonoster sipnet:domains:get
948
948
  ```
949
949
 
950
- _See code: [dist/commands/sipnet/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/domains/get.js)_
950
+ _See code: [dist/commands/sipnet/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/domains/get.js)_
951
951
 
952
952
  ## `fonoster sipnet:domains:list`
953
953
 
@@ -968,7 +968,7 @@ EXAMPLES
968
968
  $ fonoster sipnet:domains:list
969
969
  ```
970
970
 
971
- _See code: [dist/commands/sipnet/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/domains/list.js)_
971
+ _See code: [dist/commands/sipnet/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/domains/list.js)_
972
972
 
973
973
  ## `fonoster sipnet:domains:update REF`
974
974
 
@@ -991,7 +991,7 @@ EXAMPLES
991
991
  $ fonoster sipnet:domains:update
992
992
  ```
993
993
 
994
- _See code: [dist/commands/sipnet/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/domains/update.js)_
994
+ _See code: [dist/commands/sipnet/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/domains/update.js)_
995
995
 
996
996
  ## `fonoster sipnet:numbers:create`
997
997
 
@@ -1011,7 +1011,7 @@ EXAMPLES
1011
1011
  $ fonoster sipnet:numbers:create
1012
1012
  ```
1013
1013
 
1014
- _See code: [dist/commands/sipnet/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/numbers/create.js)_
1014
+ _See code: [dist/commands/sipnet/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/numbers/create.js)_
1015
1015
 
1016
1016
  ## `fonoster sipnet:numbers:delete REF`
1017
1017
 
@@ -1034,7 +1034,7 @@ EXAMPLES
1034
1034
  $ fonoster sipnet:numbers:delete
1035
1035
  ```
1036
1036
 
1037
- _See code: [dist/commands/sipnet/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/numbers/delete.js)_
1037
+ _See code: [dist/commands/sipnet/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/numbers/delete.js)_
1038
1038
 
1039
1039
  ## `fonoster sipnet:numbers:get REF`
1040
1040
 
@@ -1057,7 +1057,7 @@ EXAMPLES
1057
1057
  $ fonoster sipnet:numbers:get
1058
1058
  ```
1059
1059
 
1060
- _See code: [dist/commands/sipnet/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/numbers/get.js)_
1060
+ _See code: [dist/commands/sipnet/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/numbers/get.js)_
1061
1061
 
1062
1062
  ## `fonoster sipnet:numbers:linkTwilioNumber`
1063
1063
 
@@ -1081,7 +1081,7 @@ EXAMPLES
1081
1081
  $ fonoster sipnet:numbers:linkTwilioNumber
1082
1082
  ```
1083
1083
 
1084
- _See code: [dist/commands/sipnet/numbers/linkTwilioNumber.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/numbers/linkTwilioNumber.js)_
1084
+ _See code: [dist/commands/sipnet/numbers/linkTwilioNumber.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/numbers/linkTwilioNumber.js)_
1085
1085
 
1086
1086
  ## `fonoster sipnet:numbers:list`
1087
1087
 
@@ -1102,7 +1102,7 @@ EXAMPLES
1102
1102
  $ fonoster sipnet:numbers:list
1103
1103
  ```
1104
1104
 
1105
- _See code: [dist/commands/sipnet/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/numbers/list.js)_
1105
+ _See code: [dist/commands/sipnet/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/numbers/list.js)_
1106
1106
 
1107
1107
  ## `fonoster sipnet:numbers:update REF`
1108
1108
 
@@ -1125,7 +1125,7 @@ EXAMPLES
1125
1125
  $ fonoster sipnet:numbers:update
1126
1126
  ```
1127
1127
 
1128
- _See code: [dist/commands/sipnet/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/numbers/update.js)_
1128
+ _See code: [dist/commands/sipnet/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/numbers/update.js)_
1129
1129
 
1130
1130
  ## `fonoster sipnet:trunks:create`
1131
1131
 
@@ -1145,7 +1145,7 @@ EXAMPLES
1145
1145
  $ fonoster sipnet:trunks:create
1146
1146
  ```
1147
1147
 
1148
- _See code: [dist/commands/sipnet/trunks/create.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/trunks/create.js)_
1148
+ _See code: [dist/commands/sipnet/trunks/create.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/trunks/create.js)_
1149
1149
 
1150
1150
  ## `fonoster sipnet:trunks:delete REF`
1151
1151
 
@@ -1168,7 +1168,7 @@ EXAMPLES
1168
1168
  $ fonoster sipnet:trunks:delete
1169
1169
  ```
1170
1170
 
1171
- _See code: [dist/commands/sipnet/trunks/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/trunks/delete.js)_
1171
+ _See code: [dist/commands/sipnet/trunks/delete.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/trunks/delete.js)_
1172
1172
 
1173
1173
  ## `fonoster sipnet:trunks:get REF`
1174
1174
 
@@ -1191,7 +1191,7 @@ EXAMPLES
1191
1191
  $ fonoster sipnet:trunks:get
1192
1192
  ```
1193
1193
 
1194
- _See code: [dist/commands/sipnet/trunks/get.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/trunks/get.js)_
1194
+ _See code: [dist/commands/sipnet/trunks/get.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/trunks/get.js)_
1195
1195
 
1196
1196
  ## `fonoster sipnet:trunks:list`
1197
1197
 
@@ -1212,7 +1212,7 @@ EXAMPLES
1212
1212
  $ fonoster sipnet:trunks:list
1213
1213
  ```
1214
1214
 
1215
- _See code: [dist/commands/sipnet/trunks/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/trunks/list.js)_
1215
+ _See code: [dist/commands/sipnet/trunks/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/trunks/list.js)_
1216
1216
 
1217
1217
  ## `fonoster sipnet:trunks:update REF`
1218
1218
 
@@ -1235,7 +1235,7 @@ EXAMPLES
1235
1235
  $ fonoster sipnet:trunks:update
1236
1236
  ```
1237
1237
 
1238
- _See code: [dist/commands/sipnet/trunks/update.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/sipnet/trunks/update.js)_
1238
+ _See code: [dist/commands/sipnet/trunks/update.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/sipnet/trunks/update.js)_
1239
1239
 
1240
1240
  ## `fonoster workspaces:active`
1241
1241
 
@@ -1252,7 +1252,7 @@ EXAMPLES
1252
1252
  $ fonoster workspaces:active
1253
1253
  ```
1254
1254
 
1255
- _See code: [dist/commands/workspaces/active.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/workspaces/active.js)_
1255
+ _See code: [dist/commands/workspaces/active.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/workspaces/active.js)_
1256
1256
 
1257
1257
  ## `fonoster workspaces:list`
1258
1258
 
@@ -1269,7 +1269,7 @@ EXAMPLES
1269
1269
  $ fonoster workspaces:list
1270
1270
  ```
1271
1271
 
1272
- _See code: [dist/commands/workspaces/list.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/workspaces/list.js)_
1272
+ _See code: [dist/commands/workspaces/list.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/workspaces/list.js)_
1273
1273
 
1274
1274
  ## `fonoster workspaces:login`
1275
1275
 
@@ -1289,7 +1289,7 @@ EXAMPLES
1289
1289
  $ fonoster workspaces:login
1290
1290
  ```
1291
1291
 
1292
- _See code: [dist/commands/workspaces/login.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/workspaces/login.js)_
1292
+ _See code: [dist/commands/workspaces/login.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/workspaces/login.js)_
1293
1293
 
1294
1294
  ## `fonoster workspaces:logout REF`
1295
1295
 
@@ -1309,7 +1309,7 @@ EXAMPLES
1309
1309
  $ fonoster workspaces:logout
1310
1310
  ```
1311
1311
 
1312
- _See code: [dist/commands/workspaces/logout.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/workspaces/logout.js)_
1312
+ _See code: [dist/commands/workspaces/logout.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/workspaces/logout.js)_
1313
1313
 
1314
1314
  ## `fonoster workspaces:use REF`
1315
1315
 
@@ -1329,5 +1329,5 @@ EXAMPLES
1329
1329
  $ fonoster workspaces:use
1330
1330
  ```
1331
1331
 
1332
- _See code: [dist/commands/workspaces/use.js](https://github.com/fonoster/fonoster/blob/v0.9.54/dist/commands/workspaces/use.js)_
1332
+ _See code: [dist/commands/workspaces/use.js](https://github.com/fonoster/fonoster/blob/v0.9.55/dist/commands/workspaces/use.js)_
1333
1333
  <!-- commandsstop -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/ctl",
3
- "version": "0.9.54",
3
+ "version": "0.9.55",
4
4
  "description": "Fonoster Control Tool",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -32,7 +32,7 @@
32
32
  "bugs": {
33
33
  "url": "https://github.com/fonoster/fonoster/issues"
34
34
  },
35
- "gitHead": "5272372951df997cb17d49f9cda6fc9816e304c9",
35
+ "gitHead": "4ac0cdef949d4b302a94adb1b469753c7301c4c9",
36
36
  "bin": {
37
37
  "fonoster": "./bin/run.js"
38
38
  },
@@ -53,8 +53,8 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@fonoster/autopilot": "^0.9.54",
57
- "@fonoster/sdk": "^0.9.54",
56
+ "@fonoster/autopilot": "^0.9.55",
57
+ "@fonoster/sdk": "^0.9.55",
58
58
  "@inquirer/prompts": "^7.1.0",
59
59
  "@oclif/core": "^4.0.34",
60
60
  "@oclif/plugin-warn-if-update-available": "^3.1.28",