@fonoster/ctl 0.3.22 → 0.4.1

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
@@ -21,7 +21,7 @@ $ npm install -g @fonoster/ctl
21
21
  $ fonoster COMMAND
22
22
  running command...
23
23
  $ fonoster (-v|--version|version)
24
- @fonoster/ctl/0.3.22 darwin-x64 node-v16.18.1
24
+ @fonoster/ctl/0.4.0 darwin-x64 node-v16.18.1
25
25
  $ fonoster --help [COMMAND]
26
26
  USAGE
27
27
  $ fonoster COMMAND
@@ -37,10 +37,6 @@ USAGE
37
37
  * [`fonoster agents:get [REF]`](#fonoster-agentsget-ref)
38
38
  * [`fonoster agents:list`](#fonoster-agentslist)
39
39
  * [`fonoster agents:update [REF]`](#fonoster-agentsupdate-ref)
40
- * [`fonoster apps:create`](#fonoster-appscreate)
41
- * [`fonoster apps:delete [REF]`](#fonoster-appsdelete-ref)
42
- * [`fonoster apps:list`](#fonoster-appslist)
43
- * [`fonoster apps:update [REF]`](#fonoster-appsupdate-ref)
44
40
  * [`fonoster auth:login`](#fonoster-authlogin)
45
41
  * [`fonoster auth:logout`](#fonoster-authlogout)
46
42
  * [`fonoster bug`](#fonoster-bug)
@@ -73,9 +69,6 @@ USAGE
73
69
  * [`fonoster providers:get [REF]`](#fonoster-providersget-ref)
74
70
  * [`fonoster providers:list`](#fonoster-providerslist)
75
71
  * [`fonoster providers:update [REF]`](#fonoster-providersupdate-ref)
76
- * [`fonoster secrets:create [NAME]`](#fonoster-secretscreate-name)
77
- * [`fonoster secrets:delete [NAME]`](#fonoster-secretsdelete-name)
78
- * [`fonoster secrets:list`](#fonoster-secretslist)
79
72
 
80
73
  ## `fonoster agents:create`
81
74
 
@@ -90,7 +83,7 @@ DESCRIPTION
90
83
  Create a new Fonoster Agent
91
84
  ```
92
85
 
93
- _See code: [dist/commands/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/agents/create.js)_
86
+ _See code: [dist/commands/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/agents/create.js)_
94
87
 
95
88
  ## `fonoster agents:delete [REF]`
96
89
 
@@ -105,7 +98,7 @@ ALIASES
105
98
  $ fonoster agents:rm
106
99
  ```
107
100
 
108
- _See code: [dist/commands/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/agents/delete.js)_
101
+ _See code: [dist/commands/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/agents/delete.js)_
109
102
 
110
103
  ## `fonoster agents:get [REF]`
111
104
 
@@ -116,7 +109,7 @@ USAGE
116
109
  $ fonoster agents:get [REF]
117
110
  ```
118
111
 
119
- _See code: [dist/commands/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/agents/get.js)_
112
+ _See code: [dist/commands/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/agents/get.js)_
120
113
 
121
114
  ## `fonoster agents:list`
122
115
 
@@ -137,7 +130,7 @@ ALIASES
137
130
  $ fonoster agents:ls
138
131
  ```
139
132
 
140
- _See code: [dist/commands/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/agents/list.js)_
133
+ _See code: [dist/commands/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/agents/list.js)_
141
134
 
142
135
  ## `fonoster agents:update [REF]`
143
136
 
@@ -152,73 +145,7 @@ DESCRIPTION
152
145
  Update a Fonoster Agent
153
146
  ```
154
147
 
155
- _See code: [dist/commands/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/agents/update.js)_
156
-
157
- ## `fonoster apps:create`
158
-
159
- create a new Fonoster App
160
-
161
- ```
162
- USAGE
163
- $ fonoster apps:create
164
-
165
- DESCRIPTION
166
- ...
167
- Create a new Fonoster App
168
- ```
169
-
170
- _See code: [dist/commands/apps/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/apps/create.js)_
171
-
172
- ## `fonoster apps:delete [REF]`
173
-
174
- delete a Fonoster Application
175
-
176
- ```
177
- USAGE
178
- $ fonoster apps:delete [REF]
179
-
180
- ALIASES
181
- $ fonoster apps:del
182
- $ fonoster apps:rm
183
- ```
184
-
185
- _See code: [dist/commands/apps/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/apps/delete.js)_
186
-
187
- ## `fonoster apps:list`
188
-
189
- list all Fonoster Apps you have access to
190
-
191
- ```
192
- USAGE
193
- $ fonoster apps:list
194
-
195
- OPTIONS
196
- -s, --size=size [default: 25] number of result per page
197
-
198
- DESCRIPTION
199
- ...
200
- List all Fonoster Apps you have access to
201
-
202
- ALIASES
203
- $ fonoster apps:ls
204
- ```
205
-
206
- _See code: [dist/commands/apps/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/apps/list.js)_
207
-
208
- ## `fonoster apps:update [REF]`
209
-
210
- update a new Fonoster App
211
-
212
- ```
213
- USAGE
214
- $ fonoster apps:update [REF]
215
-
216
- DESCRIPTION
217
- ...
218
- Update a new Fonoster App
219
- ```
220
-
221
- _See code: [dist/commands/apps/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/apps/update.js)_
148
+ _See code: [dist/commands/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/agents/update.js)_
222
149
 
223
150
  ## `fonoster auth:login`
224
151
 
@@ -229,7 +156,7 @@ USAGE
229
156
  $ fonoster auth:login
230
157
  ```
231
158
 
232
- _See code: [dist/commands/auth/login.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/auth/login.js)_
159
+ _See code: [dist/commands/auth/login.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/auth/login.js)_
233
160
 
234
161
  ## `fonoster auth:logout`
235
162
 
@@ -240,7 +167,7 @@ USAGE
240
167
  $ fonoster auth:logout
241
168
  ```
242
169
 
243
- _See code: [dist/commands/auth/logout.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/auth/logout.js)_
170
+ _See code: [dist/commands/auth/logout.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/auth/logout.js)_
244
171
 
245
172
  ## `fonoster bug`
246
173
 
@@ -255,7 +182,7 @@ DESCRIPTION
255
182
  Opens github issues with a predefine bug template
256
183
  ```
257
184
 
258
- _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/bug.js)_
185
+ _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/bug.js)_
259
186
 
260
187
  ## `fonoster domains:create`
261
188
 
@@ -270,7 +197,7 @@ DESCRIPTION
270
197
  Create a new Fonoster Domain
271
198
  ```
272
199
 
273
- _See code: [dist/commands/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/domains/create.js)_
200
+ _See code: [dist/commands/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/domains/create.js)_
274
201
 
275
202
  ## `fonoster domains:delete [REF]`
276
203
 
@@ -285,7 +212,7 @@ ALIASES
285
212
  $ fonoster domains:rm
286
213
  ```
287
214
 
288
- _See code: [dist/commands/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/domains/delete.js)_
215
+ _See code: [dist/commands/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/domains/delete.js)_
289
216
 
290
217
  ## `fonoster domains:get [REF]`
291
218
 
@@ -296,7 +223,7 @@ USAGE
296
223
  $ fonoster domains:get [REF]
297
224
  ```
298
225
 
299
- _See code: [dist/commands/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/domains/get.js)_
226
+ _See code: [dist/commands/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/domains/get.js)_
300
227
 
301
228
  ## `fonoster domains:list`
302
229
 
@@ -317,7 +244,7 @@ ALIASES
317
244
  $ fonoster domains:ls
318
245
  ```
319
246
 
320
- _See code: [dist/commands/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/domains/list.js)_
247
+ _See code: [dist/commands/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/domains/list.js)_
321
248
 
322
249
  ## `fonoster domains:update [REF]`
323
250
 
@@ -332,7 +259,7 @@ DESCRIPTION
332
259
  Update a Fonoster Domain
333
260
  ```
334
261
 
335
- _See code: [dist/commands/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/domains/update.js)_
262
+ _See code: [dist/commands/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/domains/update.js)_
336
263
 
337
264
  ## `fonoster feedback`
338
265
 
@@ -347,7 +274,7 @@ DESCRIPTION
347
274
  Help us improve by providing some feedback
348
275
  ```
349
276
 
350
- _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/feedback.js)_
277
+ _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/feedback.js)_
351
278
 
352
279
  ## `fonoster help [COMMAND]`
353
280
 
@@ -379,7 +306,7 @@ DESCRIPTION
379
306
  Create a new Fonoster Number
380
307
  ```
381
308
 
382
- _See code: [dist/commands/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/create.js)_
309
+ _See code: [dist/commands/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/numbers/create.js)_
383
310
 
384
311
  ## `fonoster numbers:delete [REF]`
385
312
 
@@ -394,7 +321,7 @@ ALIASES
394
321
  $ fonoster numbers:rm
395
322
  ```
396
323
 
397
- _See code: [dist/commands/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/delete.js)_
324
+ _See code: [dist/commands/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/numbers/delete.js)_
398
325
 
399
326
  ## `fonoster numbers:get [REF]`
400
327
 
@@ -405,7 +332,7 @@ USAGE
405
332
  $ fonoster numbers:get [REF]
406
333
  ```
407
334
 
408
- _See code: [dist/commands/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/get.js)_
335
+ _See code: [dist/commands/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/numbers/get.js)_
409
336
 
410
337
  ## `fonoster numbers:list`
411
338
 
@@ -426,7 +353,7 @@ ALIASES
426
353
  $ fonoster numbers:ls
427
354
  ```
428
355
 
429
- _See code: [dist/commands/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/list.js)_
356
+ _See code: [dist/commands/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/numbers/list.js)_
430
357
 
431
358
  ## `fonoster numbers:update [REF]`
432
359
 
@@ -441,7 +368,7 @@ DESCRIPTION
441
368
  Update a Fonoster Number
442
369
  ```
443
370
 
444
- _See code: [dist/commands/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/update.js)_
371
+ _See code: [dist/commands/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/numbers/update.js)_
445
372
 
446
373
  ## `fonoster plugins`
447
374
 
@@ -458,7 +385,7 @@ EXAMPLE
458
385
  $ fonoster plugins
459
386
  ```
460
387
 
461
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/index.ts)_
388
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/index.ts)_
462
389
 
463
390
  ## `fonoster plugins:inspect PLUGIN...`
464
391
 
@@ -479,7 +406,7 @@ EXAMPLE
479
406
  $ fonoster plugins:inspect myplugin
480
407
  ```
481
408
 
482
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/inspect.ts)_
409
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/inspect.ts)_
483
410
 
484
411
  ## `fonoster plugins:install PLUGIN...`
485
412
 
@@ -515,7 +442,7 @@ EXAMPLES
515
442
  $ fonoster plugins:install someuser/someplugin
516
443
  ```
517
444
 
518
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/install.ts)_
445
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/install.ts)_
519
446
 
520
447
  ## `fonoster plugins:link PLUGIN`
521
448
 
@@ -542,7 +469,7 @@ EXAMPLE
542
469
  $ fonoster plugins:link myplugin
543
470
  ```
544
471
 
545
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/link.ts)_
472
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/link.ts)_
546
473
 
547
474
  ## `fonoster plugins:uninstall PLUGIN...`
548
475
 
@@ -564,7 +491,7 @@ ALIASES
564
491
  $ fonoster plugins:remove
565
492
  ```
566
493
 
567
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/uninstall.ts)_
494
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/uninstall.ts)_
568
495
 
569
496
  ## `fonoster plugins:update`
570
497
 
@@ -579,7 +506,7 @@ OPTIONS
579
506
  -v, --verbose
580
507
  ```
581
508
 
582
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/update.ts)_
509
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/update.ts)_
583
510
 
584
511
  ## `fonoster projects:create`
585
512
 
@@ -594,7 +521,7 @@ DESCRIPTION
594
521
  Create a new Fonoster Project
595
522
  ```
596
523
 
597
- _See code: [dist/commands/projects/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/create.js)_
524
+ _See code: [dist/commands/projects/create.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/projects/create.js)_
598
525
 
599
526
  ## `fonoster projects:delete [REF]`
600
527
 
@@ -609,7 +536,7 @@ ALIASES
609
536
  $ fonoster projects:rm
610
537
  ```
611
538
 
612
- _See code: [dist/commands/projects/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/delete.js)_
539
+ _See code: [dist/commands/projects/delete.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/projects/delete.js)_
613
540
 
614
541
  ## `fonoster projects:get [REF]`
615
542
 
@@ -620,7 +547,7 @@ USAGE
620
547
  $ fonoster projects:get [REF]
621
548
  ```
622
549
 
623
- _See code: [dist/commands/projects/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/get.js)_
550
+ _See code: [dist/commands/projects/get.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/projects/get.js)_
624
551
 
625
552
  ## `fonoster projects:list`
626
553
 
@@ -638,7 +565,7 @@ ALIASES
638
565
  $ fonoster projects:ls
639
566
  ```
640
567
 
641
- _See code: [dist/commands/projects/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/list.js)_
568
+ _See code: [dist/commands/projects/list.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/projects/list.js)_
642
569
 
643
570
  ## `fonoster projects:renew [REF]`
644
571
 
@@ -653,7 +580,7 @@ DESCRIPTION
653
580
  Renew the credentials of a Fonoster Project
654
581
  ```
655
582
 
656
- _See code: [dist/commands/projects/renew.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/renew.js)_
583
+ _See code: [dist/commands/projects/renew.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/projects/renew.js)_
657
584
 
658
585
  ## `fonoster projects:use [REF]`
659
586
 
@@ -668,7 +595,7 @@ DESCRIPTION
668
595
  Set a default Fonoster Project
669
596
  ```
670
597
 
671
- _See code: [dist/commands/projects/use.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/use.js)_
598
+ _See code: [dist/commands/projects/use.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/projects/use.js)_
672
599
 
673
600
  ## `fonoster providers:create`
674
601
 
@@ -683,7 +610,7 @@ DESCRIPTION
683
610
  Create a new Fonoster Provider
684
611
  ```
685
612
 
686
- _See code: [dist/commands/providers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/providers/create.js)_
613
+ _See code: [dist/commands/providers/create.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/providers/create.js)_
687
614
 
688
615
  ## `fonoster providers:delete [REF]`
689
616
 
@@ -698,7 +625,7 @@ ALIASES
698
625
  $ fonoster providers:rm
699
626
  ```
700
627
 
701
- _See code: [dist/commands/providers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/providers/delete.js)_
628
+ _See code: [dist/commands/providers/delete.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/providers/delete.js)_
702
629
 
703
630
  ## `fonoster providers:get [REF]`
704
631
 
@@ -709,7 +636,7 @@ USAGE
709
636
  $ fonoster providers:get [REF]
710
637
  ```
711
638
 
712
- _See code: [dist/commands/providers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/providers/get.js)_
639
+ _See code: [dist/commands/providers/get.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/providers/get.js)_
713
640
 
714
641
  ## `fonoster providers:list`
715
642
 
@@ -730,7 +657,7 @@ ALIASES
730
657
  $ fonoster providers:ls
731
658
  ```
732
659
 
733
- _See code: [dist/commands/providers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/providers/list.js)_
660
+ _See code: [dist/commands/providers/list.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/providers/list.js)_
734
661
 
735
662
  ## `fonoster providers:update [REF]`
736
663
 
@@ -745,53 +672,5 @@ DESCRIPTION
745
672
  Update a Fonoster Provider
746
673
  ```
747
674
 
748
- _See code: [dist/commands/providers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/providers/update.js)_
749
-
750
- ## `fonoster secrets:create [NAME]`
751
-
752
- create a Fonoster secret.
753
-
754
- ```
755
- USAGE
756
- $ fonoster secrets:create [NAME]
757
-
758
- OPTIONS
759
- -h, --help show CLI help
760
- -l, --from-literal=from-literal pass from literal
761
- -s, --from-stdin pass from stdin
762
- ```
763
-
764
- _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/secrets/create.js)_
765
-
766
- ## `fonoster secrets:delete [NAME]`
767
-
768
- remove Fonoster secret
769
-
770
- ```
771
- USAGE
772
- $ fonoster secrets:delete [NAME]
773
-
774
- ALIASES
775
- $ fonoster secrets:del
776
- $ fonoster secrets:rm
777
- ```
778
-
779
- _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/secrets/delete.js)_
780
-
781
- ## `fonoster secrets:list`
782
-
783
- list of the secrets you have access to
784
-
785
- ```
786
- USAGE
787
- $ fonoster secrets:list
788
-
789
- OPTIONS
790
- -s, --size=size [default: 25] secrets of result per page
791
-
792
- ALIASES
793
- $ fonoster secrets:ls
794
- ```
795
-
796
- _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/secrets/list.js)_
675
+ _See code: [dist/commands/providers/update.js](https://github.com/fonoster/fonoster/blob/v0.4.0/dist/commands/providers/update.js)_
797
676
  <!-- commandsstop -->
@@ -105,8 +105,8 @@ class default_1 extends command_1.Command {
105
105
  }
106
106
  }
107
107
  }
108
- exports.default = default_1;
109
108
  default_1.description = `create a new Fonoster Agent
110
109
  ...
111
110
  Create a new Fonoster Agent
112
111
  `;
112
+ exports.default = default_1;
@@ -33,7 +33,7 @@ class default_1 extends delete_1.default {
33
33
  await super.deleteResource(new Agents((0, config_1.getProjectConfig)()), "deleteAgent");
34
34
  }
35
35
  }
36
- exports.default = default_1;
37
36
  default_1.description = "delete a Fonoster Agent";
38
37
  default_1.args = [{ name: "ref" }];
39
38
  default_1.aliases = ["agents:del", "agents:rm"];
39
+ exports.default = default_1;
@@ -55,6 +55,6 @@ class GetCommand extends command_1.Command {
55
55
  }
56
56
  }
