@springmicro/cli 0.1.9 → 0.2.0-alpha.1
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 +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ $ npm install -g @springmicro/cli
|
|
|
26
26
|
$ springmicro COMMAND
|
|
27
27
|
running command...
|
|
28
28
|
$ springmicro (--version)
|
|
29
|
-
@springmicro/cli/0.1
|
|
29
|
+
@springmicro/cli/0.2.0-alpha.1 win32-x64 node-v20.15.0
|
|
30
30
|
$ springmicro --help [COMMAND]
|
|
31
31
|
USAGE
|
|
32
32
|
$ springmicro COMMAND
|
|
@@ -81,7 +81,7 @@ EXAMPLES
|
|
|
81
81
|
$ springmicro add auth
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
_See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1
|
|
84
|
+
_See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.1/src/commands/add/auth.ts)_
|
|
85
85
|
|
|
86
86
|
## `springmicro help [COMMAND]`
|
|
87
87
|
|
|
@@ -101,7 +101,7 @@ DESCRIPTION
|
|
|
101
101
|
Display help for springmicro.
|
|
102
102
|
```
|
|
103
103
|
|
|
104
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
104
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.5/src/commands/help.ts)_
|
|
105
105
|
|
|
106
106
|
## `springmicro init PROJECTTYPE`
|
|
107
107
|
|
|
@@ -124,7 +124,7 @@ EXAMPLES
|
|
|
124
124
|
$ springmicro init astro -n example
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
_See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1
|
|
127
|
+
_See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.1/src/commands/init/index.ts)_
|
|
128
128
|
|
|
129
129
|
## `springmicro init astro`
|
|
130
130
|
|
|
@@ -144,7 +144,7 @@ EXAMPLES
|
|
|
144
144
|
$ springmicro init astro -n <project-name>
|
|
145
145
|
```
|
|
146
146
|
|
|
147
|
-
_See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1
|
|
147
|
+
_See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.1/src/commands/init/astro.ts)_
|
|
148
148
|
|
|
149
149
|
## `springmicro plugins`
|
|
150
150
|
|
|
@@ -167,7 +167,7 @@ EXAMPLES
|
|
|
167
167
|
$ springmicro plugins
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
170
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/index.ts)_
|
|
171
171
|
|
|
172
172
|
## `springmicro plugins add PLUGIN`
|
|
173
173
|
|
|
@@ -241,7 +241,7 @@ EXAMPLES
|
|
|
241
241
|
$ springmicro plugins inspect myplugin
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
244
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/inspect.ts)_
|
|
245
245
|
|
|
246
246
|
## `springmicro plugins install PLUGIN`
|
|
247
247
|
|
|
@@ -290,7 +290,7 @@ EXAMPLES
|
|
|
290
290
|
$ springmicro plugins install someuser/someplugin
|
|
291
291
|
```
|
|
292
292
|
|
|
293
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
293
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/install.ts)_
|
|
294
294
|
|
|
295
295
|
## `springmicro plugins link PATH`
|
|
296
296
|
|
|
@@ -320,7 +320,7 @@ EXAMPLES
|
|
|
320
320
|
$ springmicro plugins link myplugin
|
|
321
321
|
```
|
|
322
322
|
|
|
323
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
323
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/link.ts)_
|
|
324
324
|
|
|
325
325
|
## `springmicro plugins remove [PLUGIN]`
|
|
326
326
|
|
|
@@ -361,7 +361,7 @@ FLAGS
|
|
|
361
361
|
--reinstall Reinstall all plugins after uninstalling.
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
364
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/reset.ts)_
|
|
365
365
|
|
|
366
366
|
## `springmicro plugins uninstall [PLUGIN]`
|
|
367
367
|
|
|
@@ -389,7 +389,7 @@ EXAMPLES
|
|
|
389
389
|
$ springmicro plugins uninstall myplugin
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
392
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/uninstall.ts)_
|
|
393
393
|
|
|
394
394
|
## `springmicro plugins unlink [PLUGIN]`
|
|
395
395
|
|
|
@@ -433,7 +433,7 @@ DESCRIPTION
|
|
|
433
433
|
Update installed plugins.
|
|
434
434
|
```
|
|
435
435
|
|
|
436
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
436
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/update.ts)_
|
|
437
437
|
<!-- commandsstop -->
|
|
438
438
|
|
|
439
439
|
- [`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.1
|
|
4
|
+
"version": "0.2.0-alpha.1",
|
|
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": "d988e7008130d071792f11d20bd22ab2fe4ea695"
|
|
80
80
|
}
|