@springmicro/cli 0.7.3 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @springmicro/cli
21
21
  $ springmicro COMMAND
22
22
  running command...
23
23
  $ springmicro (--version)
24
- @springmicro/cli/0.7.3 win32-x64 node-v20.19.0
24
+ @springmicro/cli/0.7.4 win32-x64 node-v22.11.0
25
25
  $ springmicro --help [COMMAND]
26
26
  USAGE
27
27
  $ springmicro COMMAND
@@ -63,7 +63,7 @@ EXAMPLES
63
63
  $ springmicro add auth
64
64
  ```
65
65
 
66
- _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.3/src/commands/add/auth.ts)_
66
+ _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.4/src/commands/add/auth.ts)_
67
67
 
68
68
  ## `springmicro add form`
69
69
 
@@ -83,7 +83,7 @@ EXAMPLES
83
83
  $ springmicro add form
84
84
  ```
85
85
 
86
- _See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.3/src/commands/add/form.ts)_
86
+ _See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.4/src/commands/add/form.ts)_
87
87
 
88
88
  ## `springmicro help [COMMAND]`
89
89
 
@@ -94,7 +94,7 @@ USAGE
94
94
  $ springmicro help [COMMAND...] [-n]
95
95
 
96
96
  ARGUMENTS
97
- COMMAND... Command to show help for.
97
+ [COMMAND...] Command to show help for.
98
98
 
99
99
  FLAGS
100
100
  -n, --nested-commands Include all nested commands in the output.
@@ -103,7 +103,7 @@ DESCRIPTION
103
103
  Display help for springmicro.
104
104
  ```
105
105
 
106
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.18/src/commands/help.ts)_
106
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.35/src/commands/help.ts)_
107
107
 
108
108
  ## `springmicro init PROJECTTYPE`
109
109
 
@@ -126,7 +126,7 @@ EXAMPLES
126
126
  $ springmicro init astro -n example
127
127
  ```
128
128
 
129
- _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.3/src/commands/init/index.ts)_
129
+ _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.4/src/commands/init/index.ts)_
130
130
 
131
131
  ## `springmicro init astro`
132
132
 
@@ -146,7 +146,7 @@ EXAMPLES
146
146
  $ springmicro init astro -n <project-name>
147
147
  ```
148
148
 
149
- _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.3/src/commands/init/astro.ts)_
149
+ _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.4/src/commands/init/astro.ts)_
150
150
 
151
151
  ## `springmicro plugins`
152
152
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ springmicro plugins
170
170
  ```
171
171
 
172
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/index.ts)_
172
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.53/src/commands/plugins/index.ts)_
173
173
 
174
174
  ## `springmicro plugins add PLUGIN`
175
175
 
@@ -243,7 +243,7 @@ EXAMPLES
243
243
  $ springmicro plugins inspect myplugin
244
244
  ```
245
245
 
246
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/inspect.ts)_
246
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.53/src/commands/plugins/inspect.ts)_
247
247
 
248
248
  ## `springmicro plugins install PLUGIN`
249
249
 
@@ -292,7 +292,7 @@ EXAMPLES
292
292
  $ springmicro plugins install someuser/someplugin
293
293
  ```
294
294
 
295
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/install.ts)_
295
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.53/src/commands/plugins/install.ts)_
296
296
 
297
297
  ## `springmicro plugins link PATH`
298
298
 
@@ -323,7 +323,7 @@ EXAMPLES
323
323
  $ springmicro plugins link myplugin
324
324
  ```
325
325
 
326
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/link.ts)_
326
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.53/src/commands/plugins/link.ts)_
327
327
 
328
328
  ## `springmicro plugins remove [PLUGIN]`
329
329
 
@@ -334,7 +334,7 @@ USAGE
334
334
  $ springmicro plugins remove [PLUGIN...] [-h] [-v]
335
335
 
336
336
  ARGUMENTS
337
- PLUGIN... plugin to uninstall
337
+ [PLUGIN...] plugin to uninstall
338
338
 
339
339
  FLAGS
340
340
  -h, --help Show CLI help.
@@ -364,7 +364,7 @@ FLAGS
364
364
  --reinstall Reinstall all plugins after uninstalling.
365
365
  ```
366
366
 
