@fonoster/ctl 0.8.0 → 0.8.2

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 +62 -60
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,16 +1,18 @@
1
1
  ctl
2
2
  =================
3
3
 
4
+ Command-Line for Fonoster
5
+
4
6
  [![command-line tool](https://img.shields.io/badge/ctl-oclif-brightgreen.svg)](https://fonoster.com)
5
7
  [![Version](https://img.shields.io/npm/v/@fonoster/ctl.svg)](https://npmjs.org/package/@fonoster/voice)
6
8
  [![Downloads/week](https://img.shields.io/npm/dw/@fonoster/ctl.svg)](https://npmjs.org/package/@fonoster/voice)
7
9
  [![License](https://img.shields.io/npm/l/@fonoster/ctl.svg)](https://github.com/fonoster/fonoster/blob/main/package.json)
8
10
 
9
- ## Installation
11
+ Use this tool to manage your Fonoster resources from the command line. With this tool, you can create, update, and delete resources like Applications, Numbers, SIP Agents, and more.
10
12
 
11
- ```sh-session
12
- $ npm install --save @fonoster/ctl
13
- ```
13
+ > When connecting to your own instance of Fonoster, remember to use your endpoint when login in. Also, remember to use the `--insecure` flag when connecting to a server with no TLS.
14
+
15
+ ```bash
14
16
 
15
17
  <!-- toc -->
16
18
  * [Usage](#usage)
@@ -23,7 +25,7 @@ $ npm install -g @fonoster/ctl
23
25
  $ fonoster COMMAND
24
26
  running command...
25
27
  $ fonoster (--version)
26
- @fonoster/ctl/0.8.0 darwin-arm64 node-v20.15.1
28
+ @fonoster/ctl/0.8.2 darwin-arm64 node-v20.15.1
27
29
  $ fonoster --help [COMMAND]
28
30
  USAGE
29
31
  $ fonoster COMMAND
@@ -108,7 +110,7 @@ EXAMPLES
108
110
  $ fonoster apikeys:create
109
111
  ```
110
112
 
111
- _See code: [dist/commands/apikeys/create.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/apikeys/create.js)_
113
+ _See code: [dist/commands/apikeys/create.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/apikeys/create.js)_
112
114
 
113
115
  ## `fonoster apikeys:delete REF`
114
116
 
@@ -131,7 +133,7 @@ EXAMPLES
131
133
  $ fonoster apikeys:delete
132
134
  ```
133
135
 
134
- _See code: [dist/commands/apikeys/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/apikeys/delete.js)_
136
+ _See code: [dist/commands/apikeys/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/apikeys/delete.js)_
135
137
 
136
138
  ## `fonoster apikeys:list`
137
139
 
@@ -152,7 +154,7 @@ EXAMPLES
152
154
  $ fonoster apikeys:list
153
155
  ```
154
156
 
155
- _See code: [dist/commands/apikeys/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/apikeys/list.js)_
157
+ _See code: [dist/commands/apikeys/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/apikeys/list.js)_
156
158
 
157
159
  ## `fonoster apikeys:regenerate REF`
158
160
 
@@ -175,7 +177,7 @@ EXAMPLES
175
177
  $ fonoster apikeys:regenerate
176
178
  ```
177
179
 
178
- _See code: [dist/commands/apikeys/regenerate.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/apikeys/regenerate.js)_
180
+ _See code: [dist/commands/apikeys/regenerate.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/apikeys/regenerate.js)_
179
181
 
180
182
  ## `fonoster applications:create`
181
183
 
@@ -195,7 +197,7 @@ EXAMPLES
195
197
  $ fonoster applications:create
196
198
  ```
197
199
 
198
- _See code: [dist/commands/applications/create.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/applications/create.js)_
200
+ _See code: [dist/commands/applications/create.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/applications/create.js)_
199
201
 
200
202
  ## `fonoster applications:delete REF`
201
203
 
@@ -218,7 +220,7 @@ EXAMPLES
218
220
  $ fonoster applications:delete
219
221
  ```
220
222
 
221
- _See code: [dist/commands/applications/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/applications/delete.js)_
223
+ _See code: [dist/commands/applications/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/applications/delete.js)_
222
224
 
223
225
  ## `fonoster applications:get [REF]`
224
226
 
@@ -241,7 +243,7 @@ EXAMPLES
241
243
  $ fonoster applications:get
242
244
  ```
243
245
 
244
- _See code: [dist/commands/applications/get.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/applications/get.js)_
246
+ _See code: [dist/commands/applications/get.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/applications/get.js)_
245
247
 
246
248
  ## `fonoster applications:list`
247
249
 
@@ -262,7 +264,7 @@ EXAMPLES
262
264
  $ fonoster applications:list
263
265
  ```
264
266
 
265
- _See code: [dist/commands/applications/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/applications/list.js)_
267
+ _See code: [dist/commands/applications/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/applications/list.js)_
266
268
 
267
269
  ## `fonoster applications:update [REF]`
268
270
 
@@ -285,7 +287,7 @@ EXAMPLES
285
287
  $ fonoster applications:update
286
288
  ```
287
289
 
288
- _See code: [dist/commands/applications/update.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/applications/update.js)_
290
+ _See code: [dist/commands/applications/update.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/applications/update.js)_
289
291
 
290
292
  ## `fonoster bug`
291
293
 
@@ -302,7 +304,7 @@ EXAMPLES
302
304
  $ fonoster bug
303
305
  ```
304
306
 
305
- _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/bug.js)_
307
+ _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/bug.js)_
306
308
 
307
309
  ## `fonoster feedback`
308
310
 
@@ -322,7 +324,7 @@ EXAMPLES
322
324
  $ fonoster feedback
323
325
  ```
324
326
 
325
- _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/feedback.js)_
327
+ _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/feedback.js)_
326
328
 
327
329
  ## `fonoster secrets:create`
328
330
 
@@ -342,7 +344,7 @@ EXAMPLES
342
344
  $ fonoster secrets:create
343
345
  ```
344
346
 
345
- _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/secrets/create.js)_
347
+ _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/secrets/create.js)_
346
348
 
347
349
  ## `fonoster secrets:delete REF`
348
350
 
@@ -365,7 +367,7 @@ EXAMPLES
365
367
  $ fonoster secrets:delete
366
368
  ```
367
369
 
368
- _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/secrets/delete.js)_
370
+ _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/secrets/delete.js)_
369
371
 
370
372
  ## `fonoster secrets:get [REF]`
371
373
 
@@ -388,7 +390,7 @@ EXAMPLES
388
390
  $ fonoster secrets:get
389
391
  ```
390
392
 
391
- _See code: [dist/commands/secrets/get.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/secrets/get.js)_
393
+ _See code: [dist/commands/secrets/get.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/secrets/get.js)_
392
394
 
393
395
  ## `fonoster secrets:list`
394
396
 
@@ -409,7 +411,7 @@ EXAMPLES
409
411
  $ fonoster secrets:list
410
412
  ```
411
413
 
412
- _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/secrets/list.js)_
414
+ _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/secrets/list.js)_
413
415
 
414
416
  ## `fonoster secrets:update [REF]`
415
417
 
@@ -432,7 +434,7 @@ EXAMPLES
432
434
  $ fonoster secrets:update
433
435
  ```
434
436
 
435
- _See code: [dist/commands/secrets/update.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/secrets/update.js)_
437
+ _See code: [dist/commands/secrets/update.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/secrets/update.js)_
436
438
 
437
439
  ## `fonoster sipnet:acls:create`
438
440
 
@@ -452,7 +454,7 @@ EXAMPLES
452
454
  $ fonoster sipnet:acls:create
453
455
  ```
454
456
 
455
- _See code: [dist/commands/sipnet/acls/create.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/acls/create.js)_
457
+ _See code: [dist/commands/sipnet/acls/create.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/acls/create.js)_
456
458
 
457
459
  ## `fonoster sipnet:acls:delete REF`
458
460
 
@@ -475,7 +477,7 @@ EXAMPLES
475
477
  $ fonoster sipnet:acls:delete
476
478
  ```
477
479
 
478
- _See code: [dist/commands/sipnet/acls/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/acls/delete.js)_
480
+ _See code: [dist/commands/sipnet/acls/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/acls/delete.js)_
479
481
 
480
482
  ## `fonoster sipnet:acls:get REF`
481
483
 
@@ -498,7 +500,7 @@ EXAMPLES
498
500
  $ fonoster sipnet:acls:get
499
501
  ```
500
502
 
501
- _See code: [dist/commands/sipnet/acls/get.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/acls/get.js)_
503
+ _See code: [dist/commands/sipnet/acls/get.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/acls/get.js)_
502
504
 
503
505
  ## `fonoster sipnet:acls:list`
504
506
 
@@ -519,7 +521,7 @@ EXAMPLES
519
521
  $ fonoster sipnet:acls:list
520
522
  ```
521
523
 
522
- _See code: [dist/commands/sipnet/acls/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/acls/list.js)_
524
+ _See code: [dist/commands/sipnet/acls/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/acls/list.js)_
523
525
 
524
526
  ## `fonoster sipnet:acls:update REF`
525
527
 
@@ -542,7 +544,7 @@ EXAMPLES
542
544
  $ fonoster sipnet:acls:update
543
545
  ```
544
546
 
545
- _See code: [dist/commands/sipnet/acls/update.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/acls/update.js)_
547
+ _See code: [dist/commands/sipnet/acls/update.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/acls/update.js)_
546
548
 
547
549
  ## `fonoster sipnet:agents:create`
548
550
 
@@ -562,7 +564,7 @@ EXAMPLES
562
564
  $ fonoster sipnet:agents:create
563
565
  ```
564
566
 
565
- _See code: [dist/commands/sipnet/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/agents/create.js)_
567
+ _See code: [dist/commands/sipnet/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/agents/create.js)_
566
568
 
567
569
  ## `fonoster sipnet:agents:delete REF`
568
570
 
@@ -585,7 +587,7 @@ EXAMPLES
585
587
  $ fonoster sipnet:agents:delete
586
588
  ```
587
589
 
588
- _See code: [dist/commands/sipnet/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/agents/delete.js)_
590
+ _See code: [dist/commands/sipnet/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/agents/delete.js)_
589
591
 
590
592
  ## `fonoster sipnet:agents:get REF`
591
593
 
@@ -608,7 +610,7 @@ EXAMPLES
608
610
  $ fonoster sipnet:agents:get
609
611
  ```
610
612
 
611
- _See code: [dist/commands/sipnet/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/agents/get.js)_
613
+ _See code: [dist/commands/sipnet/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/agents/get.js)_
612
614
 
613
615
  ## `fonoster sipnet:agents:list`
614
616
 
@@ -629,7 +631,7 @@ EXAMPLES
629
631
  $ fonoster sipnet:agents:list
630
632
  ```
631
633
 
632
- _See code: [dist/commands/sipnet/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/agents/list.js)_
634
+ _See code: [dist/commands/sipnet/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/agents/list.js)_
633
635
 
634
636
  ## `fonoster sipnet:agents:update REF`
635
637
 
@@ -652,7 +654,7 @@ EXAMPLES
652
654
  $ fonoster sipnet:agents:update
653
655
  ```
654
656
 
655
- _See code: [dist/commands/sipnet/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/agents/update.js)_
657
+ _See code: [dist/commands/sipnet/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/agents/update.js)_
656
658
 
657
659
  ## `fonoster sipnet:calls:create`
658
660
 
@@ -677,7 +679,7 @@ EXAMPLES
677
679
  $ fonoster sipnet:calls:create
678
680
  ```
679
681
 
680
- _See code: [dist/commands/sipnet/calls/create.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/calls/create.js)_
682
+ _See code: [dist/commands/sipnet/calls/create.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/calls/create.js)_
681
683
 
682
684
  ## `fonoster sipnet:calls:get REF`
683
685
 
@@ -700,7 +702,7 @@ EXAMPLES
700
702
  $ fonoster sipnet:calls:get
701
703
  ```
702
704
 
703
- _See code: [dist/commands/sipnet/calls/get.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/calls/get.js)_
705
+ _See code: [dist/commands/sipnet/calls/get.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/calls/get.js)_
704
706
 
705
707
  ## `fonoster sipnet:calls:list`
706
708
 
@@ -721,7 +723,7 @@ EXAMPLES
721
723
  $ fonoster sipnet:calls:list
722
724
  ```
723
725
 
724
- _See code: [dist/commands/sipnet/calls/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/calls/list.js)_
726
+ _See code: [dist/commands/sipnet/calls/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/calls/list.js)_
725
727
 
726
728
  ## `fonoster sipnet:credentials:create`
727
729
 
@@ -741,7 +743,7 @@ EXAMPLES
741
743
  $ fonoster sipnet:credentials:create
742
744
  ```
743
745
 
744
- _See code: [dist/commands/sipnet/credentials/create.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/credentials/create.js)_
746
+ _See code: [dist/commands/sipnet/credentials/create.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/credentials/create.js)_
745
747
 
746
748
  ## `fonoster sipnet:credentials:delete REF`
747
749
 
@@ -764,7 +766,7 @@ EXAMPLES
764
766
  $ fonoster sipnet:credentials:delete
765
767
  ```
766
768
 
767
- _See code: [dist/commands/sipnet/credentials/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/credentials/delete.js)_
769
+ _See code: [dist/commands/sipnet/credentials/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/credentials/delete.js)_
768
770
 
769
771
  ## `fonoster sipnet:credentials:get REF`
770
772
 
@@ -787,7 +789,7 @@ EXAMPLES
787
789
  $ fonoster sipnet:credentials:get
788
790
  ```
789
791
 
790
- _See code: [dist/commands/sipnet/credentials/get.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/credentials/get.js)_
792
+ _See code: [dist/commands/sipnet/credentials/get.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/credentials/get.js)_
791
793
 
792
794
  ## `fonoster sipnet:credentials:list`
793
795
 
@@ -808,7 +810,7 @@ EXAMPLES
808
810
  $ fonoster sipnet:credentials:list
809
811
  ```
810
812
 
811
- _See code: [dist/commands/sipnet/credentials/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/credentials/list.js)_
813
+ _See code: [dist/commands/sipnet/credentials/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/credentials/list.js)_
812
814
 
813
815
  ## `fonoster sipnet:credentials:update REF`
814
816
 
@@ -831,7 +833,7 @@ EXAMPLES
831
833
  $ fonoster sipnet:credentials:update
832
834
  ```
833
835
 
834
- _See code: [dist/commands/sipnet/credentials/update.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/credentials/update.js)_
836
+ _See code: [dist/commands/sipnet/credentials/update.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/credentials/update.js)_
835
837
 
836
838
  ## `fonoster sipnet:domains:create`
837
839
 
@@ -851,7 +853,7 @@ EXAMPLES
851
853
  $ fonoster sipnet:domains:create
852
854
  ```
853
855
 
854
- _See code: [dist/commands/sipnet/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/domains/create.js)_
856
+ _See code: [dist/commands/sipnet/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/domains/create.js)_
855
857
 
856
858
  ## `fonoster sipnet:domains:delete REF`
857
859
 
@@ -874,7 +876,7 @@ EXAMPLES
874
876
  $ fonoster sipnet:domains:delete
875
877
  ```
876
878
 
877
- _See code: [dist/commands/sipnet/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/domains/delete.js)_
879
+ _See code: [dist/commands/sipnet/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/domains/delete.js)_
878
880
 
879
881
  ## `fonoster sipnet:domains:get REF`
880
882
 
@@ -897,7 +899,7 @@ EXAMPLES
897
899
  $ fonoster sipnet:domains:get
898
900
  ```
899
901
 
900
- _See code: [dist/commands/sipnet/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/domains/get.js)_
902
+ _See code: [dist/commands/sipnet/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/domains/get.js)_
901
903
 
902
904
  ## `fonoster sipnet:domains:list`
903
905
 
@@ -918,7 +920,7 @@ EXAMPLES
918
920
  $ fonoster sipnet:domains:list
919
921
  ```
920
922
 
921
- _See code: [dist/commands/sipnet/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/domains/list.js)_
923
+ _See code: [dist/commands/sipnet/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/domains/list.js)_
922
924
 
923
925
  ## `fonoster sipnet:domains:update REF`
924
926
 
@@ -941,7 +943,7 @@ EXAMPLES
941
943
  $ fonoster sipnet:domains:update
942
944
  ```
943
945
 
944
- _See code: [dist/commands/sipnet/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/domains/update.js)_
946
+ _See code: [dist/commands/sipnet/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/domains/update.js)_
945
947
 
946
948
  ## `fonoster sipnet:numbers:create`
947
949
 
@@ -961,7 +963,7 @@ EXAMPLES
961
963
  $ fonoster sipnet:numbers:create
962
964
  ```
963
965
 
964
- _See code: [dist/commands/sipnet/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/numbers/create.js)_
966
+ _See code: [dist/commands/sipnet/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/numbers/create.js)_
965
967
 
966
968
  ## `fonoster sipnet:numbers:delete REF`
967
969
 
@@ -984,7 +986,7 @@ EXAMPLES
984
986
  $ fonoster sipnet:numbers:delete
985
987
  ```
986
988
 
987
- _See code: [dist/commands/sipnet/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/numbers/delete.js)_
989
+ _See code: [dist/commands/sipnet/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/numbers/delete.js)_
988
990
 
989
991
  ## `fonoster sipnet:numbers:get [REF]`
990
992
 
@@ -1007,7 +1009,7 @@ EXAMPLES
1007
1009
  $ fonoster sipnet:numbers:get
1008
1010
  ```
1009
1011
 
1010
- _See code: [dist/commands/sipnet/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/numbers/get.js)_
1012
+ _See code: [dist/commands/sipnet/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/numbers/get.js)_
1011
1013
 
1012
1014
  ## `fonoster sipnet:numbers:linkTwilioNumber`
1013
1015
 
@@ -1031,7 +1033,7 @@ EXAMPLES
1031
1033
  $ fonoster sipnet:numbers:linkTwilioNumber
1032
1034
  ```
1033
1035
 
1034
- _See code: [dist/commands/sipnet/numbers/linkTwilioNumber.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/numbers/linkTwilioNumber.js)_
1036
+ _See code: [dist/commands/sipnet/numbers/linkTwilioNumber.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/numbers/linkTwilioNumber.js)_
1035
1037
 
1036
1038
  ## `fonoster sipnet:numbers:list`
1037
1039
 
@@ -1052,7 +1054,7 @@ EXAMPLES
1052
1054
  $ fonoster sipnet:numbers:list
1053
1055
  ```
1054
1056
 
1055
- _See code: [dist/commands/sipnet/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/numbers/list.js)_
1057
+ _See code: [dist/commands/sipnet/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/numbers/list.js)_
1056
1058
 
1057
1059
  ## `fonoster sipnet:numbers:update [REF]`
1058
1060
 
@@ -1075,7 +1077,7 @@ EXAMPLES
1075
1077
  $ fonoster sipnet:numbers:update
1076
1078
  ```
1077
1079
 
1078
- _See code: [dist/commands/sipnet/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/numbers/update.js)_
1080
+ _See code: [dist/commands/sipnet/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/numbers/update.js)_
1079
1081
 
1080
1082
  ## `fonoster sipnet:trunks:create`
1081
1083
 
@@ -1095,7 +1097,7 @@ EXAMPLES
1095
1097
  $ fonoster sipnet:trunks:create
1096
1098
  ```
1097
1099
 
1098
- _See code: [dist/commands/sipnet/trunks/create.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/trunks/create.js)_
1100
+ _See code: [dist/commands/sipnet/trunks/create.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/trunks/create.js)_
1099
1101
 
1100
1102
  ## `fonoster sipnet:trunks:delete REF`
1101
1103
 
@@ -1118,7 +1120,7 @@ EXAMPLES
1118
1120
  $ fonoster sipnet:trunks:delete
1119
1121
  ```
1120
1122
 
1121
- _See code: [dist/commands/sipnet/trunks/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/trunks/delete.js)_
1123
+ _See code: [dist/commands/sipnet/trunks/delete.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/trunks/delete.js)_
1122
1124
 
1123
1125
  ## `fonoster sipnet:trunks:get REF`
1124
1126
 
@@ -1141,7 +1143,7 @@ EXAMPLES
1141
1143
  $ fonoster sipnet:trunks:get
1142
1144
  ```
1143
1145
 
1144
- _See code: [dist/commands/sipnet/trunks/get.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/trunks/get.js)_
1146
+ _See code: [dist/commands/sipnet/trunks/get.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/trunks/get.js)_
1145
1147
 
1146
1148
  ## `fonoster sipnet:trunks:list`
1147
1149
 
@@ -1162,7 +1164,7 @@ EXAMPLES
1162
1164
  $ fonoster sipnet:trunks:list
1163
1165
  ```
1164
1166
 
1165
- _See code: [dist/commands/sipnet/trunks/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/trunks/list.js)_
1167
+ _See code: [dist/commands/sipnet/trunks/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/trunks/list.js)_
1166
1168
 
1167
1169
  ## `fonoster sipnet:trunks:update [REF]`
1168
1170
 
@@ -1185,7 +1187,7 @@ EXAMPLES
1185
1187
  $ fonoster sipnet:trunks:update
1186
1188
  ```
1187
1189
 
1188
- _See code: [dist/commands/sipnet/trunks/update.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/sipnet/trunks/update.js)_
1190
+ _See code: [dist/commands/sipnet/trunks/update.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/sipnet/trunks/update.js)_
1189
1191
 
1190
1192
  ## `fonoster workspaces:active`
1191
1193
 
@@ -1202,7 +1204,7 @@ EXAMPLES
1202
1204
  $ fonoster workspaces:active
1203
1205
  ```
1204
1206
 
1205
- _See code: [dist/commands/workspaces/active.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/workspaces/active.js)_
1207
+ _See code: [dist/commands/workspaces/active.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/workspaces/active.js)_
1206
1208
 
1207
1209
  ## `fonoster workspaces:list`
1208
1210
 
@@ -1219,7 +1221,7 @@ EXAMPLES
1219
1221
  $ fonoster workspaces:list
1220
1222
  ```
1221
1223
 
1222
- _See code: [dist/commands/workspaces/list.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/workspaces/list.js)_
1224
+ _See code: [dist/commands/workspaces/list.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/workspaces/list.js)_
1223
1225
 
1224
1226
  ## `fonoster workspaces:login`
1225
1227
 
@@ -1239,7 +1241,7 @@ EXAMPLES
1239
1241
  $ fonoster workspaces:login
1240
1242
  ```
1241
1243
 
1242
- _See code: [dist/commands/workspaces/login.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/workspaces/login.js)_
1244
+ _See code: [dist/commands/workspaces/login.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/workspaces/login.js)_
1243
1245
 
1244
1246
  ## `fonoster workspaces:logout REF`
1245
1247
 
@@ -1259,7 +1261,7 @@ EXAMPLES
1259
1261
  $ fonoster workspaces:logout
1260
1262
  ```
1261
1263
 
1262
- _See code: [dist/commands/workspaces/logout.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/workspaces/logout.js)_
1264
+ _See code: [dist/commands/workspaces/logout.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/workspaces/logout.js)_
1263
1265
 
1264
1266
  ## `fonoster workspaces:use REF`
1265
1267
 
@@ -1279,5 +1281,5 @@ EXAMPLES
1279
1281
  $ fonoster workspaces:use
1280
1282
  ```
1281
1283
 
1282
- _See code: [dist/commands/workspaces/use.js](https://github.com/fonoster/fonoster/blob/v0.8.0/dist/commands/workspaces/use.js)_
1284
+ _See code: [dist/commands/workspaces/use.js](https://github.com/fonoster/fonoster/blob/v0.8.2/dist/commands/workspaces/use.js)_
1283
1285
  <!-- commandsstop -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/ctl",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
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": "9d8a6fc044fe23f4f75356c142d1ca412db5af15",
35
+ "gitHead": "7ddd941cefb25f4885d93f2dcaa04ccd78f49ec6",
36
36
  "bin": {
37
37
  "fonoster": "./bin/run.js"
38
38
  },