@springmicro/cli 0.7.19 → 0.7.21
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 +13 -13
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.
|
|
24
|
+
@springmicro/cli/0.7.21 win32-x64 node-v20.20.1
|
|
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.
|
|
66
|
+
_See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.21/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.
|
|
86
|
+
_See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.21/src/commands/add/form.ts)_
|
|
87
87
|
|
|
88
88
|
## `springmicro help [COMMAND]`
|
|
89
89
|
|
|
@@ -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/6.2.
|
|
106
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.40/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.
|
|
129
|
+
_See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.21/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.
|
|
149
|
+
_See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.21/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/5.4.
|
|
172
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/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/5.4.
|
|
246
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/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/5.4.
|
|
295
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/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/5.4.
|
|
326
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/link.ts)_
|
|
327
327
|
|
|
328
328
|
## `springmicro plugins remove [PLUGIN]`
|
|
329
329
|
|
|
@@ -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/5.4.
|
|
367
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/reset.ts)_
|
|
368
368
|
|
|
369
369
|
## `springmicro plugins uninstall [PLUGIN]`
|
|
370
370
|
|
|
@@ -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/5.4.
|
|
395
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/uninstall.ts)_
|
|
396
396
|
|
|
397
397
|
## `springmicro plugins unlink [PLUGIN]`
|
|
398
398
|
|
|
@@ -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/5.4.
|
|
439
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/update.ts)_
|
|
440
440
|
<!-- commandsstop -->
|
|
441
441
|
|
|
442
442
|
# Development
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "0.7.21",
|
|
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": "
|
|
79
|
+
"gitHead": "e8fafa3c55eef78488e2a8193d4178e2d843a5f5"
|
|
80
80
|
}
|