@fonoster/ctl 0.3.17-alpha.2 → 0.3.17-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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.17-alpha.2 darwin-x64 node-v16.16.0
24
+ @fonoster/ctl/0.3.17-alpha.3 darwin-x64 node-v16.16.0
25
25
  $ fonoster --help [COMMAND]
26
26
  USAGE
27
27
  $ fonoster COMMAND
@@ -90,7 +90,7 @@ DESCRIPTION
90
90
  Create a new Fonoster Agent
91
91
  ```
92
92
 
93
- _See code: [dist/commands/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/agents/create.js)_
93
+ _See code: [dist/commands/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/agents/create.js)_
94
94
 
95
95
  ## `fonoster agents:delete [REF]`
96
96
 
@@ -105,7 +105,7 @@ ALIASES
105
105
  $ fonoster agents:rm
106
106
  ```
107
107
 
108
- _See code: [dist/commands/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/agents/delete.js)_
108
+ _See code: [dist/commands/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/agents/delete.js)_
109
109
 
110
110
  ## `fonoster agents:get [REF]`
111
111
 
@@ -116,7 +116,7 @@ USAGE
116
116
  $ fonoster agents:get [REF]
117
117
  ```
118
118
 
119
- _See code: [dist/commands/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/agents/get.js)_
119
+ _See code: [dist/commands/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/agents/get.js)_
120
120
 
121
121
  ## `fonoster agents:list`
122
122
 
@@ -137,7 +137,7 @@ ALIASES
137
137
  $ fonoster agents:ls
138
138
  ```
139
139
 
140
- _See code: [dist/commands/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/agents/list.js)_
140
+ _See code: [dist/commands/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/agents/list.js)_
141
141
 
142
142
  ## `fonoster agents:update [REF]`
143
143
 
@@ -152,7 +152,7 @@ DESCRIPTION
152
152
  Update a Fonoster Agent
153
153
  ```
154
154
 
155
- _See code: [dist/commands/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/agents/update.js)_
155
+ _See code: [dist/commands/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/agents/update.js)_
156
156
 
157
157
  ## `fonoster apps:create`
158
158
 
@@ -167,7 +167,7 @@ DESCRIPTION
167
167
  Create a new Fonoster App
168
168
  ```
169
169
 
170
- _See code: [dist/commands/apps/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/apps/create.js)_
170
+ _See code: [dist/commands/apps/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/apps/create.js)_
171
171
 
172
172
  ## `fonoster apps:delete [REF]`
173
173
 
@@ -182,7 +182,7 @@ ALIASES
182
182
  $ fonoster apps:rm
183
183
  ```
184
184
 
185
- _See code: [dist/commands/apps/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/apps/delete.js)_
185
+ _See code: [dist/commands/apps/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/apps/delete.js)_
186
186
 
187
187
  ## `fonoster apps:list`
188
188
 
@@ -203,7 +203,7 @@ ALIASES
203
203
  $ fonoster apps:ls
204
204
  ```
205
205
 
206
- _See code: [dist/commands/apps/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/apps/list.js)_
206
+ _See code: [dist/commands/apps/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/apps/list.js)_
207
207
 
208
208
  ## `fonoster apps:update [REF]`
209
209
 
@@ -218,7 +218,7 @@ DESCRIPTION
218
218
  Update a new Fonoster App
219
219
  ```
220
220
 
221
- _See code: [dist/commands/apps/update.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/apps/update.js)_
221
+ _See code: [dist/commands/apps/update.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/apps/update.js)_
222
222
 
223
223
  ## `fonoster auth:login`
224
224
 
@@ -229,7 +229,7 @@ USAGE
229
229
  $ fonoster auth:login
230
230
  ```
231
231
 
232
- _See code: [dist/commands/auth/login.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/auth/login.js)_
232
+ _See code: [dist/commands/auth/login.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/auth/login.js)_
233
233
 
234
234
  ## `fonoster auth:logout`
235
235
 
@@ -240,7 +240,7 @@ USAGE
240
240
  $ fonoster auth:logout
