@springmicro/cli 0.5.11 → 0.5.13

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 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.11 win32-x64 node-v20.19.0
29
+ @springmicro/cli/0.5.13 win32-x64 node-v20.19.0
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.11/src/commands/add/auth.ts)_
83
+ _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.13/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.11/src/commands/add/form.ts)_
103
+ _See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.13/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.11/src/commands/init/index.ts)_
146
+ _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.13/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.11/src/commands/init/astro.ts)_
166
+ _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.5.13/src/commands/init/astro.ts)_
167
167
 
168
168
  ## `springmicro plugins`
169
169
 
@@ -134,5 +134,5 @@
134
134
  ]
135
135
  }
136
136
  },
137
- "version": "0.5.11"
137
+ "version": "0.5.13"
138
138
  }
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.11",
4
+ "version": "0.5.13",
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": "229ac879bbc1c5e1df2a7a91e670d9195c128c7e"
79
+ "gitHead": "596e9fe58eab22df211e097c2058b5cc267fe30c"
80
80
  }