@springmicro/cli 0.5.6 → 0.5.8
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 +5 -5
- 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.5.
|
|
29
|
+
@springmicro/cli/0.5.8 win32-x64 node-v18.20.4
|
|
30
30
|
$ springmicro --help [COMMAND]
|
|
31
31
|
USAGE
|
|
32
32
|
$ springmicro COMMAND
|
|
@@ -80,7 +80,7 @@ EXAMPLES
|
|
|
80
80
|
$ springmicro add auth
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
-
_See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.
|
|
83
|
+
_See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.8/src/commands/add/auth.ts)_
|
|
84
84
|
|
|
85
85
|
## `springmicro add form`
|
|
86
86
|
|
|
@@ -100,7 +100,7 @@ EXAMPLES
|
|
|
100
100
|
$ springmicro add form
|
|
101
101
|
```
|
|
102
102
|
|
|
103
|
-
_See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.
|
|
103
|
+
_See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.8/src/commands/add/form.ts)_
|
|
104
104
|
|
|
105
105
|
## `springmicro help [COMMAND]`
|
|
106
106
|
|
|
@@ -143,7 +143,7 @@ EXAMPLES
|
|
|
143
143
|
$ springmicro init astro -n example
|
|
144
144
|
```
|
|
145
145
|
|
|
146
|
-
_See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.
|
|
146
|
+
_See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.8/src/commands/init/index.ts)_
|
|
147
147
|
|
|
148
148
|
## `springmicro init astro`
|
|
149
149
|
|
|
@@ -163,7 +163,7 @@ EXAMPLES
|
|
|
163
163
|
$ springmicro init astro -n <project-name>
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.
|
|
166
|
+
_See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.8/src/commands/init/astro.ts)_
|
|
167
167
|
|
|
168
168
|
## `springmicro plugins`
|
|
169
169
|
|
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.5.
|
|
4
|
+
"version": "0.5.8",
|
|
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": "893349375763235632effda60aa0c1e20b78ba12"
|
|
80
80
|
}
|