241
241
  ```
242
242
 
243
- _See code: [dist/commands/auth/logout.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/auth/logout.js)_
243
+ _See code: [dist/commands/auth/logout.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/auth/logout.js)_
244
244
 
245
245
  ## `fonoster bug`
246
246
 
@@ -255,7 +255,7 @@ DESCRIPTION
255
255
  Opens github issues with a predefine bug template
256
256
  ```
257
257
 
258
- _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/bug.js)_
258
+ _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/bug.js)_
259
259
 
260
260
  ## `fonoster domains:create`
261
261
 
@@ -270,7 +270,7 @@ DESCRIPTION
270
270
  Create a new Fonoster Domain
271
271
  ```
272
272
 
273
- _See code: [dist/commands/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/domains/create.js)_
273
+ _See code: [dist/commands/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/domains/create.js)_
274
274
 
275
275
  ## `fonoster domains:delete [REF]`
276
276
 
@@ -285,7 +285,7 @@ ALIASES
285
285
  $ fonoster domains:rm
286
286
  ```
287
287
 
288
- _See code: [dist/commands/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/domains/delete.js)_
288
+ _See code: [dist/commands/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/domains/delete.js)_
289
289
 
290
290
  ## `fonoster domains:get [REF]`
291
291
 
@@ -296,7 +296,7 @@ USAGE
296
296
  $ fonoster domains:get [REF]
297
297
  ```
298
298
 
299
- _See code: [dist/commands/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/domains/get.js)_
299
+ _See code: [dist/commands/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/domains/get.js)_
300
300
 
301
301
  ## `fonoster domains:list`
302
302
 
@@ -317,7 +317,7 @@ ALIASES
317
317
  $ fonoster domains:ls
318
318
  ```
319
319
 
320
- _See code: [dist/commands/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/domains/list.js)_
320
+ _See code: [dist/commands/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/domains/list.js)_
321
321
 
322
322
  ## `fonoster domains:update [REF]`
323
323
 
@@ -332,7 +332,7 @@ DESCRIPTION
332
332
  Update a Fonoster Domain
333
333
  ```
334
334
 
335
- _See code: [dist/commands/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/domains/update.js)_
335
+ _See code: [dist/commands/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/domains/update.js)_
336
336
 
337
337
  ## `fonoster feedback`
338
338
 
@@ -347,7 +347,7 @@ DESCRIPTION
347
347
  Help us improve by providing some feedback
348
348
  ```
349
349
 
350
- _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/feedback.js)_
350
+ _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/feedback.js)_
351
351
 
352
352
  ## `fonoster help [COMMAND]`
353
353
 
@@ -379,7 +379,7 @@ DESCRIPTION
379
379
  Create a new Fonoster Number
380
380
  ```
381
381
 
382
- _See code: [dist/commands/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/numbers/create.js)_
382
+ _See code: [dist/commands/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/numbers/create.js)_
383
383
 
384
384
  ## `fonoster numbers:delete [REF]`
385
385
 
@@ -394,7 +394,7 @@ ALIASES
394
394
  $ fonoster numbers:rm
395
395
  ```
396
396
 
397
- _See code: [dist/commands/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/numbers/delete.js)_
397
+ _See code: [dist/commands/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/numbers/delete.js)_
398
398
 
399
399
  ## `fonoster numbers:get [REF]`
400
400
 
@@ -405,7 +405,7 @@ USAGE
405
405
  $ fonoster numbers:get [REF]
406
406
  ```
407
407
 
408
- _See code: [dist/commands/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/numbers/get.js)_
408
+ _See code: [dist/commands/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/numbers/get.js)_
409
409
 
410
410
  ## `fonoster numbers:list`
411
411
 
@@ -426,7 +426,7 @@ ALIASES
426
426
  $ fonoster numbers:ls
427
427
  ```
428
428
 
429
- _See code: [dist/commands/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/numbers/list.js)_
429
+ _See code: [dist/commands/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/numbers/list.js)_
430
430
 
431
431
  ## `fonoster numbers:update [REF]`
432
432
 
