@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.bak DELETED
@@ -1,797 +0,0 @@
1
- # ctl
2
-
3
- Command-Line for for Fonoster
4
-
5
- [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
6
- [![Version](https://img.shields.io/npm/v/ctl.svg)](https://npmjs.org/package/ctl)
7
- [![Downloads/week](https://img.shields.io/npm/dw/ctl.svg)](https://npmjs.org/package/ctl)
8
- [![License](https://img.shields.io/npm/l/ctl.svg)](https://github.com/fonoster/fonoster/blob/main/package.json)
9
-
10
- <!-- toc -->
11
- * [ctl](#ctl)
12
- * [Usage](#usage)
13
- * [Commands](#commands)
14
- <!-- tocstop -->
15
-
16
- # Usage
17
-
18
- <!-- usage -->
19
- ```sh-session
20
- $ npm install -g @fonoster/ctl
21
- $ fonoster COMMAND
22
- running command...
23
- $ fonoster (-v|--version|version)
24
- @fonoster/ctl/0.3.22 darwin-x64 node-v16.18.1
25
- $ fonoster --help [COMMAND]
26
- USAGE
27
- $ fonoster COMMAND
28
- ...
29
- ```
30
- <!-- usagestop -->
31
-
32
- # Commands
33
-
34
- <!-- commands -->
35
- * [`fonoster agents:create`](#fonoster-agentscreate)
36
- * [`fonoster agents:delete [REF]`](#fonoster-agentsdelete-ref)
37
- * [`fonoster agents:get [REF]`](#fonoster-agentsget-ref)
38
- * [`fonoster agents:list`](#fonoster-agentslist)
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
- * [`fonoster auth:login`](#fonoster-authlogin)
45
- * [`fonoster auth:logout`](#fonoster-authlogout)
46
- * [`fonoster bug`](#fonoster-bug)
47
- * [`fonoster domains:create`](#fonoster-domainscreate)
48
- * [`fonoster domains:delete [REF]`](#fonoster-domainsdelete-ref)
49
- * [`fonoster domains:get [REF]`](#fonoster-domainsget-ref)
50
- * [`fonoster domains:list`](#fonoster-domainslist)
51
- * [`fonoster domains:update [REF]`](#fonoster-domainsupdate-ref)
52
- * [`fonoster feedback`](#fonoster-feedback)
53
- * [`fonoster help [COMMAND]`](#fonoster-help-command)
54
- * [`fonoster numbers:create`](#fonoster-numberscreate)
55
- * [`fonoster numbers:delete [REF]`](#fonoster-numbersdelete-ref)
56
- * [`fonoster numbers:get [REF]`](#fonoster-numbersget-ref)
57
- * [`fonoster numbers:list`](#fonoster-numberslist)
58
- * [`fonoster numbers:update [REF]`](#fonoster-numbersupdate-ref)
59
- * [`fonoster plugins`](#fonoster-plugins)
60
- * [`fonoster plugins:inspect PLUGIN...`](#fonoster-pluginsinspect-plugin)
61
- * [`fonoster plugins:install PLUGIN...`](#fonoster-pluginsinstall-plugin)
62
- * [`fonoster plugins:link PLUGIN`](#fonoster-pluginslink-plugin)
63
- * [`fonoster plugins:uninstall PLUGIN...`](#fonoster-pluginsuninstall-plugin)
64
- * [`fonoster plugins:update`](#fonoster-pluginsupdate)
65
- * [`fonoster projects:create`](#fonoster-projectscreate)
66
- * [`fonoster projects:delete [REF]`](#fonoster-projectsdelete-ref)
67
- * [`fonoster projects:get [REF]`](#fonoster-projectsget-ref)
68
- * [`fonoster projects:list`](#fonoster-projectslist)
69
- * [`fonoster projects:renew [REF]`](#fonoster-projectsrenew-ref)
70
- * [`fonoster projects:use [REF]`](#fonoster-projectsuse-ref)
71
- * [`fonoster providers:create`](#fonoster-providerscreate)
72
- * [`fonoster providers:delete [REF]`](#fonoster-providersdelete-ref)
73
- * [`fonoster providers:get [REF]`](#fonoster-providersget-ref)
74
- * [`fonoster providers:list`](#fonoster-providerslist)
75
- * [`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
-
80
- ## `fonoster agents:create`
81
-
82
- create a new Fonoster Agent
83
-
84
- ```
85
- USAGE
86
- $ fonoster agents:create
87
-
88
- DESCRIPTION
89
- ...
90
- Create a new Fonoster Agent
91
- ```
92
-
93
- _See code: [dist/commands/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/agents/create.js)_
94
-
95
- ## `fonoster agents:delete [REF]`
96
-
97
- delete a Fonoster Agent
98
-
99
- ```
100
- USAGE
101
- $ fonoster agents:delete [REF]
102
-
103
- ALIASES
104
- $ fonoster agents:del
105
- $ fonoster agents:rm
106
- ```
107
-
108
- _See code: [dist/commands/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/agents/delete.js)_
109
-
110
- ## `fonoster agents:get [REF]`
111
-
112
- get a Fonoster Agent
113
-
114
- ```
115
- USAGE
116
- $ fonoster agents:get [REF]
117
- ```
118
-
119
- _See code: [dist/commands/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/agents/get.js)_
120
-
121
- ## `fonoster agents:list`
122
-
123
- list all Fonoster Agents you have access to
124
-
125
- ```
126
- USAGE
127
- $ fonoster agents:list
128
-
129
- OPTIONS
130
- -s, --size=size [default: 25] agent of result per page
131
-
132
- DESCRIPTION
133
- ...
134
- List all Fonoster Agents you have access to
135
-
136
- ALIASES
137
- $ fonoster agents:ls
138
- ```
139
-
140
- _See code: [dist/commands/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/agents/list.js)_
141
-
142
- ## `fonoster agents:update [REF]`
143
-
144
- update a Fonoster Agent
145
-
146
- ```
147
- USAGE
148
- $ fonoster agents:update [REF]
149
-
150
- DESCRIPTION
151
- ...
152
- Update a Fonoster Agent
153
- ```
154
-
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)_
222
-
223
- ## `fonoster auth:login`
224
-
225
- log in to a Fonoster deployment
226
-
227
- ```
228
- USAGE
229
- $ fonoster auth:login
230
- ```
231
-
232
- _See code: [dist/commands/auth/login.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/auth/login.js)_
233
-
234
- ## `fonoster auth:logout`
235
-
236
- log out from a fonoster deployment
237
-
238
- ```
239
- USAGE
240
- $ fonoster auth:logout
241
- ```
242
-
243
- _See code: [dist/commands/auth/logout.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/auth/logout.js)_
244
-
245
- ## `fonoster bug`
246
-
247
- start a bug report 🐞
248
-
249
- ```
250
- USAGE
251
- $ fonoster bug
252
-
253
- DESCRIPTION
254
- ...
255
- Opens github issues with a predefine bug template
256
- ```
257
-
258
- _See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/bug.js)_
259
-
260
- ## `fonoster domains:create`
261
-
262
- create a new Fonoster Domain
263
-
264
- ```
265
- USAGE
266
- $ fonoster domains:create
267
-
268
- DESCRIPTION
269
- ...
270
- Create a new Fonoster Domain
271
- ```
272
-
273
- _See code: [dist/commands/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/domains/create.js)_
274
-
275
- ## `fonoster domains:delete [REF]`
276
-
277
- delete a Fonoster Domain
278
-
279
- ```
280
- USAGE
281
- $ fonoster domains:delete [REF]
282
-
283
- ALIASES
284
- $ fonoster domains:del
285
- $ fonoster domains:rm
286
- ```
287
-
288
- _See code: [dist/commands/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/domains/delete.js)_
289
-
290
- ## `fonoster domains:get [REF]`
291
-
292
- get a Fonoster Domain
293
-
294
- ```
295
- USAGE
296
- $ fonoster domains:get [REF]
297
- ```
298
-
299
- _See code: [dist/commands/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/domains/get.js)_
300
-
301
- ## `fonoster domains:list`
302
-
303
- list all Fonoster Domains you have access to
304
-
305
- ```
306
- USAGE
307
- $ fonoster domains:list
308
-
309
- OPTIONS
310
- -s, --size=size [default: 25] number of result per page
311
-
312
- DESCRIPTION
313
- ...
314
- List all Fonoster Domains you have access to
315
-
316
- ALIASES
317
- $ fonoster domains:ls
318
- ```
319
-
320
- _See code: [dist/commands/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/domains/list.js)_
321
-
322
- ## `fonoster domains:update [REF]`
323
-
324
- update a Fonoster Domain
325
-
326
- ```
327
- USAGE
328
- $ fonoster domains:update [REF]
329
-
330
- DESCRIPTION
331
- ...
332
- Update a Fonoster Domain
333
- ```
334
-
335
- _See code: [dist/commands/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/domains/update.js)_
336
-
337
- ## `fonoster feedback`
338
-
339
- let us know how we're doing
340
-
341
- ```
342
- USAGE
343
- $ fonoster feedback
344
-
345
- DESCRIPTION
346
- ...
347
- Help us improve by providing some feedback
348
- ```
349
-
350
- _See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/feedback.js)_
351
-
352
- ## `fonoster help [COMMAND]`
353
-
354
- display help for fonoster
355
-
356
- ```
357
- USAGE
358
- $ fonoster help [COMMAND]
359
-
360
- ARGUMENTS
361
- COMMAND command to show help for
362
-
363
- OPTIONS
364
- --all see all commands in CLI
365
- ```
366
-
367
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.3.1/src/commands/help.ts)_
368
-
369
- ## `fonoster numbers:create`
370
-
371
- create a new Fonoster Number
372
-
373
- ```
374
- USAGE
375
- $ fonoster numbers:create
376
-
377
- DESCRIPTION
378
- ...
379
- Create a new Fonoster Number
380
- ```
381
-
382
- _See code: [dist/commands/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/create.js)_
383
-
384
- ## `fonoster numbers:delete [REF]`
385
-
386
- delete a Fonoster Number
387
-
388
- ```
389
- USAGE
390
- $ fonoster numbers:delete [REF]
391
-
392
- ALIASES
393
- $ fonoster numbers:del
394
- $ fonoster numbers:rm
395
- ```
396
-
397
- _See code: [dist/commands/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/delete.js)_
398
-
399
- ## `fonoster numbers:get [REF]`
400
-
401
- get a Fonoster Number
402
-
403
- ```
404
- USAGE
405
- $ fonoster numbers:get [REF]
406
- ```
407
-
408
- _See code: [dist/commands/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/get.js)_
409
-
410
- ## `fonoster numbers:list`
411
-
412
- list all Fonoster Numbers you have access to
413
-
414
- ```
415
- USAGE
416
- $ fonoster numbers:list
417
-
418
- OPTIONS
419
- -s, --size=size [default: 25] number of result per page
420
-
421
- DESCRIPTION
422
- ...
423
- List all Fonoster Numbers you have access to
424
-
425
- ALIASES
426
- $ fonoster numbers:ls
427
- ```
428
-
429
- _See code: [dist/commands/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/list.js)_
430
-
431
- ## `fonoster numbers:update [REF]`
432
-
433
- update a Fonoster Number
434
-
435
- ```
436
- USAGE
437
- $ fonoster numbers:update [REF]
438
-
439
- DESCRIPTION
440
- ...
441
- Update a Fonoster Number
442
- ```
443
-
444
- _See code: [dist/commands/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/update.js)_
445
-
446
- ## `fonoster plugins`
447
-
448
- List installed plugins.
449
-
450
- ```
451
- USAGE
452
- $ fonoster plugins
453
-
454
- OPTIONS
455
- --core Show core plugins.
456
-
457
- EXAMPLE
458
- $ fonoster plugins
459
- ```
460
-
461
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/index.ts)_
462
-
463
- ## `fonoster plugins:inspect PLUGIN...`
464
-
465
- Displays installation properties of a plugin.
466
-
467
- ```
468
- USAGE
469
- $ fonoster plugins:inspect PLUGIN...
470
-
471
- ARGUMENTS
472
- PLUGIN [default: .] Plugin to inspect.
473
-
474
- OPTIONS
475
- -h, --help Show CLI help.
476
- -v, --verbose
477
-
478
- EXAMPLE
479
- $ fonoster plugins:inspect myplugin
480
- ```
481
-
482
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/inspect.ts)_
483
-
484
- ## `fonoster plugins:install PLUGIN...`
485
-
486
- Installs a plugin into the CLI.
487
-
488
- ```
489
- USAGE
490
- $ fonoster plugins:install PLUGIN...
491
-
492
- ARGUMENTS
493
- PLUGIN Plugin to install.
494
-
495
- OPTIONS
496
- -f, --force Run yarn install with force flag.
497
- -h, --help Show CLI help.
498
- -v, --verbose
499
-
500
- DESCRIPTION
501
- Can be installed from npm or a git url.
502
-
503
- Installation of a user-installed plugin will override a core plugin.
504
-
505
- e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
506
- will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
507
- the CLI without the need to patch and update the whole CLI.
508
-
509
- ALIASES
510
- $ fonoster plugins:add
511
-
512
- EXAMPLES
513
- $ fonoster plugins:install myplugin
514
- $ fonoster plugins:install https://github.com/someuser/someplugin
515
- $ fonoster plugins:install someuser/someplugin
516
- ```
517
-
518
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/install.ts)_
519
-
520
- ## `fonoster plugins:link PLUGIN`
521
-
522
- Links a plugin into the CLI for development.
523
-
524
- ```
525
- USAGE
526
- $ fonoster plugins:link PLUGIN
527
-
528
- ARGUMENTS
529
- PATH [default: .] path to plugin
530
-
531
- OPTIONS
532
- -h, --help Show CLI help.
533
- -v, --verbose
534
-
535
- DESCRIPTION
536
- Installation of a linked plugin will override a user-installed or core plugin.
537
-
538
- e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
539
- command will override the user-installed or core plugin implementation. This is useful for development work.
540
-
541
- EXAMPLE
542
- $ fonoster plugins:link myplugin
543
- ```
544
-
545
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/link.ts)_
546
-
547
- ## `fonoster plugins:uninstall PLUGIN...`
548
-
549
- Removes a plugin from the CLI.
550
-
551
- ```
552
- USAGE
553
- $ fonoster plugins:uninstall PLUGIN...
554
-
555
- ARGUMENTS
556
- PLUGIN plugin to uninstall
557
-
558
- OPTIONS
559
- -h, --help Show CLI help.
560
- -v, --verbose
561
-
562
- ALIASES
563
- $ fonoster plugins:unlink
564
- $ fonoster plugins:remove
565
- ```
566
-
567
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/uninstall.ts)_
568
-
569
- ## `fonoster plugins:update`
570
-
571
- Update installed plugins.
572
-
573
- ```
574
- USAGE
575
- $ fonoster plugins:update
576
-
577
- OPTIONS
578
- -h, --help Show CLI help.
579
- -v, --verbose
580
- ```
581
-
582
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.1.9/src/commands/plugins/update.ts)_
583
-
584
- ## `fonoster projects:create`
585
-
586
- create a new Fonoster Project
587
-
588
- ```
589
- USAGE
590
- $ fonoster projects:create
591
-
592
- DESCRIPTION
593
- ...
594
- Create a new Fonoster Project
595
- ```
596
-
597
- _See code: [dist/commands/projects/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/create.js)_
598
-
599
- ## `fonoster projects:delete [REF]`
600
-
601
- delete a Fonoster Project
602
-
603
- ```
604
- USAGE
605
- $ fonoster projects:delete [REF]
606
-
607
- ALIASES
608
- $ fonoster projects:del
609
- $ fonoster projects:rm
610
- ```
611
-
612
- _See code: [dist/commands/projects/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/delete.js)_
613
-
614
- ## `fonoster projects:get [REF]`
615
-
616
- get a Fonoster Project
617
-
618
- ```
619
- USAGE
620
- $ fonoster projects:get [REF]
621
- ```
622
-
623
- _See code: [dist/commands/projects/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/get.js)_
624
-
625
- ## `fonoster projects:list`
626
-
627
- list all Fonoster Projects you have access to
628
-
629
- ```
630
- USAGE
631
- $ fonoster projects:list
632
-
633
- DESCRIPTION
634
- ...
635
- List all Fonoster Projects you have access to
636
-
637
- ALIASES
638
- $ fonoster projects:ls
639
- ```
640
-
641
- _See code: [dist/commands/projects/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/list.js)_
642
-
643
- ## `fonoster projects:renew [REF]`
644
-
645
- renew the credentials of a Fonoster Project
646
-
647
- ```
648
- USAGE
649
- $ fonoster projects:renew [REF]
650
-
651
- DESCRIPTION
652
- ...
653
- Renew the credentials of a Fonoster Project
654
- ```
655
-
656
- _See code: [dist/commands/projects/renew.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/renew.js)_
657
-
658
- ## `fonoster projects:use [REF]`
659
-
660
- set a default Fonoster Project
661
-
662
- ```
663
- USAGE
664
- $ fonoster projects:use [REF]
665
-
666
- DESCRIPTION
667
- ...
668
- Set a default Fonoster Project
669
- ```
670
-
671
- _See code: [dist/commands/projects/use.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/projects/use.js)_
672
-
673
- ## `fonoster providers:create`
674
-
675
- create a new Fonoster Provider (trunk)
676
-
677
- ```
678
- USAGE
679
- $ fonoster providers:create
680
-
681
- DESCRIPTION
682
- ...
683
- Create a new Fonoster Provider
684
- ```
685
-
686
- _See code: [dist/commands/providers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/providers/create.js)_
687
-
688
- ## `fonoster providers:delete [REF]`
689
-
690
- delete a Fonoster Provider
691
-
692
- ```
693
- USAGE
694
- $ fonoster providers:delete [REF]
695
-
696
- ALIASES
697
- $ fonoster providers:del
698
- $ fonoster providers:rm
699
- ```
700
-
701
- _See code: [dist/commands/providers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/providers/delete.js)_
702
-
703
- ## `fonoster providers:get [REF]`
704
-
705
- get a Fonoster Provider
706
-
707
- ```
708
- USAGE
709
- $ fonoster providers:get [REF]
710
- ```
711
-
712
- _See code: [dist/commands/providers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/providers/get.js)_
713
-
714
- ## `fonoster providers:list`
715
-
716
- list all Fonoster Providers you have access to
717
-
718
- ```
719
- USAGE
720
- $ fonoster providers:list
721
-
722
- OPTIONS
723
- -s, --size=size [default: 25] provider of result per page
724
-
725
- DESCRIPTION
726
- ...
727
- List all Fonoster Providers you have access to
728
-
729
- ALIASES
730
- $ fonoster providers:ls
731
- ```
732
-
733
- _See code: [dist/commands/providers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/providers/list.js)_
734
-
735
- ## `fonoster providers:update [REF]`
736
-
737
- update a Fonoster Provider
738
-
739
- ```
740
- USAGE
741
- $ fonoster providers:update [REF]
742
-
743
- DESCRIPTION
744
- ...
745
- Update a Fonoster Provider
746
- ```
747
-
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)_
797
- <!-- commandsstop -->