@springmicro/cli 0.2.0-alpha.0 → 0.2.0-alpha.1

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.2.0-alpha.0 win32-x64 node-v20.15.0
29
+ @springmicro/cli/0.2.0-alpha.1 win32-x64 node-v20.15.0
30
30
  $ springmicro --help [COMMAND]
31
31
  USAGE
32
32
  $ springmicro COMMAND
@@ -81,7 +81,7 @@ EXAMPLES
81
81
  $ springmicro add auth
82
82
  ```
83
83
 
84
- _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.0/src/commands/add/auth.ts)_
84
+ _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.1/src/commands/add/auth.ts)_
85
85
 
86
86
  ## `springmicro help [COMMAND]`
87
87
 
@@ -124,7 +124,7 @@ EXAMPLES
124
124
  $ springmicro init astro -n example
125
125
  ```
126
126
 
127
- _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.0/src/commands/init/index.ts)_
127
+ _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.1/src/commands/init/index.ts)_
128
128
 
129
129
  ## `springmicro init astro`
130
130
 
@@ -144,7 +144,7 @@ EXAMPLES
144
144
  $ springmicro init astro -n <project-name>
145
145
  ```
146
146
 
147
- _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.0/src/commands/init/astro.ts)_
147
+ _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.1/src/commands/init/astro.ts)_
148
148
 
149
149
  ## `springmicro plugins`
150
150
 
@@ -101,5 +101,5 @@
101
101
  ]
102
102
  }
103
103
  },
104
- "version": "0.2.0-alpha.0"
104
+ "version": "0.2.0-alpha.1"
105
105
  }
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.2.0-alpha.0",
4
+ "version": "0.2.0-alpha.1",
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": "99d420d7d0ad1b78e03e986fa190e89e793d43b3"
79
+ "gitHead": "d988e7008130d071792f11d20bd22ab2fe4ea695"
80
80
  }