367
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/reset.ts)_
367
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.53/src/commands/plugins/reset.ts)_
368
368
 
369
369
  ## `springmicro plugins uninstall [PLUGIN]`
370
370
 
@@ -375,7 +375,7 @@ USAGE
375
375
  $ springmicro plugins uninstall [PLUGIN...] [-h] [-v]
376
376
 
377
377
  ARGUMENTS
378
- PLUGIN... plugin to uninstall
378
+ [PLUGIN...] plugin to uninstall
379
379
 
380
380
  FLAGS
381
381
  -h, --help Show CLI help.
@@ -392,7 +392,7 @@ EXAMPLES
392
392
  $ springmicro plugins uninstall myplugin
393
393
  ```
394
394
 
395
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/uninstall.ts)_
395
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.53/src/commands/plugins/uninstall.ts)_
396
396
 
397
397
  ## `springmicro plugins unlink [PLUGIN]`
398
398
 
@@ -403,7 +403,7 @@ USAGE
403
403
  $ springmicro plugins unlink [PLUGIN...] [-h] [-v]
404
404
 
405
405
  ARGUMENTS
406
- PLUGIN... plugin to uninstall
406
+ [PLUGIN...] plugin to uninstall
407
407
 
408
408
  FLAGS
409
409
  -h, --help Show CLI help.
@@ -436,7 +436,7 @@ DESCRIPTION
436
436
  Update installed plugins.
437
437
  ```
438
438
 
439
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/update.ts)_
439
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.53/src/commands/plugins/update.ts)_
440
440
  <!-- commandsstop -->
441
441
 
442
442
  # Development
