@fy-stack/cli 0.0.131 → 0.0.133
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/dist/index.js +3 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5,12 +5,9 @@ const prompts_1 = require("@inquirer/prompts");
|
|
|
5
5
|
const commander_1 = require("commander");
|
|
6
6
|
const init_app_1 = require("./commands/init-app");
|
|
7
7
|
commander_1.program
|
|
8
|
-
.name('fy-stack')
|
|
9
|
-
.version(
|
|
10
|
-
.description('
|
|
11
|
-
.action(() => {
|
|
12
|
-
console.log('Hello from my CLI app!');
|
|
13
|
-
});
|
|
8
|
+
.name('fy-stack')
|
|
9
|
+
.version("0.0.131")
|
|
10
|
+
.description('Fy-Stack CLI');
|
|
14
11
|
commander_1.program
|
|
15
12
|
.command("init")
|
|
16
13
|
.description("Initialize application infrastructure")
|