@springmicro/cli 0.7.9 → 0.7.10
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
|
@@ -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.10 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.
|
|
66
|
+
_See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.10/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.10/src/commands/add/form.ts)_
|
|
87
87
|
|
|
88
88
|
## `springmicro help [COMMAND]`
|
|
89
89
|
|
|
@@ -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.10/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.10/src/commands/init/astro.ts)_
|
|
150
150
|
|
|
151
151
|
## `springmicro plugins`
|
|
152
152
|
|
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.10",
|
|
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": "f890b911cb1d65082aec5d408fb2346ffad71c63"
|
|
80
80
|
}
|