@springmicro/cli 0.2.1 → 0.3.2
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 +14 -13
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ $ npm install -g @springmicro/cli
|
|
|
31
31
|
$ springmicro COMMAND
|
|
32
32
|
running command...
|
|
33
33
|
$ springmicro (--version)
|
|
34
|
-
@springmicro/cli/0.2
|
|
34
|
+
@springmicro/cli/0.3.2 win32-x64 node-v20.15.0
|
|
35
35
|
$ springmicro --help [COMMAND]
|
|
36
36
|
USAGE
|
|
37
37
|
$ springmicro COMMAND
|
|
@@ -99,7 +99,7 @@ EXAMPLES
|
|
|
99
99
|
$ springmicro add auth
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2
|
|
102
|
+
_See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.2/src/commands/add/auth.ts)_
|
|
103
103
|
|
|
104
104
|
## `springmicro add form`
|
|
105
105
|
|
|
@@ -119,7 +119,7 @@ EXAMPLES
|
|
|
119
119
|
$ springmicro add form
|
|
120
120
|
```
|
|
121
121
|
|
|
122
|
-
_See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2
|
|
122
|
+
_See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.2/src/commands/add/form.ts)_
|
|
123
123
|
|
|
124
124
|
## `springmicro help [COMMAND]`
|
|
125
125
|
|
|
@@ -139,7 +139,7 @@ DESCRIPTION
|
|
|
139
139
|
Display help for springmicro.
|
|
140
140
|
```
|
|
141
141
|
|
|
142
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
142
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.18/src/commands/help.ts)_
|
|
143
143
|
|
|
144
144
|
## `springmicro init PROJECTTYPE`
|
|
145
145
|
|
|
@@ -162,7 +162,7 @@ EXAMPLES
|
|
|
162
162
|
$ springmicro init astro -n example
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2
|
|
165
|
+
_See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.2/src/commands/init/index.ts)_
|
|
166
166
|
|
|
167
167
|
## `springmicro init astro`
|
|
168
168
|
|
|
@@ -182,7 +182,7 @@ EXAMPLES
|
|
|
182
182
|
$ springmicro init astro -n <project-name>
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
_See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2
|
|
185
|
+
_See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.2/src/commands/init/astro.ts)_
|
|
186
186
|
|
|
187
187
|
## `springmicro plugins`
|
|
188
188
|
|
|
@@ -205,7 +205,7 @@ EXAMPLES
|
|
|
205
205
|
$ springmicro plugins
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
208
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/index.ts)_
|
|
209
209
|
|
|
210
210
|
## `springmicro plugins add PLUGIN`
|
|
211
211
|
|
|
@@ -279,7 +279,7 @@ EXAMPLES
|
|
|
279
279
|
$ springmicro plugins inspect myplugin
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
282
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/inspect.ts)_
|
|
283
283
|
|
|
284
284
|
## `springmicro plugins install PLUGIN`
|
|
285
285
|
|
|
@@ -328,7 +328,7 @@ EXAMPLES
|
|
|
328
328
|
$ springmicro plugins install someuser/someplugin
|
|
329
329
|
```
|
|
330
330
|
|
|
331
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
331
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/install.ts)_
|
|
332
332
|
|
|
333
333
|
## `springmicro plugins link PATH`
|
|
334
334
|
|
|
@@ -348,6 +348,7 @@ FLAGS
|
|
|
348
348
|
|
|
349
349
|
DESCRIPTION
|
|
350
350
|
Links a plugin into the CLI for development.
|
|
351
|
+
|
|
351
352
|
Installation of a linked plugin will override a user-installed or core plugin.
|
|
352
353
|
|
|
353
354
|
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
|
|
@@ -358,7 +359,7 @@ EXAMPLES
|
|
|
358
359
|
$ springmicro plugins link myplugin
|
|
359
360
|
```
|
|
360
361
|
|
|
361
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
362
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/link.ts)_
|
|
362
363
|
|
|
363
364
|
## `springmicro plugins remove [PLUGIN]`
|
|
364
365
|
|
|
@@ -399,7 +400,7 @@ FLAGS
|
|
|
399
400
|
--reinstall Reinstall all plugins after uninstalling.
|
|
400
401
|
```
|
|
401
402
|
|
|
402
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
403
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/reset.ts)_
|
|
403
404
|
|
|
404
405
|
## `springmicro plugins uninstall [PLUGIN]`
|
|
405
406
|
|
|
@@ -427,7 +428,7 @@ EXAMPLES
|
|
|
427
428
|
$ springmicro plugins uninstall myplugin
|
|
428
429
|
```
|
|
429
430
|
|
|
430
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
431
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/uninstall.ts)_
|
|
431
432
|
|
|
432
433
|
## `springmicro plugins unlink [PLUGIN]`
|
|
433
434
|
|
|
@@ -471,7 +472,7 @@ DESCRIPTION
|
|
|
471
472
|
Update installed plugins.
|
|
472
473
|
```
|
|
473
474
|
|
|
474
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
475
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/update.ts)_
|
|
475
476
|
<!-- commandsstop -->
|
|
476
477
|
* [`springmicro add auth`](#springmicro-add-auth)
|
|
477
478
|
* [`springmicro help [COMMAND]`](#springmicro-help-command)
|
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.2
|
|
4
|
+
"version": "0.3.2",
|
|
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": "f4cc159c6a21ff9eb0ae892311a0c606601db463"
|
|
80
80
|
}
|