57
57
  }
58
- exports.default = GetCommand;
59
58
  GetCommand.description = "get a Fonoster Agent";
60
59
  GetCommand.args = [{ name: "ref" }];
60
+ exports.default = GetCommand;
@@ -77,7 +77,6 @@ class ListCommand extends command_1.Command {
77
77
  }
78
78
  }
79
79
  }
80
- exports.default = ListCommand;
81
80
  ListCommand.description = `list all Fonoster Agents you have access to
82
81
  ...
83
82
  List all Fonoster Agents you have access to
@@ -90,3 +89,4 @@ ListCommand.flags = {
90
89
  })
91
90
  };
92
91
  ListCommand.aliases = ["agents:ls"];
92
+ exports.default = ListCommand;
@@ -82,9 +82,9 @@ class UpdateCommand extends command_1.Command {
82
82
  }
83
83
  }
84
84
  }
85
- exports.default = UpdateCommand;
86
85
  UpdateCommand.args = [{ name: "ref" }];
87
86
  UpdateCommand.description = `update a Fonoster Agent
88
87
  ...
89
88
  Update a Fonoster Agent
90
89
  `;
90
+ exports.default = UpdateCommand;
@@ -80,5 +80,5 @@ class default_1 extends command_1.Command {
80
80
  }
81
81
  }
82
82
  }
83
- exports.default = default_1;
84
83
  default_1.description = "log in to a Fonoster deployment";
84
+ exports.default = default_1;
@@ -42,5 +42,5 @@ class default_1 extends command_1.Command {
42
42
  core_1.CliUx.ux.action.stop("Done");
43
43
  }
44
44
  }
45
- exports.default = default_1;
46
45
  default_1.description = "log out from a fonoster deployment";
46
+ exports.default = default_1;
@@ -26,8 +26,8 @@ class default_1 extends command_1.Command {
26
26
  await core_1.CliUx.ux.open("https://github.com/fonoster/fonoster/issues/new?assignees=&labels=&template=bug_report.md&title=");
27
27
  }
28
28
  }
29
- exports.default = default_1;
30
29
  default_1.description = `start a bug report 🐞