@@ -441,7 +441,7 @@ DESCRIPTION
441
441
  Update a Fonoster Number
442
442
  ```
443
443
 
444
- _See code: [dist/commands/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/numbers/update.js)_
444
+ _See code: [dist/commands/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/numbers/update.js)_
445
445
 
446
446
  ## `fonoster plugins`
447
447
 
@@ -458,7 +458,7 @@ EXAMPLE
458
458
  $ fonoster plugins
459
459
  ```
460
460
 
461
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/index.ts)_
461
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.6/src/commands/plugins/index.ts)_
462
462
 
463
463
  ## `fonoster plugins:inspect PLUGIN...`
464
464
 
@@ -479,7 +479,7 @@ EXAMPLE
479
479
  $ fonoster plugins:inspect myplugin
480
480
  ```
481
481
 
482
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/inspect.ts)_
482
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.6/src/commands/plugins/inspect.ts)_
483
483
 
484
484
  ## `fonoster plugins:install PLUGIN...`
485
485
 
@@ -515,7 +515,7 @@ EXAMPLES
515
515
  $ fonoster plugins:install someuser/someplugin
516
516
  ```
517
517
 
518
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/install.ts)_
518
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.6/src/commands/plugins/install.ts)_
519
519
 
520
520
  ## `fonoster plugins:link PLUGIN`
521
521
 
@@ -542,7 +542,7 @@ EXAMPLE
542
542
  $ fonoster plugins:link myplugin
543
543
  ```
544
544
 
545
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/link.ts)_
545
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.6/src/commands/plugins/link.ts)_
546
546
 
547
547
  ## `fonoster plugins:uninstall PLUGIN...`
548
548
 
@@ -564,7 +564,7 @@ ALIASES
564
564
  $ fonoster plugins:remove
565
565
  ```
566
566
 
567
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/uninstall.ts)_
567
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.6/src/commands/plugins/uninstall.ts)_
568
568
 
569
569
  ## `fonoster plugins:update`
570
570
 
@@ -579,7 +579,7 @@ OPTIONS
579
579
  -v, --verbose
580
580
  ```
581
581
 
582
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.0/src/commands/plugins/update.ts)_
582
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.6/src/commands/plugins/update.ts)_
583
583
 
584
584
  ## `fonoster projects:create`
585
585
 
@@ -594,7 +594,7 @@ DESCRIPTION
594
594
  Create a new Fonoster Project
595
595
  ```
596
596
 
597
- _See code: [dist/commands/projects/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/projects/create.js)_
597
+ _See code: [dist/commands/projects/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/projects/create.js)_
598
598
 
599
599
  ## `fonoster projects:delete [REF]`
600
600
 
@@ -609,7 +609,7 @@ ALIASES
609
609
  $ fonoster projects:rm
610
610
  ```
611
611
 
612
- _See code: [dist/commands/projects/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/projects/delete.js)_
612
+ _See code: [dist/commands/projects/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/projects/delete.js)_
613
613
 
614
614
  ## `fonoster projects:get [REF]`
615
615
 
@@ -620,7 +620,7 @@ USAGE
620
620
  $ fonoster projects:get [REF]
621
621
  ```
622
622
 
623
- _See code: [dist/commands/projects/get.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/projects/get.js)_
623
+ _See code: [dist/commands/projects/get.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/projects/get.js)_
624
624
 
625
625
  ## `fonoster projects:list`
626
626
 
@@ -638,7 +638,7 @@ ALIASES
638
638
  $ fonoster projects:ls
639
639
  ```
640
640
 
641
- _See code: [dist/commands/projects/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/projects/list.js)_
641
+ _See code: [dist/commands/projects/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/projects/list.js)_
642
642
 
643
643
  ## `fonoster projects:renew [REF]`
644
644
 
@@ -653,7 +653,7 @@ DESCRIPTION
653
653
  Renew the credentials of a Fonoster Project
654
654
  ```
655
655
 
656
- _See code: [dist/commands/projects/renew.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/projects/renew.js)_
656
+ _See code: [dist/commands/projects/renew.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/projects/renew.js)_
657
657
 
