Skip to content

Commit 7367416

Browse files
committed
Added ability to configure ssh key and login.
1 parent 2cd20ea commit 7367416

File tree

5 files changed

+233
-78
lines changed

5 files changed

+233
-78
lines changed

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
98
"start": "node index.js"
109
},
1110
"keywords": [
@@ -18,7 +17,7 @@
1817
"chalk": "^5.3.0",
1918
"commander": "^11.1.0",
2019
"inquirer": "^9.2.12",
20+
"js-yaml": "^4.1.0",
2121
"ora": "^7.0.1"
2222
}
23-
}
24-
23+
}

0 commit comments

Comments
 (0)