@fonoster/ctl 0.8.22 → 0.8.24

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/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.8.22 darwin-arm64 node-v20.17.0
26
+ @fonoster/ctl/0.8.24 darwin-arm64 node-v20.17.0
27
27
  $ fonoster --help [COMMAND]
28
28
  USAGE
29
29
  $ fonoster COMMAND
@@ -38,16 +38,16 @@ USAGE
38
38
  * [`fonoster apikeys:regenerate REF`](#fonoster-apikeysregenerate-ref)
39
39
  * [`fonoster applications:create`](#fonoster-applicationscreate)
40
40
  * [`fonoster applications:delete REF`](#fonoster-applicationsdelete-ref)
41
- * [`fonoster applications:get [REF]`](#fonoster-applicationsget-ref)
41
+ * [`fonoster applications:get REF`](#fonoster-applicationsget-ref)
42
42
  * [`fonoster applications:list`](#fonoster-applicationslist)
43
- * [`fonoster applications:update [REF]`](#fonoster-applicationsupdate-ref)
43
+ * [`fonoster applications:update REF`](#fonoster-applicationsupdate-ref)
44
44
  * [`fonoster bug`](#fonoster-bug)
45
45
  * [`fonoster feedback`](#fonoster-feedback)
46
46
  * [`fonoster secrets:create`](#fonoster-secretscreate)
47
47
  * [`fonoster secrets:delete REF`](#fonoster-secretsdelete-ref)
48
- * [`fonoster secrets:get [REF]`](#fonoster-secretsget-ref)
48
+ * [`fonoster secrets:get REF`](#fonoster-secretsget-ref)
49
49
  * [`fonoster secrets:list`](#fonoster-secretslist)
50
- * [`fonoster secrets:update [REF]`](#fonoster-secretsupdate-ref)
50
+ * [`fonoster secrets:update REF`](#fonoster-secretsupdate-ref)
51
51
  * [`fonoster sipnet:acls:create`](#fonoster-sipnetaclscreate)
52
52
  * [`fonoster sipnet:acls:delete REF`](#fonoster-sipnetaclsdelete-ref)
53
53
  * [`fonoster sipnet:acls:get REF`](#fonoster-sipnetaclsget-ref)
@@ -73,15 +73,15 @@ USAGE
73
73
  * [`fonoster sipnet:domains:update REF`](#fonoster-sipnetdomainsupdate-ref)
74
74
  * [`fonoster sipnet:numbers:create`](#fonoster-sipnetnumberscreate)
75
75
  * [`fonoster sipnet:numbers:delete REF`](#fonoster-sipnetnumbersdelete-ref)
76
- * [`fonoster sipnet:numbers:get [REF]`](#fonoster-sipnetnumbersget-ref)
76
+ * [`fonoster sipnet:numbers:get REF`](#fonoster-sipnetnumbersget-ref)
77
77
  * [`fonoster sipnet:numbers:linkTwilioNumber`](#fonoster-sipnetnumberslinktwilionumber)
78
78
  * [`fonoster sipnet:numbers:list`](#fonoster-sipnetnumberslist)
79
- * [`fonoster sipnet:numbers:update [REF]`](#fonoster-sipnetnumbersupdate-ref)
79
+ * [`fonoster sipnet:numbers:update REF`](#fonoster-sipnetnumbersupdate-ref)
80
80
  * [`fonoster sipnet:trunks:create`](#fonoster-sipnettrunkscreate)
81
81
  * [`fonoster sipnet:trunks:delete REF`](#fonoster-sipnettrunksdelete-ref)
82
82
  * [`fonoster sipnet:trunks:get REF`](#fonoster-sipnettrunksget-ref)
83
83
  * [`fonoster sipnet:trunks:list`](#fonoster-sipnettrunkslist)
84
- * [`fonoster sipnet:trunks:update [REF]`](#fonoster-sipnettrunksupdate-ref)
84
+ * [`fonoster sipnet:trunks:update REF`](#fonoster-sipnettrunksupdate-ref)
85
85
  * [`fonoster workspaces:active`](#fonoster-workspacesactive)
86
86
  * [`fonoster workspaces:list`](#fonoster-workspaceslist)
87
87
  * [`fonoster workspaces:login`](#fonoster-workspaceslogin)
@@ -108,7 +108,7 @@ EXAMPLES
108
108
  $ fonoster apikeys:create
109
109
  ```
110
110
 
111
- _See code: [dist/commands/apikeys/create.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/apikeys/create.js)_
111
+ _See code: [dist/commands/apikeys/create.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/apikeys/create.js)_
112
112
 
113
113
  ## `fonoster apikeys:delete REF`
114
114
 
@@ -131,7 +131,7 @@ EXAMPLES
131
131
  $ fonoster apikeys:delete
132
132
  ```
133
133
 
134
- _See code: [dist/commands/apikeys/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/apikeys/delete.js)_
134
+ _See code: [dist/commands/apikeys/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/apikeys/delete.js)_
135
135
 
136
136
  ## `fonoster apikeys:list`
137
137
 
@@ -152,7 +152,7 @@ EXAMPLES
152
152
  $ fonoster apikeys:list
153
153
  ```
154
154
 
155
- _See code: [dist/commands/apikeys/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/apikeys/list.js)_
155
+ _See code: [dist/commands/apikeys/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/apikeys/list.js)_
156
156
 
157
157
  ## `fonoster apikeys:regenerate REF`
158
158
 
@@ -175,7 +175,7 @@ EXAMPLES
175
175
  $ fonoster apikeys:regenerate
176
176
  ```
177
177
 
178
- _See code: [dist/commands/apikeys/regenerate.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/apikeys/regenerate.js)_
178
+ _See code: [dist/commands/apikeys/regenerate.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/apikeys/regenerate.js)_
179
179
 
180
180
  ## `fonoster applications:create`
181
181
 
@@ -195,7 +195,7 @@ EXAMPLES
195
195
  $ fonoster applications:create
196
196
  ```
197
197
 
198
- _See code: [dist/commands/applications/create.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/applications/create.js)_
198
+ _See code: [dist/commands/applications/create.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/applications/create.js)_
199
199
 
200
200
  ## `fonoster applications:delete REF`
201
201
 
@@ -218,15 +218,15 @@ EXAMPLES
218
218
  $ fonoster applications:delete
219
219
  ```
220
220
 
221
- _See code: [dist/commands/applications/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/applications/delete.js)_
221
+ _See code: [dist/commands/applications/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/applications/delete.js)_
222
222
 
223
- ## `fonoster applications:get [REF]`
223
+ ## `fonoster applications:get REF`
224
224
 
225
225
  retrieve details of an Application by reference
226
226
 
227
227
  ```
228
228
  USAGE
229
- $ fonoster applications:get [REF] [-i]
229
+ $ fonoster applications:get REF [-i]
230
230
 
231
231
  ARGUMENTS
232
232
  REF The Application to show details about
@@ -241,7 +241,7 @@ EXAMPLES
241
241
  $ fonoster applications:get
242
242
  ```
243
243
 
244
- _See code: [dist/commands/applications/get.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/applications/get.js)_
244
+ _See code: [dist/commands/applications/get.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/applications/get.js)_
245
245
 
246
246
  ## `fonoster applications:list`
247
247
 
@@ -262,15 +262,15 @@ EXAMPLES
262
262
  $ fonoster applications:list
263
263
  ```
264
264
 
265
- _See code: [dist/commands/applications/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/applications/list.js)_
265
+ _See code: [dist/commands/applications/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/applications/list.js)_
266
266
 
267
- ## `fonoster applications:update [REF]`
267
+ ## `fonoster applications:update REF`
268
268
 
269
269
  modify the configuration of an Application
270
270
 
271
271
  ```
272
272
  USAGE
273
- $ fonoster applications:update [REF] [-i]
273
+ $ fonoster applications:update REF [-i]
274
274
 
275
275
  ARGUMENTS
276
276
  REF the Application to update
@@ -285,7 +285,7 @@ EXAMPLES
285
285
  $ fonoster applications:update
286
286
  ```
287
287
 
288
- _See code: [dist/commands/applications/update.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/applications/update.js)_
288
+ _See code: [dist/commands/applications/update.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/applications/update.js)_
289
289
 
290
290
  ## `fonoster bug`
291
291
 
@@ -302,7 +302,7 @@ EXAMPLES
302
302
  $ fonoster bug
303
303
  ```
304
304
 
305
- _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/bug.js)_
305
+ _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/bug.js)_
306
306
 
307
307
  ## `fonoster feedback`
308
308
 
@@ -322,7 +322,7 @@ EXAMPLES
322
322
  $ fonoster feedback
323
323
  ```
324
324
 
325
- _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/feedback.js)_
325
+ _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/feedback.js)_
326
326
 
327
327
  ## `fonoster secrets:create`
328
328
 
@@ -342,7 +342,7 @@ EXAMPLES
342
342
  $ fonoster secrets:create
343
343
  ```
344
344
 
345
- _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/secrets/create.js)_
345
+ _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/secrets/create.js)_
346
346
 
347
347
  ## `fonoster secrets:delete REF`
348
348
 
@@ -365,15 +365,15 @@ EXAMPLES
365
365
  $ fonoster secrets:delete
366
366
  ```
367
367
 
368
- _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/secrets/delete.js)_
368
+ _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/secrets/delete.js)_
369
369
 
370
- ## `fonoster secrets:get [REF]`
370
+ ## `fonoster secrets:get REF`
371
371
 
372
372
  retrieve details of a Secret by reference
373
373
 
374
374
  ```
375
375
  USAGE
376
- $ fonoster secrets:get [REF] [-i]
376
+ $ fonoster secrets:get REF [-i]
377
377
 
378
378
  ARGUMENTS
379
379
  REF The Secret to show details about
@@ -388,7 +388,7 @@ EXAMPLES
388
388
  $ fonoster secrets:get
389
389
  ```
390
390
 
391
- _See code: [dist/commands/secrets/get.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/secrets/get.js)_
391
+ _See code: [dist/commands/secrets/get.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/secrets/get.js)_
392
392
 
393
393
  ## `fonoster secrets:list`
394
394
 
@@ -409,15 +409,15 @@ EXAMPLES
409
409
  $ fonoster secrets:list
410
410
  ```
411
411
 
412
- _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/secrets/list.js)_
412
+ _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/secrets/list.js)_
413
413
 
414
- ## `fonoster secrets:update [REF]`
414
+ ## `fonoster secrets:update REF`
415
415
 
416
416
  modify the value or metadata of a Secret
417
417
 
418
418
  ```
419
419
  USAGE
420
- $ fonoster secrets:update [REF] [-i]
420
+ $ fonoster secrets:update REF [-i]
421
421
 
422
422
  ARGUMENTS
423
423
  REF the Secret to update
@@ -432,7 +432,7 @@ EXAMPLES
432
432
  $ fonoster secrets:update
433
433
  ```
434
434
 
435
- _See code: [dist/commands/secrets/update.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/secrets/update.js)_
435
+ _See code: [dist/commands/secrets/update.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/secrets/update.js)_
436
436
 
437
437
  ## `fonoster sipnet:acls:create`
438
438
 
@@ -452,7 +452,7 @@ EXAMPLES
452
452
  $ fonoster sipnet:acls:create
453
453
  ```
454
454
 
455
- _See code: [dist/commands/sipnet/acls/create.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/acls/create.js)_
455
+ _See code: [dist/commands/sipnet/acls/create.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/acls/create.js)_
456
456
 
457
457
  ## `fonoster sipnet:acls:delete REF`
458
458
 
@@ -475,7 +475,7 @@ EXAMPLES
475
475
  $ fonoster sipnet:acls:delete
476
476
  ```
477
477
 
478
- _See code: [dist/commands/sipnet/acls/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/acls/delete.js)_
478
+ _See code: [dist/commands/sipnet/acls/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/acls/delete.js)_
479
479
 
480
480
  ## `fonoster sipnet:acls:get REF`
481
481
 
@@ -498,7 +498,7 @@ EXAMPLES
498
498
  $ fonoster sipnet:acls:get
499
499
  ```
500
500
 
501
- _See code: [dist/commands/sipnet/acls/get.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/acls/get.js)_
501
+ _See code: [dist/commands/sipnet/acls/get.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/acls/get.js)_
502
502
 
503
503
  ## `fonoster sipnet:acls:list`
504
504
 
@@ -519,7 +519,7 @@ EXAMPLES
519
519
  $ fonoster sipnet:acls:list
520
520
  ```
521
521
 
522
- _See code: [dist/commands/sipnet/acls/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/acls/list.js)_
522
+ _See code: [dist/commands/sipnet/acls/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/acls/list.js)_
523
523
 
524
524
  ## `fonoster sipnet:acls:update REF`
525
525
 
@@ -542,7 +542,7 @@ EXAMPLES
542
542
  $ fonoster sipnet:acls:update
543
543
  ```
544
544
 
545
- _See code: [dist/commands/sipnet/acls/update.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/acls/update.js)_
545
+ _See code: [dist/commands/sipnet/acls/update.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/acls/update.js)_
546
546
 
547
547
  ## `fonoster sipnet:agents:create`
548
548
 
@@ -562,7 +562,7 @@ EXAMPLES
562
562
  $ fonoster sipnet:agents:create
563
563
  ```
564
564
 
565
- _See code: [dist/commands/sipnet/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/agents/create.js)_
565
+ _See code: [dist/commands/sipnet/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/agents/create.js)_
566
566
 
567
567
  ## `fonoster sipnet:agents:delete REF`
568
568
 
@@ -585,7 +585,7 @@ EXAMPLES
585
585
  $ fonoster sipnet:agents:delete
586
586
  ```
587
587
 
588
- _See code: [dist/commands/sipnet/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/agents/delete.js)_
588
+ _See code: [dist/commands/sipnet/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/agents/delete.js)_
589
589
 
590
590
  ## `fonoster sipnet:agents:get REF`
591
591
 
@@ -608,7 +608,7 @@ EXAMPLES
608
608
  $ fonoster sipnet:agents:get
609
609
  ```
610
610
 
611
- _See code: [dist/commands/sipnet/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/agents/get.js)_
611
+ _See code: [dist/commands/sipnet/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/agents/get.js)_
612
612
 
613
613
  ## `fonoster sipnet:agents:list`
614
614
 
@@ -629,7 +629,7 @@ EXAMPLES
629
629
  $ fonoster sipnet:agents:list
630
630
  ```
631
631
 
632
- _See code: [dist/commands/sipnet/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/agents/list.js)_
632
+ _See code: [dist/commands/sipnet/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/agents/list.js)_
633
633
 
634
634
  ## `fonoster sipnet:agents:update REF`
635
635
 
@@ -652,7 +652,7 @@ EXAMPLES
652
652
  $ fonoster sipnet:agents:update
653
653
  ```
654
654
 
655
- _See code: [dist/commands/sipnet/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/agents/update.js)_
655
+ _See code: [dist/commands/sipnet/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/agents/update.js)_
656
656
 
657
657
  ## `fonoster sipnet:calls:create`
658
658
 
@@ -677,7 +677,7 @@ EXAMPLES
677
677
  $ fonoster sipnet:calls:create
678
678
  ```
679
679
 
680
- _See code: [dist/commands/sipnet/calls/create.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/calls/create.js)_
680
+ _See code: [dist/commands/sipnet/calls/create.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/calls/create.js)_
681
681
 
682
682
  ## `fonoster sipnet:calls:get REF`
683
683
 
@@ -700,7 +700,7 @@ EXAMPLES
700
700
  $ fonoster sipnet:calls:get
701
701
  ```
702
702
 
703
- _See code: [dist/commands/sipnet/calls/get.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/calls/get.js)_
703
+ _See code: [dist/commands/sipnet/calls/get.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/calls/get.js)_
704
704
 
705
705
  ## `fonoster sipnet:calls:list`
706
706
 
@@ -721,7 +721,7 @@ EXAMPLES
721
721
  $ fonoster sipnet:calls:list
722
722
  ```
723
723
 
724
- _See code: [dist/commands/sipnet/calls/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/calls/list.js)_
724
+ _See code: [dist/commands/sipnet/calls/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/calls/list.js)_
725
725
 
726
726
  ## `fonoster sipnet:credentials:create`
727
727
 
@@ -741,7 +741,7 @@ EXAMPLES
741
741
  $ fonoster sipnet:credentials:create
742
742
  ```
743
743
 
744
- _See code: [dist/commands/sipnet/credentials/create.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/credentials/create.js)_
744
+ _See code: [dist/commands/sipnet/credentials/create.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/credentials/create.js)_
745
745
 
746
746
  ## `fonoster sipnet:credentials:delete REF`
747
747
 
@@ -764,7 +764,7 @@ EXAMPLES
764
764
  $ fonoster sipnet:credentials:delete
765
765
  ```
766
766
 
767
- _See code: [dist/commands/sipnet/credentials/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/credentials/delete.js)_
767
+ _See code: [dist/commands/sipnet/credentials/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/credentials/delete.js)_
768
768
 
769
769
  ## `fonoster sipnet:credentials:get REF`
770
770
 
@@ -787,7 +787,7 @@ EXAMPLES
787
787
  $ fonoster sipnet:credentials:get
788
788
  ```
789
789
 
790
- _See code: [dist/commands/sipnet/credentials/get.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/credentials/get.js)_
790
+ _See code: [dist/commands/sipnet/credentials/get.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/credentials/get.js)_
791
791
 
792
792
  ## `fonoster sipnet:credentials:list`
793
793
 
@@ -808,7 +808,7 @@ EXAMPLES
808
808
  $ fonoster sipnet:credentials:list
809
809
  ```
810
810
 
811
- _See code: [dist/commands/sipnet/credentials/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/credentials/list.js)_
811
+ _See code: [dist/commands/sipnet/credentials/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/credentials/list.js)_
812
812
 
813
813
  ## `fonoster sipnet:credentials:update REF`
814
814
 
@@ -831,7 +831,7 @@ EXAMPLES
831
831
  $ fonoster sipnet:credentials:update
832
832
  ```
833
833
 
834
- _See code: [dist/commands/sipnet/credentials/update.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/credentials/update.js)_
834
+ _See code: [dist/commands/sipnet/credentials/update.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/credentials/update.js)_
835
835
 
836
836
  ## `fonoster sipnet:domains:create`
837
837
 
@@ -851,7 +851,7 @@ EXAMPLES
851
851
  $ fonoster sipnet:domains:create
852
852
  ```
853
853
 
854
- _See code: [dist/commands/sipnet/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/domains/create.js)_
854
+ _See code: [dist/commands/sipnet/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/domains/create.js)_
855
855
 
856
856
  ## `fonoster sipnet:domains:delete REF`
857
857
 
@@ -874,7 +874,7 @@ EXAMPLES
874
874
  $ fonoster sipnet:domains:delete
875
875
  ```
876
876
 
877
- _See code: [dist/commands/sipnet/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/domains/delete.js)_
877
+ _See code: [dist/commands/sipnet/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/domains/delete.js)_
878
878
 
879
879
  ## `fonoster sipnet:domains:get REF`
880
880
 
@@ -897,7 +897,7 @@ EXAMPLES
897
897
  $ fonoster sipnet:domains:get
898
898
  ```
899
899
 
900
- _See code: [dist/commands/sipnet/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/domains/get.js)_
900
+ _See code: [dist/commands/sipnet/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/domains/get.js)_
901
901
 
902
902
  ## `fonoster sipnet:domains:list`
903
903
 
@@ -918,7 +918,7 @@ EXAMPLES
918
918
  $ fonoster sipnet:domains:list
919
919
  ```
920
920
 
921
- _See code: [dist/commands/sipnet/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/domains/list.js)_
921
+ _See code: [dist/commands/sipnet/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/domains/list.js)_
922
922
 
923
923
  ## `fonoster sipnet:domains:update REF`
924
924
 
@@ -941,7 +941,7 @@ EXAMPLES
941
941
  $ fonoster sipnet:domains:update
942
942
  ```
943
943
 
944
- _See code: [dist/commands/sipnet/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/domains/update.js)_
944
+ _See code: [dist/commands/sipnet/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/domains/update.js)_
945
945
 
946
946
  ## `fonoster sipnet:numbers:create`
947
947
 
@@ -961,7 +961,7 @@ EXAMPLES
961
961
  $ fonoster sipnet:numbers:create
962
962
  ```
963
963
 
964
- _See code: [dist/commands/sipnet/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/numbers/create.js)_
964
+ _See code: [dist/commands/sipnet/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/numbers/create.js)_
965
965
 
966
966
  ## `fonoster sipnet:numbers:delete REF`
967
967
 
@@ -984,15 +984,15 @@ EXAMPLES
984
984
  $ fonoster sipnet:numbers:delete
985
985
  ```
986
986
 
987
- _See code: [dist/commands/sipnet/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/numbers/delete.js)_
987
+ _See code: [dist/commands/sipnet/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/numbers/delete.js)_
988
988
 
989
- ## `fonoster sipnet:numbers:get [REF]`
989
+ ## `fonoster sipnet:numbers:get REF`
990
990
 
991
991
  retrieve details of a Number by reference
992
992
 
993
993
  ```
994
994
  USAGE
995
- $ fonoster sipnet:numbers:get [REF] [-i]
995
+ $ fonoster sipnet:numbers:get REF [-i]
996
996
 
997
997
  ARGUMENTS
998
998
  REF the Number to show details about
@@ -1007,7 +1007,7 @@ EXAMPLES
1007
1007
  $ fonoster sipnet:numbers:get
1008
1008
  ```
1009
1009
 
1010
- _See code: [dist/commands/sipnet/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/numbers/get.js)_
1010
+ _See code: [dist/commands/sipnet/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/numbers/get.js)_
1011
1011
 
1012
1012
  ## `fonoster sipnet:numbers:linkTwilioNumber`
1013
1013
 
@@ -1031,7 +1031,7 @@ EXAMPLES
1031
1031
  $ fonoster sipnet:numbers:linkTwilioNumber
1032
1032
  ```
1033
1033
 
1034
- _See code: [dist/commands/sipnet/numbers/linkTwilioNumber.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/numbers/linkTwilioNumber.js)_
1034
+ _See code: [dist/commands/sipnet/numbers/linkTwilioNumber.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/numbers/linkTwilioNumber.js)_
1035
1035
 
1036
1036
  ## `fonoster sipnet:numbers:list`
1037
1037
 
@@ -1052,15 +1052,15 @@ EXAMPLES
1052
1052
  $ fonoster sipnet:numbers:list
1053
1053
  ```
1054
1054
 
1055
- _See code: [dist/commands/sipnet/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/numbers/list.js)_
1055
+ _See code: [dist/commands/sipnet/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/numbers/list.js)_
1056
1056
 
1057
- ## `fonoster sipnet:numbers:update [REF]`
1057
+ ## `fonoster sipnet:numbers:update REF`
1058
1058
 
1059
1059
  modify the configuration of a Number
1060
1060
 
1061
1061
  ```
1062
1062
  USAGE
1063
- $ fonoster sipnet:numbers:update [REF] [-i]
1063
+ $ fonoster sipnet:numbers:update REF [-i]
1064
1064
 
1065
1065
  ARGUMENTS
1066
1066
  REF the Number to update
@@ -1075,7 +1075,7 @@ EXAMPLES
1075
1075
  $ fonoster sipnet:numbers:update
1076
1076
  ```
1077
1077
 
1078
- _See code: [dist/commands/sipnet/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/numbers/update.js)_
1078
+ _See code: [dist/commands/sipnet/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/numbers/update.js)_
1079
1079
 
1080
1080
  ## `fonoster sipnet:trunks:create`
1081
1081
 
@@ -1095,7 +1095,7 @@ EXAMPLES
1095
1095
  $ fonoster sipnet:trunks:create
1096
1096
  ```
1097
1097
 
1098
- _See code: [dist/commands/sipnet/trunks/create.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/trunks/create.js)_
1098
+ _See code: [dist/commands/sipnet/trunks/create.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/trunks/create.js)_
1099
1099
 
1100
1100
  ## `fonoster sipnet:trunks:delete REF`
1101
1101
 
@@ -1118,7 +1118,7 @@ EXAMPLES
1118
1118
  $ fonoster sipnet:trunks:delete
1119
1119
  ```
1120
1120
 
1121
- _See code: [dist/commands/sipnet/trunks/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/trunks/delete.js)_
1121
+ _See code: [dist/commands/sipnet/trunks/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/trunks/delete.js)_
1122
1122
 
1123
1123
  ## `fonoster sipnet:trunks:get REF`
1124
1124
 
@@ -1141,7 +1141,7 @@ EXAMPLES
1141
1141
  $ fonoster sipnet:trunks:get
1142
1142
  ```
1143
1143
 
1144
- _See code: [dist/commands/sipnet/trunks/get.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/trunks/get.js)_
1144
+ _See code: [dist/commands/sipnet/trunks/get.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/trunks/get.js)_
1145
1145
 
1146
1146
  ## `fonoster sipnet:trunks:list`
1147
1147
 
@@ -1162,15 +1162,15 @@ EXAMPLES
1162
1162
  $ fonoster sipnet:trunks:list
1163
1163
  ```
1164
1164
 
1165
- _See code: [dist/commands/sipnet/trunks/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/trunks/list.js)_
1165
+ _See code: [dist/commands/sipnet/trunks/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/trunks/list.js)_
1166
1166
 
1167
- ## `fonoster sipnet:trunks:update [REF]`
1167
+ ## `fonoster sipnet:trunks:update REF`
1168
1168
 
1169
1169
  modify the configuration of a Trunk
1170
1170
 
1171
1171
  ```
1172
1172
  USAGE
1173
- $ fonoster sipnet:trunks:update [REF] [-i]
1173
+ $ fonoster sipnet:trunks:update REF [-i]
1174
1174
 
1175
1175
  ARGUMENTS
1176
1176
  REF the Trunk to update
@@ -1185,7 +1185,7 @@ EXAMPLES
1185
1185
  $ fonoster sipnet:trunks:update
1186
1186
  ```
1187
1187
 
1188
- _See code: [dist/commands/sipnet/trunks/update.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/sipnet/trunks/update.js)_
1188
+ _See code: [dist/commands/sipnet/trunks/update.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/sipnet/trunks/update.js)_
1189
1189
 
1190
1190
  ## `fonoster workspaces:active`
1191
1191
 
@@ -1202,7 +1202,7 @@ EXAMPLES
1202
1202
  $ fonoster workspaces:active
1203
1203
  ```
1204
1204
 
1205
- _See code: [dist/commands/workspaces/active.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/workspaces/active.js)_
1205
+ _See code: [dist/commands/workspaces/active.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/workspaces/active.js)_
1206
1206
 
1207
1207
  ## `fonoster workspaces:list`
1208
1208
 
@@ -1219,7 +1219,7 @@ EXAMPLES
1219
1219
  $ fonoster workspaces:list
1220
1220
  ```
1221
1221
 
1222
- _See code: [dist/commands/workspaces/list.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/workspaces/list.js)_
1222
+ _See code: [dist/commands/workspaces/list.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/workspaces/list.js)_
1223
1223
 
1224
1224
  ## `fonoster workspaces:login`
1225
1225
 
@@ -1239,7 +1239,7 @@ EXAMPLES
1239
1239
  $ fonoster workspaces:login
1240
1240
  ```
1241
1241
 
1242
- _See code: [dist/commands/workspaces/login.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/workspaces/login.js)_
1242
+ _See code: [dist/commands/workspaces/login.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/workspaces/login.js)_
1243
1243
 
1244
1244
  ## `fonoster workspaces:logout REF`
1245
1245
 
@@ -1259,7 +1259,7 @@ EXAMPLES
1259
1259
  $ fonoster workspaces:logout
1260
1260
  ```
1261
1261
 
1262
- _See code: [dist/commands/workspaces/logout.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/workspaces/logout.js)_
1262
+ _See code: [dist/commands/workspaces/logout.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/workspaces/logout.js)_
1263
1263
 
1264
1264
  ## `fonoster workspaces:use REF`
1265
1265
 
@@ -1279,5 +1279,5 @@ EXAMPLES
1279
1279
  $ fonoster workspaces:use
1280
1280
  ```
1281
1281
 
1282
- _See code: [dist/commands/workspaces/use.js](https://github.com/fonoster/fonoster/blob/v0.8.22/dist/commands/workspaces/use.js)_
1282
+ _See code: [dist/commands/workspaces/use.js](https://github.com/fonoster/fonoster/blob/v0.8.24/dist/commands/workspaces/use.js)_
1283
1283
  <!-- commandsstop -->
@@ -102,6 +102,9 @@ class Get extends AuthenticatedCommand_1.AuthenticatedCommand {
102
102
  Get.description = "retrieve details of an Application by reference";
103
103
  Get.examples = ["<%= config.bin %> <%= command.id %>"];
104
104
  Get.args = {
105
- ref: core_1.Args.string({ description: "The Application to show details about" })
105
+ ref: core_1.Args.string({
106
+ description: "The Application to show details about",
107
+ required: true
108
+ })
106
109
  };
107
110
  exports.default = Get;
@@ -195,6 +195,9 @@ class Update extends AuthenticatedCommand_1.AuthenticatedCommand {
195
195
  Update.description = "modify the configuration of an Application";
196
196
  Update.examples = ["<%= config.bin %> <%= command.id %>"];
197
197
  Update.args = {
198
- ref: core_1.Args.string({ description: "the Application to update" })
198
+ ref: core_1.Args.string({
199
+ description: "the Application to update",
200
+ required: true
201
+ })
199
202
  };
200
203
  exports.default = Update;
@@ -90,6 +90,9 @@ class Get extends AuthenticatedCommand_1.AuthenticatedCommand {
90
90
  Get.description = "retrieve details of a Secret by reference";
91
91
  Get.examples = ["<%= config.bin %> <%= command.id %>"];
92
92
  Get.args = {
93
- ref: core_1.Args.string({ description: "The Secret to show details about" })
93
+ ref: core_1.Args.string({
94
+ description: "The Secret to show details about",
95
+ required: true
96
+ })
94
97
  };
95
98
  exports.default = Get;
@@ -111,6 +111,6 @@ class Update extends AuthenticatedCommand_1.AuthenticatedCommand {
111
111
  Update.description = "modify the value or metadata of a Secret";
112
112
  Update.examples = ["<%= config.bin %> <%= command.id %>"];
113
113
  Update.args = {
114
- ref: core_1.Args.string({ description: "the Secret to update" })
114
+ ref: core_1.Args.string({ description: "the Secret to update", required: true })
115
115
  };
116
116
  exports.default = Update;
@@ -108,6 +108,9 @@ class Get extends AuthenticatedCommand_1.AuthenticatedCommand {
108
108
  Get.description = "retrieve details of a Number by reference";
109
109
  Get.examples = ["<%= config.bin %> <%= command.id %>"];
110
110
  Get.args = {
111
- ref: core_1.Args.string({ description: "the Number to show details about" })
111
+ ref: core_1.Args.string({
112
+ description: "the Number to show details about",
113
+ required: true
114
+ })
112
115
  };
113
116
  exports.default = Get;
@@ -131,6 +131,6 @@ class Update extends AuthenticatedCommand_1.AuthenticatedCommand {
131
131
  Update.description = "modify the configuration of a Number";
132
132
  Update.examples = ["<%= config.bin %> <%= command.id %>"];
133
133
  Update.args = {
134
- ref: core_1.Args.string({ description: "the Number to update" })
134
+ ref: core_1.Args.string({ description: "the Number to update", required: true })
135
135
  };
136
136
  exports.default = Update;
@@ -171,6 +171,6 @@ class Update extends AuthenticatedCommand_1.AuthenticatedCommand {
171
171
  Update.description = "modify the configuration of a Trunk";
172
172
  Update.examples = ["<%= config.bin %> <%= command.id %>"];
173
173
  Update.args = {
174
- ref: core_1.Args.string({ description: "the Trunk to update" })
174
+ ref: core_1.Args.string({ description: "the Trunk to update", required: true })
175
175
  };
176
176
  exports.default = Update;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/ctl",
3
- "version": "0.8.22",
3
+ "version": "0.8.24",
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": "d91a20ab24877c0c854f21395473b8332d4a6f02",
35
+ "gitHead": "45d0edd1dedf8cafd45d93d011b22c1c9f046414",
36
36
  "bin": {
37
37
  "fonoster": "./bin/run.js"
38
38
  },
@@ -53,7 +53,7 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@fonoster/sdk": "^0.8.22",
56
+ "@fonoster/sdk": "^0.8.24",
57
57
  "@inquirer/prompts": "^7.1.0",
58
58
  "@oclif/core": "^4.0.34",
59
59
  "@oclif/plugin-warn-if-update-available": "^3.1.28",