@springmicro/cli 0.7.6 → 0.7.9

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
@@ -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.6 win32-x64 node-v22.11.0
24
+ @springmicro/cli/0.7.9 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.6/src/commands/add/auth.ts)_
66
+ _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.9/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.6/src/commands/add/form.ts)_
86
+ _See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.9/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.6/src/commands/init/index.ts)_
129
+ _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.9/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.6/src/commands/init/astro.ts)_
149
+ _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.7.9/src/commands/init/astro.ts)_
150
150
 
151
151
  ## `springmicro plugins`
152
152
 
@@ -134,5 +134,5 @@
134
134
  ]
135
135
  }
136
136
  },
137
- "version": "0.7.6"
137
+ "version": "0.7.9"
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.7.6",
4
+ "version": "0.7.9",
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": "80da3d6ac6bca817c19b88466b9c6c1a1f90b4fc"
79
+ "gitHead": "86e08f964bc21176fdd0c2048f830fb522ce96ff"
80
80
  }