@springmicro/cli 0.2.1 → 0.3.0
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
|
@@ -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.
|
|
34
|
+
@springmicro/cli/0.3.0 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.
|
|
102
|
+
_See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.0/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.
|
|
122
|
+
_See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.0/src/commands/add/form.ts)_
|
|
123
123
|
|
|
124
124
|
## `springmicro help [COMMAND]`
|
|
125
125
|
|
|
@@ -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.
|
|
165
|
+
_See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.0/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.
|
|
185
|
+
_See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.0/src/commands/init/astro.ts)_
|
|
186
186
|
|
|
187
187
|
## `springmicro plugins`
|
|
188
188
|
|
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.
|
|
4
|
+
"version": "0.3.0",
|
|
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": "a50179e6b459af707d7ba19db175073207ce28c0"
|
|
80
80
|
}
|