@fonoster/ctl 0.3.2 → 0.3.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 +31 -31
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.
|
|
24
|
+
@fonoster/ctl/0.3.3 darwin-x64 node-v14.16.0
|
|
25
25
|
$ fonoster --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ fonoster COMMAND
|
|
@@ -83,7 +83,7 @@ DESCRIPTION
|
|
|
83
83
|
Create a new Fonoster Agent
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
_See code: [dist/commands/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
86
|
+
_See code: [dist/commands/agents/create.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/agents/create.js)_
|
|
87
87
|
|
|
88
88
|
## `fonoster agents:delete [REF]`
|
|
89
89
|
|
|
@@ -98,7 +98,7 @@ ALIASES
|
|
|
98
98
|
$ fonoster agents:rm
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
_See code: [dist/commands/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
101
|
+
_See code: [dist/commands/agents/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/agents/delete.js)_
|
|
102
102
|
|
|
103
103
|
## `fonoster agents:get [REF]`
|
|
104
104
|
|
|
@@ -109,7 +109,7 @@ USAGE
|
|
|
109
109
|
$ fonoster agents:get [REF]
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [dist/commands/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
112
|
+
_See code: [dist/commands/agents/get.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/agents/get.js)_
|
|
113
113
|
|
|
114
114
|
## `fonoster agents:list`
|
|
115
115
|
|
|
@@ -130,7 +130,7 @@ ALIASES
|
|
|
130
130
|
$ fonoster agents:ls
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [dist/commands/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
133
|
+
_See code: [dist/commands/agents/list.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/agents/list.js)_
|
|
134
134
|
|
|
135
135
|
## `fonoster agents:update [REF]`
|
|
136
136
|
|
|
@@ -145,7 +145,7 @@ DESCRIPTION
|
|
|
145
145
|
Update a Fonoster Agent
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [dist/commands/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
148
|
+
_See code: [dist/commands/agents/update.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/agents/update.js)_
|
|
149
149
|
|
|
150
150
|
## `fonoster auth:login`
|
|
151
151
|
|
|
@@ -156,7 +156,7 @@ USAGE
|
|
|
156
156
|
$ fonoster auth:login
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
_See code: [dist/commands/auth/login.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
159
|
+
_See code: [dist/commands/auth/login.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/auth/login.js)_
|
|
160
160
|
|
|
161
161
|
## `fonoster auth:logout`
|
|
162
162
|
|
|
@@ -167,7 +167,7 @@ USAGE
|
|
|
167
167
|
$ fonoster auth:logout
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [dist/commands/auth/logout.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
170
|
+
_See code: [dist/commands/auth/logout.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/auth/logout.js)_
|
|
171
171
|
|
|
172
172
|
## `fonoster bug`
|
|
173
173
|
|
|
@@ -182,7 +182,7 @@ DESCRIPTION
|
|
|
182
182
|
Opens github issues with a predefine bug template
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
_See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
185
|
+
_See code: [dist/commands/bug.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/bug.js)_
|
|
186
186
|
|
|
187
187
|
## `fonoster domains:create`
|
|
188
188
|
|
|
@@ -197,7 +197,7 @@ DESCRIPTION
|
|
|
197
197
|
Create a new Fonoster Domain
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [dist/commands/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
200
|
+
_See code: [dist/commands/domains/create.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/domains/create.js)_
|
|
201
201
|
|
|
202
202
|
## `fonoster domains:delete [REF]`
|
|
203
203
|
|
|
@@ -212,7 +212,7 @@ ALIASES
|
|
|
212
212
|
$ fonoster domains:rm
|
|
213
213
|
```
|
|
214
214
|
|
|
215
|
-
_See code: [dist/commands/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
215
|
+
_See code: [dist/commands/domains/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/domains/delete.js)_
|
|
216
216
|
|
|
217
217
|
## `fonoster domains:get [REF]`
|
|
218
218
|
|
|
@@ -223,7 +223,7 @@ USAGE
|
|
|
223
223
|
$ fonoster domains:get [REF]
|
|
224
224
|
```
|
|
225
225
|
|
|
226
|
-
_See code: [dist/commands/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
226
|
+
_See code: [dist/commands/domains/get.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/domains/get.js)_
|
|
227
227
|
|
|
228
228
|
## `fonoster domains:list`
|
|
229
229
|
|
|
@@ -244,7 +244,7 @@ ALIASES
|
|
|
244
244
|
$ fonoster domains:ls
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
-
_See code: [dist/commands/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
247
|
+
_See code: [dist/commands/domains/list.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/domains/list.js)_
|
|
248
248
|
|
|
249
249
|
## `fonoster domains:update [REF]`
|
|
250
250
|
|
|
@@ -259,7 +259,7 @@ DESCRIPTION
|
|
|
259
259
|
Update a Fonoster Domain
|
|
260
260
|
```
|
|
261
261
|
|
|
262
|
-
_See code: [dist/commands/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
262
|
+
_See code: [dist/commands/domains/update.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/domains/update.js)_
|
|
263
263
|
|
|
264
264
|
## `fonoster feedback`
|
|
265
265
|
|
|
@@ -274,7 +274,7 @@ DESCRIPTION
|
|
|
274
274
|
Help us improve by providing some feedback
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
277
|
+
_See code: [dist/commands/feedback.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/feedback.js)_
|
|
278
278
|
|
|
279
279
|
## `fonoster help [COMMAND]`
|
|
280
280
|
|
|
@@ -306,7 +306,7 @@ DESCRIPTION
|
|
|
306
306
|
Create a new Fonoster Number
|
|
307
307
|
```
|
|
308
308
|
|
|
309
|
-
_See code: [dist/commands/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
309
|
+
_See code: [dist/commands/numbers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/numbers/create.js)_
|
|
310
310
|
|
|
311
311
|
## `fonoster numbers:delete [REF]`
|
|
312
312
|
|
|
@@ -321,7 +321,7 @@ ALIASES
|
|
|
321
321
|
$ fonoster numbers:rm
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [dist/commands/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
324
|
+
_See code: [dist/commands/numbers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/numbers/delete.js)_
|
|
325
325
|
|
|
326
326
|
## `fonoster numbers:get [REF]`
|
|
327
327
|
|
|
@@ -332,7 +332,7 @@ USAGE
|
|
|
332
332
|
$ fonoster numbers:get [REF]
|
|
333
333
|
```
|
|
334
334
|
|
|
335
|
-
_See code: [dist/commands/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
335
|
+
_See code: [dist/commands/numbers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/numbers/get.js)_
|
|
336
336
|
|
|
337
337
|
## `fonoster numbers:list`
|
|
338
338
|
|
|
@@ -353,7 +353,7 @@ ALIASES
|
|
|
353
353
|
$ fonoster numbers:ls
|
|
354
354
|
```
|
|
355
355
|
|
|
356
|
-
_See code: [dist/commands/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
356
|
+
_See code: [dist/commands/numbers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/numbers/list.js)_
|
|
357
357
|
|
|
358
358
|
## `fonoster numbers:update [REF]`
|
|
359
359
|
|
|
@@ -368,7 +368,7 @@ DESCRIPTION
|
|
|
368
368
|
Update a Fonoster Number
|
|
369
369
|
```
|
|
370
370
|
|
|
371
|
-
_See code: [dist/commands/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
371
|
+
_See code: [dist/commands/numbers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/numbers/update.js)_
|
|
372
372
|
|
|
373
373
|
## `fonoster plugins`
|
|
374
374
|
|
|
@@ -521,7 +521,7 @@ DESCRIPTION
|
|
|
521
521
|
Create a new Fonoster Project
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [dist/commands/projects/create.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
524
|
+
_See code: [dist/commands/projects/create.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/projects/create.js)_
|
|
525
525
|
|
|
526
526
|
## `fonoster projects:delete [REF]`
|
|
527
527
|
|
|
@@ -536,7 +536,7 @@ ALIASES
|
|
|
536
536
|
$ fonoster projects:rm
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [dist/commands/projects/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
539
|
+
_See code: [dist/commands/projects/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/projects/delete.js)_
|
|
540
540
|
|
|
541
541
|
## `fonoster projects:get [REF]`
|
|
542
542
|
|
|
@@ -547,7 +547,7 @@ USAGE
|
|
|
547
547
|
$ fonoster projects:get [REF]
|
|
548
548
|
```
|
|
549
549
|
|
|
550
|
-
_See code: [dist/commands/projects/get.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
550
|
+
_See code: [dist/commands/projects/get.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/projects/get.js)_
|
|
551
551
|
|
|
552
552
|
## `fonoster projects:list`
|
|
553
553
|
|
|
@@ -565,7 +565,7 @@ ALIASES
|
|
|
565
565
|
$ fonoster projects:ls
|
|
566
566
|
```
|
|
567
567
|
|
|
568
|
-
_See code: [dist/commands/projects/list.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
568
|
+
_See code: [dist/commands/projects/list.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/projects/list.js)_
|
|
569
569
|
|
|
570
570
|
## `fonoster projects:renew [REF]`
|
|
571
571
|
|
|
@@ -580,7 +580,7 @@ DESCRIPTION
|
|
|
580
580
|
Renew the credentials of a Fonoster Project
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_See code: [dist/commands/projects/renew.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
583
|
+
_See code: [dist/commands/projects/renew.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/projects/renew.js)_
|
|
584
584
|
|
|
585
585
|
## `fonoster projects:use [REF]`
|
|
586
586
|
|
|
@@ -595,7 +595,7 @@ DESCRIPTION
|
|
|
595
595
|
Set a default Fonoster Project
|
|
596
596
|
```
|
|
597
597
|
|
|
598
|
-
_See code: [dist/commands/projects/use.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
598
|
+
_See code: [dist/commands/projects/use.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/projects/use.js)_
|
|
599
599
|
|
|
600
600
|
## `fonoster providers:create`
|
|
601
601
|
|
|
@@ -610,7 +610,7 @@ DESCRIPTION
|
|
|
610
610
|
Create a new Fonoster Provider
|
|
611
611
|
```
|
|
612
612
|
|
|
613
|
-
_See code: [dist/commands/providers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
613
|
+
_See code: [dist/commands/providers/create.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/providers/create.js)_
|
|
614
614
|
|
|
615
615
|
## `fonoster providers:delete [REF]`
|
|
616
616
|
|
|
@@ -625,7 +625,7 @@ ALIASES
|
|
|
625
625
|
$ fonoster providers:rm
|
|
626
626
|
```
|
|
627
627
|
|
|
628
|
-
_See code: [dist/commands/providers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
628
|
+
_See code: [dist/commands/providers/delete.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/providers/delete.js)_
|
|
629
629
|
|
|
630
630
|
## `fonoster providers:get [REF]`
|
|
631
631
|
|
|
@@ -636,7 +636,7 @@ USAGE
|
|
|
636
636
|
$ fonoster providers:get [REF]
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [dist/commands/providers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
639
|
+
_See code: [dist/commands/providers/get.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/providers/get.js)_
|
|
640
640
|
|
|
641
641
|
## `fonoster providers:list`
|
|
642
642
|
|
|
@@ -657,7 +657,7 @@ ALIASES
|
|
|
657
657
|
$ fonoster providers:ls
|
|
658
658
|
```
|
|
659
659
|
|
|
660
|
-
_See code: [dist/commands/providers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
660
|
+
_See code: [dist/commands/providers/list.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/providers/list.js)_
|
|
661
661
|
|
|
662
662
|
## `fonoster providers:update [REF]`
|
|
663
663
|
|
|
@@ -672,5 +672,5 @@ DESCRIPTION
|
|
|
672
672
|
Update a Fonoster Provider
|
|
673
673
|
```
|
|
674
674
|
|
|
675
|
-
_See code: [dist/commands/providers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.
|
|
675
|
+
_See code: [dist/commands/providers/update.js](https://github.com/fonoster/fonoster/blob/v0.3.3/dist/commands/providers/update.js)_
|
|
676
676
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.3.
|
|
1
|
+
{"version":"0.3.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"}]},"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"}]}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/ctl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.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",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"url": "https://github.com/fonoster/fonoster/issues"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@fonoster/agents": "^0.3.
|
|
80
|
-
"@fonoster/domains": "^0.3.
|
|
81
|
-
"@fonoster/logger": "^0.3.
|
|
82
|
-
"@fonoster/numbers": "^0.3.
|
|
83
|
-
"@fonoster/projects": "^0.3.
|
|
84
|
-
"@fonoster/providers": "^0.3.
|
|
79
|
+
"@fonoster/agents": "^0.3.3",
|
|
80
|
+
"@fonoster/domains": "^0.3.3",
|
|
81
|
+
"@fonoster/logger": "^0.3.3",
|
|
82
|
+
"@fonoster/numbers": "^0.3.3",
|
|
83
|
+
"@fonoster/projects": "^0.3.3",
|
|
84
|
+
"@fonoster/providers": "^0.3.3",
|
|
85
85
|
"@oclif/command": "^1.8.0",
|
|
86
86
|
"@oclif/config": "^1.17.0",
|
|
87
87
|
"@oclif/errors": "^1.3.4",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"@types/prettyjson": "0.0.29",
|
|
107
107
|
"rimraf": "^3.0.2"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "cfba6d55b5dc17f1e6d30b6d6d5ad771433d00a4"
|
|
110
110
|
}
|