31
30
  ...
32
31
  Opens github issues with a predefine bug template
33
32
  `;
33
+ exports.default = default_1;
@@ -123,8 +123,8 @@ class CreateCommand extends command_1.Command {
123
123
  }
124
124
  }
125
125
  }
126
- exports.default = CreateCommand;
127
126
  CreateCommand.description = `create a new Fonoster Domain
128
127
  ...
129
128
  Create a new Fonoster Domain
130
129
  `;
130
+ exports.default = CreateCommand;
@@ -43,7 +43,7 @@ class DeleteCommand extends delete_1.default {
43
43
  }
44
44
  }
45
45
  }
46
- exports.default = DeleteCommand;
47
46
  DeleteCommand.description = "delete a Fonoster Domain";
48
47
  DeleteCommand.args = [{ name: "ref" }];
49
48
  DeleteCommand.aliases = ["domains:del", "domains:rm"];
49
+ exports.default = DeleteCommand;
@@ -58,6 +58,6 @@ class GetCommand extends command_1.Command {
58
58
  }
59
59
  }
60
60
  }
61
- exports.default = GetCommand;
62
61
  GetCommand.description = "get a Fonoster Domain";
63
62
  GetCommand.args = [{ name: "ref" }];
63
+ exports.default = GetCommand;
@@ -80,7 +80,6 @@ class ListCommand extends command_1.Command {
80
80
  }
81
81
  }
82
82
  }
83
- exports.default = ListCommand;
84
83
  ListCommand.description = `list all Fonoster Domains you have access to
