Skip to content

Commit 582df9b

Browse files
authored
feat: add interactive prompt to put command; (#8)
chore: update inquirer to only minimally required packages
1 parent 2fdb642 commit 582df9b

File tree

5 files changed

+90
-333
lines changed

5 files changed

+90
-333
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@
4040
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34",
4141
"dependencies": {
4242
"@aws-sdk/client-ssm": "^3.990.0",
43+
"@inquirer/input": "^5.0.6",
44+
"@inquirer/password": "^5.0.6",
4345
"@napi-rs/keyring": "^1.2.0",
4446
"commander": "^14.0.3",
4547
"dotenv": "^17.3.1",
46-
"inquirer": "^12.11.1",
4748
"zod": "^4.3.6"
4849
},
4950
"devDependencies": {

0 commit comments

Comments
 (0)