658
658
  ## `fonoster projects:use [REF]`
659
659
 
@@ -668,7 +668,7 @@ DESCRIPTION
668
668
  Set a default Fonoster Project
669
669
  ```
670
670
 
671
- _See code: [dist/commands/projects/use.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/projects/use.js)_
671
+ _See code: [dist/commands/projects/use.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/projects/use.js)_
672
672
 
673
673
  ## `fonoster providers:create`
674
674
 
@@ -683,7 +683,7 @@ DESCRIPTION
683
683
  Create a new Fonoster Provider
684
684
  ```
685
685
 
686
- _See code: [dist/commands/providers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/providers/create.js)_
686
+ _See code: [dist/commands/providers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/providers/create.js)_
687
687
 
688
688
  ## `fonoster providers:delete [REF]`
689
689
 
@@ -698,7 +698,7 @@ ALIASES
698
698
  $ fonoster providers:rm
699
699
  ```
700
700
 
701
- _See code: [dist/commands/providers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/providers/delete.js)_
701
+ _See code: [dist/commands/providers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/providers/delete.js)_
702
702
 
703
703
  ## `fonoster providers:get [REF]`
704
704
 
@@ -709,7 +709,7 @@ USAGE
709
709
  $ fonoster providers:get [REF]
710
710
  ```
711
711
 
712
- _See code: [dist/commands/providers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/providers/get.js)_
712
+ _See code: [dist/commands/providers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/providers/get.js)_
713
713
 
714
714
  ## `fonoster providers:list`
715
715
 
@@ -730,7 +730,7 @@ ALIASES
730
730
  $ fonoster providers:ls
731
731
  ```
732
732
 
733
- _See code: [dist/commands/providers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/providers/list.js)_
733
+ _See code: [dist/commands/providers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/providers/list.js)_
734
734
 
735
735
  ## `fonoster providers:update [REF]`
736
736
 
@@ -745,7 +745,7 @@ DESCRIPTION
745
745
  Update a Fonoster Provider
746
746
  ```
747
747
 
748
- _See code: [dist/commands/providers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/providers/update.js)_
748
+ _See code: [dist/commands/providers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/providers/update.js)_
749
749
 
750
750
  ## `fonoster secrets:create [NAME]`
751
751
 
@@ -761,7 +761,7 @@ OPTIONS
761
761
  -s, --from-stdin pass from stdin
762
762
  ```
763
763
 
764
- _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/secrets/create.js)_
764
+ _See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/secrets/create.js)_
765
765
 
766
766
  ## `fonoster secrets:delete [NAME]`
767
767
 
@@ -776,7 +776,7 @@ ALIASES
776
776
  $ fonoster secrets:rm
777
777
  ```
778
778
 
779
- _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/secrets/delete.js)_
779
+ _See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/secrets/delete.js)_
780
780
 
781
781
  ## `fonoster secrets:list`
782
782
 
@@ -793,5 +793,5 @@ ALIASES
793
793
  $ fonoster secrets:ls
