Skip to content

Commit 0dfc1ed

Browse files
committed
use the coder rest api instead of the coder cli tool
1 parent 396b946 commit 0dfc1ed

File tree

7 files changed

+22190
-21364
lines changed

7 files changed

+22190
-21364
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"dependencies": {
77
"@octokit/rest": "^21.1.1",
88
"dedent": "^1.5.3",
9+
"yaml": "^2.7.0",
910
"zod": "^3.24.2",
10-
"zx": "^8.4.1",
1111
},
1212
"devDependencies": {
1313
"@types/bun": "latest",
@@ -65,8 +65,8 @@
6565

6666
"universal-user-agent": ["universal-user-agent@7.0.2", "", {}, "sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q=="],
6767

68-
"zod": ["zod@3.24.2", "", {}, "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ=="],
68+
"yaml": ["yaml@2.7.0", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA=="],
6969

70-
"zx": ["zx@8.4.1", "", { "bin": { "zx": "build/cli.js" } }, "sha512-1Cb+Tfwt/daKV6wckBeDbB6h3IMauqj9KWp+EcbYzi9doeJeIHCktxp/yWspXOXRdoUzBCQSKoUgm3g8r9fz5A=="],
70+
"zod": ["zod@3.24.2", "", {}, "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ=="],
7171
}
7272
}

0 commit comments

Comments
 (0)