85
84
  ...
86
85
  List all Fonoster Domains you have access to
@@ -93,3 +92,4 @@ ListCommand.flags = {
93
92
  })
94
93
  };
95
94
  ListCommand.aliases = ["domains:ls"];
95
+ exports.default = ListCommand;
@@ -116,9 +116,9 @@ class UpdateCommand extends command_1.Command {
116
116
  }
117
117
  }
118
118
  }
119
- exports.default = UpdateCommand;
120
119
  UpdateCommand.args = [{ name: "ref" }];
121
120
  UpdateCommand.description = `update a Fonoster Domain
122
121
  ...
123
122
  Update a Fonoster Domain
124
123
  `;
124
+ exports.default = UpdateCommand;
@@ -26,8 +26,8 @@ class default_1 extends command_1.Command {
26
26
  await core_1.CliUx.ux.open("https://docs.google.com/forms/d/e/1FAIpQLSd1G2ahRYqkbksOvz7XhNHfSLepUh3KzRHsXh2HXfZr68nhtQ/viewform?vc=0&c=0&w=1&flr=0");
27
27
  }
28
28
  }
29
- exports.default = default_1;
30
29
  default_1.description = `let us know how we're doing
31
30
  ...
32
31
  Help us improve by providing some feedback
33
32
  `;
