@fonoster/ctl 0.3.20 → 0.3.22
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 +39 -39
- package/README.md.bak +797 -0
- package/dist/commands/providers/create.js +5 -5
- package/dist/commands/providers/update.js +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Command-Line for for Fonoster
|
|
|
5
5
|
[](https://oclif.io)
|
|
6
6
|
[](https://npmjs.org/package/ctl)
|
|
7
7
|
[](https://npmjs.org/package/ctl)
|
|
8
|
-
[](https://github.com/fonoster/fonoster/blob/
|
|
8
|
+
[](https://github.com/fonoster/fonoster/blob/main/package.json)
|
|
9
9
|
|
|
10
10
|
<!-- toc -->
|
|
11
11
|
* [ctl](#ctl)
|
|
@@ -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.
|
|
24
|
+
@fonoster/ctl/0.3.22 darwin-x64 node-v16.18.1
|
|
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.
|
|
93
|
+
_See code: [dist/commands/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
108
|
+
_See code: [dist/commands/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
119
|
+
_See code: [dist/commands/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
140
|
+
_See code: [dist/commands/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
155
|
+
_See code: [dist/commands/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
170
|
+
_See code: [dist/commands/apps/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
185
|
+
_See code: [dist/commands/apps/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
206
|
+
_See code: [dist/commands/apps/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
221
|
+
_See code: [dist/commands/apps/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
232
|
+
_See code: [dist/commands/auth/login.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
243
|
+
_See code: [dist/commands/auth/logout.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
258
|
+
_See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
273
|
+
_See code: [dist/commands/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
288
|
+
_See code: [dist/commands/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
299
|
+
_See code: [dist/commands/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
320
|
+
_See code: [dist/commands/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
335
|
+
_See code: [dist/commands/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
350
|
+
_See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
382
|
+
_See code: [dist/commands/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
397
|
+
_See code: [dist/commands/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
408
|
+
_See code: [dist/commands/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
429
|
+
_See code: [dist/commands/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
444
|
+
_See code: [dist/commands/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/numbers/update.js)_
|
|
445
445
|
|
|
446
446
|
## `fonoster plugins`
|
|
447
447
|
|
|
@@ -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.
|
|
597
|
+
_See code: [dist/commands/projects/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
612
|
+
_See code: [dist/commands/projects/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
623
|
+
_See code: [dist/commands/projects/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
641
|
+
_See code: [dist/commands/projects/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
656
|
+
_See code: [dist/commands/projects/renew.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
671
|
+
_See code: [dist/commands/projects/use.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
686
|
+
_See code: [dist/commands/providers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
701
|
+
_See code: [dist/commands/providers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
712
|
+
_See code: [dist/commands/providers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
733
|
+
_See code: [dist/commands/providers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
748
|
+
_See code: [dist/commands/providers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
764
|
+
_See code: [dist/commands/secrets/create.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
779
|
+
_See code: [dist/commands/secrets/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.22/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.
|
|
796
|
+
_See code: [dist/commands/secrets/list.js](https://github.com/fonoster/fonoster/blob/v0.3.22/dist/commands/secrets/list.js)_
|
|
797
797
|
<!-- commandsstop -->
|
package/README.md.bak
ADDED
|
@@ -0,0 +1,797 @@
|
|
|
1
|
+
# ctl
|
|
2
|
+
|
|
3
|
+
Command-Line for for Fonoster
|
|
4
|
+
|
|
5
|
+
[](https://oclif.io)
|
|
6
|
+
[](https://npmjs.org/package/ctl)
|
|
7
|
+
[](https://npmjs.org/package/ctl)
|
|
8
|
+
[](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 -->
|
|
@@ -61,6 +61,11 @@ class CreateCommand extends command_1.Command {
|
|
|
61
61
|
choices: ["tcp", "udp"],
|
|
62
62
|
default: "tcp"
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
name: "register",
|
|
66
|
+
message: "enable registration?",
|
|
67
|
+
type: "confirm",
|
|
68
|
+
},
|
|
64
69
|
{
|
|
65
70
|
name: "expires",
|
|
66
71
|
message: "sip registration refresh (in seconds)",
|
|
@@ -73,11 +78,6 @@ class CreateCommand extends command_1.Command {
|
|
|
73
78
|
},
|
|
74
79
|
default: 600
|
|
75
80
|
},
|
|
76
|
-
{
|
|
77
|
-
name: "register",
|
|
78
|
-
message: "Send REGISTER messages to provider?",
|
|
79
|
-
type: "confirm",
|
|
80
|
-
},
|
|
81
81
|
{
|
|
82
82
|
name: "confirm",
|
|
83
83
|
message: "ready?",
|
|
@@ -69,18 +69,18 @@ class UpdateCommand extends command_1.Command {
|
|
|
69
69
|
choices: ["tcp", "udp"],
|
|
70
70
|
default: provider.transport
|
|
71
71
|
},
|
|
72
|
+
{
|
|
73
|
+
name: "register",
|
|
74
|
+
message: "enable registration?",
|
|
75
|
+
type: "confirm",
|
|
76
|
+
default: provider.register
|
|
77
|
+
},
|
|
72
78
|
{
|
|
73
79
|
name: "expires",
|
|
74
80
|
message: "sip registration refresh (in seconds)",
|
|
75
81
|
type: "input",
|
|
76
82
|
default: provider.expires
|
|
77
83
|
},
|
|
78
|
-
{
|
|
79
|
-
name: "register",
|
|
80
|
-
message: "Send REGISTER messages to Provider?",
|
|
81
|
-
type: "confirm",
|
|
82
|
-
default: provider.register
|
|
83
|
-
},
|
|
84
84
|
{
|
|
85
85
|
name: "confirm",
|
|
86
86
|
message: "ready?",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.3.
|
|
1
|
+
{"version":"0.3.22","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.
|
|
3
|
+
"version": "0.3.22",
|
|
4
4
|
"description": "Command-Line for Fonoster",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"build": "tsc -b tsconfig.json",
|
|
19
19
|
"postpack": "rimraf -f oclif.manifest.json",
|
|
20
20
|
"prepack": "oclif-dev manifest && oclif-dev readme",
|
|
21
|
-
"version": "oclif-dev readme && git add README.md"
|
|
21
|
+
"version": "oclif-dev readme && sed -i.bak \"s#master#main#g\" README.md && git add README.md"
|
|
22
22
|
},
|
|
23
23
|
"directories": {
|
|
24
24
|
"src": "src",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
"url": "https://github.com/fonoster/fonoster/issues"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@fonoster/agents": "^0.3.
|
|
62
|
-
"@fonoster/apps": "^0.3.
|
|
63
|
-
"@fonoster/domains": "^0.3.
|
|
64
|
-
"@fonoster/logger": "^0.3.
|
|
65
|
-
"@fonoster/numbers": "^0.3.
|
|
61
|
+
"@fonoster/agents": "^0.3.22",
|
|
62
|
+
"@fonoster/apps": "^0.3.22",
|
|
63
|
+
"@fonoster/domains": "^0.3.22",
|
|
64
|
+
"@fonoster/logger": "^0.3.22",
|
|
65
|
+
"@fonoster/numbers": "^0.3.22",
|
|
66
66
|
"@fonoster/plugin-warn-if-update-available": "github:fonoster/plugin-warn-if-update-available",
|
|
67
|
-
"@fonoster/projects": "^0.3.
|
|
68
|
-
"@fonoster/providers": "^0.3.
|
|
69
|
-
"@fonoster/secrets": "^0.3.
|
|
67
|
+
"@fonoster/projects": "^0.3.22",
|
|
68
|
+
"@fonoster/providers": "^0.3.22",
|
|
69
|
+
"@fonoster/secrets": "^0.3.22",
|
|
70
70
|
"@oclif/command": "^1.8.16",
|
|
71
71
|
"@oclif/config": "^1.18.3",
|
|
72
72
|
"@oclif/core": "^1.3.4",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"@types/prettyjson": "0.0.29",
|
|
89
89
|
"rimraf": "^3.0.2"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "6b2ae2ea3e571ce82c2ece21d5c51d4cdacdae0a"
|
|
92
92
|
}
|