794
794
  ```
795
795
 
796
- _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.2/dist/commands/secrets/list.js)_
796
+ _See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.3.17-alpha.3/dist/commands/secrets/list.js)_
797
797
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"0.3.17-alpha.2","commands":{"bug":{"id":"bug","description":"start a bug report 🐞\n ...\n Opens github issues with a predefine bug template\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"feedback":{"id":"feedback","description":"let us know how we're doing\n ...\n Help us improve by providing some feedback\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"agents:create":{"id":"agents:create","description":"create a new Fonoster Agent\n ...\n Create a new Fonoster Agent\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"agents:delete":{"id":"agents:delete","description":"delete a Fonoster Agent","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["agents:del","agents:rm"],"flags":{},"args":[{"name":"ref"}]},"agents:get":{"id":"agents:get","description":"get a Fonoster Agent","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"agents:list":{"id":"agents:list","description":"list all Fonoster Agents you have access to\n ...\n List all Fonoster Agents you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["agents:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"agent of result per page","default":25}},"args":[]},"agents:update":{"id":"agents:update","description":"update a Fonoster Agent\n ...\n Update a Fonoster Agent\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"apps:create":{"id":"apps:create","description":"create a new Fonoster App\n ...\n Create a new Fonoster App\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"apps:delete":{"id":"apps:delete","description":"delete a Fonoster Application","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["apps:del","apps:rm"],"flags":{},"args":[{"name":"ref"}]},"apps:list":{"id":"apps:list","description":"list all Fonoster Apps you have access to\n ...\n List all Fonoster Apps you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["apps:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"number of result per page","default":25}},"args":[]},"apps:update":{"id":"apps:update","description":"update a new Fonoster App\n ...\n Update a new Fonoster App\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"auth:login":{"id":"auth:login","description":"log in to a Fonoster deployment","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"auth:logout":{"id":"auth:logout","description":"log out from a fonoster deployment","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"domains:create":{"id":"domains:create","description":"create a new Fonoster Domain\n ...\n Create a new Fonoster Domain\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"domains:delete":{"id":"domains:delete","description":"delete a Fonoster Domain","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["domains:del","domains:rm"],"flags":{},"args":[{"name":"ref"}]},"domains:get":{"id":"domains:get","description":"get a Fonoster Domain","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"domains:list":{"id":"domains:list","description":"list all Fonoster Domains you have access to\n ...\n List all Fonoster Domains you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["domains:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"number of result per page","default":25}},"args":[]},"domains:update":{"id":"domains:update","description":"update a Fonoster Domain\n ...\n Update a Fonoster Domain\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"numbers:create":{"id":"numbers:create","description":"create a new Fonoster Number\n ...\n Create a new Fonoster Number\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"numbers:delete":{"id":"numbers:delete","description":"delete a Fonoster Number","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["numbers:del","numbers:rm"],"flags":{},"args":[{"name":"ref"}]},"numbers:get":{"id":"numbers:get","description":"get a Fonoster Number","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"numbers:list":{"id":"numbers:list","description":"list all Fonoster Numbers you have access to\n ...\n List all Fonoster Numbers you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["numbers:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"number of result per page","default":25}},"args":[]},"numbers:update":{"id":"numbers:update","description":"update a Fonoster Number\n ...\n Update a Fonoster Number\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"projects:create":{"id":"projects:create","description":"create a new Fonoster Project\n ...\n Create a new Fonoster Project\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"projects:delete":{"id":"projects:delete","description":"delete a Fonoster Project","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["projects:del","projects:rm"],"flags":{},"args":[{"name":"ref"}]},"projects:get":{"id":"projects:get","description":"get a Fonoster Project","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"projects:list":{"id":"projects:list","description":"list all Fonoster Projects you have access to\n ...\n List all Fonoster Projects you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["projects:ls"],"flags":{},"args":[]},"projects:renew":{"id":"projects:renew","description":"renew the credentials of a Fonoster Project\n ...\n Renew the credentials of a Fonoster Project\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"projects:use":{"id":"projects:use","description":"set a default Fonoster Project\n ...\n Set a default Fonoster Project\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"providers:create":{"id":"providers:create","description":"create a new Fonoster Provider (trunk)\n ...\n Create a new Fonoster Provider\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"providers:delete":{"id":"providers:delete","description":"delete a Fonoster Provider","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["providers:del","providers:rm"],"flags":{},"args":[{"name":"ref"}]},"providers:get":{"id":"providers:get","description":"get a Fonoster Provider","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"providers:list":{"id":"providers:list","description":"list all Fonoster Providers you have access to\n ...\n List all Fonoster Providers you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["providers:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"provider of result per page","default":25}},"args":[]},"providers:update":{"id":"providers:update","description":"update a Fonoster Provider\n ...\n Update a Fonoster Provider\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"secrets:create":{"id":"secrets:create","description":"create a Fonoster secret.","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"from-literal":{"name":"from-literal","type":"option","char":"l","description":"pass from literal"},"from-stdin":{"name":"from-stdin","type":"boolean","char":"s","description":"pass from stdin","allowNo":false}},"args":[{"name":"name"}]},"secrets:delete":{"id":"secrets:delete","description":"remove Fonoster secret","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["secrets:del","secrets:rm"],"flags":{},"args":[{"name":"name"}]},"secrets:list":{"id":"secrets:list","description":"list of the secrets you have access to","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["secrets:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"secrets of result per page","default":25}},"args":[]}}}
1
+ {"version":"0.3.17-alpha.3","commands":{"bug":{"id":"bug","description":"start a bug report 🐞\n ...\n Opens github issues with a predefine bug template\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"feedback":{"id":"feedback","description":"let us know how we're doing\n ...\n Help us improve by providing some feedback\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"agents:create":{"id":"agents:create","description":"create a new Fonoster Agent\n ...\n Create a new Fonoster Agent\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"agents:delete":{"id":"agents:delete","description":"delete a Fonoster Agent","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["agents:del","agents:rm"],"flags":{},"args":[{"name":"ref"}]},"agents:get":{"id":"agents:get","description":"get a Fonoster Agent","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"agents:list":{"id":"agents:list","description":"list all Fonoster Agents you have access to\n ...\n List all Fonoster Agents you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["agents:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"agent of result per page","default":25}},"args":[]},"agents:update":{"id":"agents:update","description":"update a Fonoster Agent\n ...\n Update a Fonoster Agent\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"apps:create":{"id":"apps:create","description":"create a new Fonoster App\n ...\n Create a new Fonoster App\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"apps:delete":{"id":"apps:delete","description":"delete a Fonoster Application","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["apps:del","apps:rm"],"flags":{},"args":[{"name":"ref"}]},"apps:list":{"id":"apps:list","description":"list all Fonoster Apps you have access to\n ...\n List all Fonoster Apps you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["apps:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"number of result per page","default":25}},"args":[]},"apps:update":{"id":"apps:update","description":"update a new Fonoster App\n ...\n Update a new Fonoster App\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"auth:login":{"id":"auth:login","description":"log in to a Fonoster deployment","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"auth:logout":{"id":"auth:logout","description":"log out from a fonoster deployment","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"domains:create":{"id":"domains:create","description":"create a new Fonoster Domain\n ...\n Create a new Fonoster Domain\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"domains:delete":{"id":"domains:delete","description":"delete a Fonoster Domain","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["domains:del","domains:rm"],"flags":{},"args":[{"name":"ref"}]},"domains:get":{"id":"domains:get","description":"get a Fonoster Domain","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"domains:list":{"id":"domains:list","description":"list all Fonoster Domains you have access to\n ...\n List all Fonoster Domains you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["domains:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"number of result per page","default":25}},"args":[]},"domains:update":{"id":"domains:update","description":"update a Fonoster Domain\n ...\n Update a Fonoster Domain\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"numbers:create":{"id":"numbers:create","description":"create a new Fonoster Number\n ...\n Create a new Fonoster Number\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"numbers:delete":{"id":"numbers:delete","description":"delete a Fonoster Number","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["numbers:del","numbers:rm"],"flags":{},"args":[{"name":"ref"}]},"numbers:get":{"id":"numbers:get","description":"get a Fonoster Number","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"numbers:list":{"id":"numbers:list","description":"list all Fonoster Numbers you have access to\n ...\n List all Fonoster Numbers you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["numbers:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"number of result per page","default":25}},"args":[]},"numbers:update":{"id":"numbers:update","description":"update a Fonoster Number\n ...\n Update a Fonoster Number\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"projects:create":{"id":"projects:create","description":"create a new Fonoster Project\n ...\n Create a new Fonoster Project\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"projects:delete":{"id":"projects:delete","description":"delete a Fonoster Project","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["projects:del","projects:rm"],"flags":{},"args":[{"name":"ref"}]},"projects:get":{"id":"projects:get","description":"get a Fonoster Project","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"projects:list":{"id":"projects:list","description":"list all Fonoster Projects you have access to\n ...\n List all Fonoster Projects you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["projects:ls"],"flags":{},"args":[]},"projects:renew":{"id":"projects:renew","description":"renew the credentials of a Fonoster Project\n ...\n Renew the credentials of a Fonoster Project\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"projects:use":{"id":"projects:use","description":"set a default Fonoster Project\n ...\n Set a default Fonoster Project\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"providers:create":{"id":"providers:create","description":"create a new Fonoster Provider (trunk)\n ...\n Create a new Fonoster Provider\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[]},"providers:delete":{"id":"providers:delete","description":"delete a Fonoster Provider","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["providers:del","providers:rm"],"flags":{},"args":[{"name":"ref"}]},"providers:get":{"id":"providers:get","description":"get a Fonoster Provider","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"providers:list":{"id":"providers:list","description":"list all Fonoster Providers you have access to\n ...\n List all Fonoster Providers you have access to\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["providers:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"provider of result per page","default":25}},"args":[]},"providers:update":{"id":"providers:update","description":"update a Fonoster Provider\n ...\n Update a Fonoster Provider\n ","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ref"}]},"secrets:create":{"id":"secrets:create","description":"create a Fonoster secret.","pluginName":"@fonoster/ctl","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"from-literal":{"name":"from-literal","type":"option","char":"l","description":"pass from literal"},"from-stdin":{"name":"from-stdin","type":"boolean","char":"s","description":"pass from stdin","allowNo":false}},"args":[{"name":"name"}]},"secrets:delete":{"id":"secrets:delete","description":"remove Fonoster secret","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["secrets:del","secrets:rm"],"flags":{},"args":[{"name":"name"}]},"secrets:list":{"id":"secrets:list","description":"list of the secrets you have access to","pluginName":"@fonoster/ctl","pluginType":"core","aliases":["secrets:ls"],"flags":{"size":{"name":"size","type":"option","char":"s","description":"secrets of result per page","default":25}},"args":[]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/ctl",
3
- "version": "0.3.17-alpha.2",
3
+ "version": "0.3.17-alpha.3",
4
4
  "description": "Command-Line for Fonoster",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -58,15 +58,15 @@
58
58
  "url": "https://github.com/fonoster/fonoster/issues"
59
59
  },
60
60
  "dependencies": {
61
- "@fonoster/agents": "^0.3.17-alpha.2",
62
- "@fonoster/apps": "^0.3.17-alpha.2",
63
- "@fonoster/domains": "^0.3.17-alpha.2",
64
- "@fonoster/logger": "^0.3.17-alpha.2",
65
- "@fonoster/numbers": "^0.3.17-alpha.2",
61
+ "@fonoster/agents": "^0.3.17-alpha.3",
62
+ "@fonoster/apps": "^0.3.17-alpha.3",
63
+ "@fonoster/domains": "^0.3.17-alpha.3",
64
+ "@fonoster/logger": "^0.3.17-alpha.3",
65
+ "@fonoster/numbers": "^0.3.17-alpha.3",
66
66
  "@fonoster/plugin-warn-if-update-available": "github:fonoster/plugin-warn-if-update-available",
67
- "@fonoster/projects": "^0.3.17-alpha.2",
68
- "@fonoster/providers": "^0.3.17-alpha.2",
69
- "@fonoster/secrets": "^0.3.17-alpha.2",
67
+ "@fonoster/projects": "^0.3.17-alpha.3",
68
+ "@fonoster/providers": "^0.3.17-alpha.3",
69
+ "@fonoster/secrets": "^0.3.17-alpha.3",
70
70
  "@oclif/command": "^1.8.16",
71
71
  "@oclif/config": "^1.18.3",
72
72
  "@oclif/core": "^1.3.4",
@@ -87,5 +87,5 @@
87
87
  "@types/prettyjson": "0.0.29",
88
88
  "rimraf": "^3.0.2"
89
89
  },
90
- "gitHead": "7b1de525f2d43de0607f002ad6cca25760cada22"
90
+ "gitHead": "2a02cb07d8a684d1ae4d45091f0942f1f779ace1"
91
91
  }