@fy-stack/cli 0.0.131 → 0.0.132

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -6
  2. 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') // The command users will type
9
- .version('1.0.0')
10
- .description('My awesome CLI app')
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")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-stack/cli",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "dependencies": {
5
5
  "@aws-sdk/client-iam": "^3.731.1",
6
6
  "@aws-sdk/client-sts": "^3.731.1",