@@ -1,60 +1,41 @@
1
1
  {
2
2
  "commands": {
3
- "init:astro": {
3
+ "add:auth": {
4
4
  "aliases": [],
5
5
  "args": {},
6
- "description": "Initialize a Astro project according to SpringMicroHost's specifications.",
6
+ "description": "describe the command here",
7
7
  "examples": [
8
- "<%= config.bin %> <%= command.id %> -n <project-name>"
8
+ "<%= config.bin %> <%= command.id %>"
9
9
  ],
10
- "flags": {
11
- "name": {
12
- "char": "n",
13
- "description": "Project name",
14
- "name": "name",
15
- "required": true,
16
- "hasDynamicHelp": false,
17
- "multiple": false,
18
- "type": "option"
19
- }
20
- },
10
+ "flags": {},
21
11
  "hasDynamicHelp": false,
22
12
  "hiddenAliases": [],
23
- "id": "init:astro",
13
+ "id": "add:auth",
24
14
  "pluginAlias": "@springmicro/cli",
25
15
  "pluginName": "@springmicro/cli",
26
16
  "pluginType": "core",
27
17
  "strict": true,
28
18
  "enableJsonFlag": false,
29
- "step": 1,
30
- "totalSteps": 2,
31
19
  "isESM": true,
32
20
  "relativePath": [
33
21
  "dist",
34
22
  "commands",
35
- "init",
36
- "astro.js"
23
+ "add",
24
+ "auth.js"
37
25
  ]
38
26
  },
39
- "init": {
27
+ "add:form": {
40
28
  "aliases": [],
41
- "args": {
42
- "projectType": {
43
- "description": "Project type (astro)",
44
- "name": "projectType",
45
- "required": true
46
- }
47
- },
48
- "description": "Initialize a JavaScript framework project according to SpringMicroHost's specifications.",
29
+ "args": {},
30
+ "description": "add a form to your project",
49
31
  "examples": [
50
- "<%= config.bin %> <%= command.id %> astro -n example"
32
+ "<%= config.bin %> <%= command.id %>"
51
33
  ],
52
34
  "flags": {
53
- "name": {
54
- "char": "n",
55
- "description": "Project name",
56
- "name": "name",
57
- "required": true,
35
+ "template": {
36
+ "char": "t",
37
+ "description": "form template (contact|quote)",
38
+ "name": "template",
58
39
  "hasDynamicHelp": false,
59
40
  "multiple": false,
60
41
  "type": "option"
@@ -62,7 +43,7 @@
62
43
  },
63
44
  "hasDynamicHelp": false,
64
45
  "hiddenAliases": [],
65
- "id": "init",
46
+ "id": "add:form",
66
47
  "pluginAlias": "@springmicro/cli",
67
48
  "pluginName": "@springmicro/cli",
68
49
  "pluginType": "core",
@@ -72,46 +53,65 @@
72
53
  "relativePath": [
73
54
  "dist",
74
55
  "commands",
75
- "init",
76
- "index.js"
56
+ "add",
57
+ "form.js"
77
58
  ]
78
59
  },
79
- "add:auth": {
60
+ "init:astro": {
80
61
  "aliases": [],
81
62
  "args": {},
82
- "description": "describe the command here",
63
+ "description": "Initialize a Astro project according to SpringMicroHost's specifications.",
83
64
  "examples": [
84
- "<%= config.bin %> <%= command.id %>"
65
+ "<%= config.bin %> <%= command.id %> -n <project-name>"
85
66
  ],
86
- "flags": {},
67
+ "flags": {
68
+ "name": {
69
+ "char": "n",
70
+ "description": "Project name",
71
+ "name": "name",
72
+ "required": true,
73
+ "hasDynamicHelp": false,
74
+ "multiple": false,
75
+ "type": "option"
76
+ }
77
+ },
87
78
  "hasDynamicHelp": false,
88
79
  "hiddenAliases": [],
89
- "id": "add:auth",
80
+ "id": "init:astro",
90
81
  "pluginAlias": "@springmicro/cli",
91
82
  "pluginName": "@springmicro/cli",
92
83
  "pluginType": "core",
93
84
  "strict": true,
94
85
  "enableJsonFlag": false,
86
+ "step": 1,
87
+ "totalSteps": 2,
95
88
  "isESM": true,
96
89
  "relativePath": [
97
90
  "dist",
98
91
  "commands",
99
- "add",
100
- "auth.js"
92
+ "init",
93
+ "astro.js"
101
94
  ]
102
95
  },
103
- "add:form": {
96
+ "init": {
104
97
  "aliases": [],
105
- "args": {},
106
- "description": "add a form to your project",
98
+ "args": {
99
+ "projectType": {
100
+ "description": "Project type (astro)",
101
+ "name": "projectType",
102
+ "required": true
103
+ }
104
+ },
105
+ "description": "Initialize a JavaScript framework project according to SpringMicroHost's specifications.",
107
106
  "examples": [
108
- "<%= config.bin %> <%= command.id %>"
107
+ "<%= config.bin %> <%= command.id %> astro -n example"
109
108
  ],
110
109
  "flags": {
111
- "template": {
112
- "char": "t",
113
- "description": "form template (contact|quote)",
114
- "name": "template",
110
+ "name": {
111
+ "char": "n",
112
+ "description": "Project name",
113
+ "name": "name",
114
+ "required": true,
115
115
  "hasDynamicHelp": false,
116
116
  "multiple": false,
117
117
  "type": "option"
@@ -119,7 +119,7 @@
119
119
  },
120
120
  "hasDynamicHelp": false,
121
121
  "hiddenAliases": [],
122
- "id": "add:form",
122
+ "id": "init",
123
123
  "pluginAlias": "@springmicro/cli",
124
124
  "pluginName": "@springmicro/cli",
125
125
  "pluginType": "core",
@@ -129,10 +129,10 @@
129
129
  "relativePath": [
130
130
  "dist",
131
131
  "commands",
132
- "add",
133
- "form.js"
132
+ "init",
133
+ "index.js"
134
134
  ]
135
135
  }
136
136
  },
137
- "version": "0.7.3"
137
+ "version": "0.7.4"
138
138
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@springmicro/cli",
3
3
  "description": "A new CLI generated with oclif",
4
- "version": "0.7.3",
4
+ "version": "0.7.4",
5
5
  "author": "David Buckley",
6
6
  "private": false,
7
7
  "publishConfig": {
@@ -76,5 +76,5 @@
76
76
  "version": "oclif readme && git add README.md"
77
77
  },
78
78
  "types": "dist/index.d.ts",
79
- "gitHead": "bdacd2971dd48131464cdbd4bb570870cee476a7"
79
+ "gitHead": "b786438d6e75f39145e05d4583a7926eda3c4bf3"
80
80
  }