33
+ exports.default = default_1;
@@ -110,8 +110,8 @@ class CreateCommand extends command_1.Command {
110
110
  }
111
111
  }
112
112
  }
113
- exports.default = CreateCommand;
114
113
  CreateCommand.description = `create a new Fonoster Number
115
114
  ...
116
115
  Create a new Fonoster Number
117
116
  `;
117
+ exports.default = CreateCommand;
@@ -43,7 +43,7 @@ class DeleteCommand extends delete_1.default {
43
43
  }
44
44
  }
45
45
  }
46
- exports.default = DeleteCommand;
47
46
  DeleteCommand.description = "delete a Fonoster Number";
48
47
  DeleteCommand.args = [{ name: "ref" }];
49
48
  DeleteCommand.aliases = ["numbers:del", "numbers:rm"];
49
+ exports.default = DeleteCommand;
@@ -54,6 +54,6 @@ class GetCommand extends command_1.Command {
54
54
  }
55
55
  }
56
56
  }
57
- exports.default = GetCommand;
58
57
  GetCommand.description = "get a Fonoster Number";
59
58
  GetCommand.args = [{ name: "ref" }];
59
+ exports.default = GetCommand;
@@ -85,7 +85,6 @@ class ListCommand extends command_1.Command {
85
85
  }
86
86
  }
87
87
  }
88
- exports.default = ListCommand;
89
88
  ListCommand.description = `list all Fonoster Numbers you have access to
90
89
  ...
91
90
  List all Fonoster Numbers you have access to
@@ -98,3 +97,4 @@ ListCommand.flags = {
98
97
  })
99
98
  };
100
99
  ListCommand.aliases = ["numbers:ls"];
100
+ exports.default = ListCommand;
@@ -68,8 +68,8 @@ class default_1 extends command_1.Command {
68
68
  }
69
69
  }
70
70
  }
71
- exports.default = default_1;
72
71
  default_1.description = `create a new Fonoster Project
73
72
  ...
74
73
  Create a new Fonoster Project
75
74
  `;
75
+ exports.default = default_1;
@@ -32,7 +32,7 @@ class default_1 extends delete_1.default {
32
32
  }
33
33
  }
34
34
  }
35
- exports.default = default_1;
36
35
  default_1.description = "delete a Fonoster Project";
37
36
  default_1.args = [{ name: "ref" }];
38
37
  default_1.aliases = ["projects:del", "projects:rm"];
38
+ exports.default = default_1;