Skip to content

Commit b243302

Browse files
ivasioivasio
andauthored
Implement runtime cli v2 (#3383)
* regenerate the client, vibe-code all commands and tests * reimplement deployment command, add unit tests * reimplement configuration command, add unit tests * reimplement job commands * reimplement job-run commands * implement launch and serve * regenerate CLI docs * add follow mode for logs * add follow mode for logs * regenerate the clients, implement the dashboard command * reimplement the schedule command * reimplement the info command, always send default profile * use the returned script url everywhere, ignore openapi specs * add cron_descriptor to workspace extra --------- Co-authored-by: ivasio <[email protected]>
1 parent f64a350 commit b243302

File tree

21 files changed

+2667
-2801
lines changed

21 files changed

+2667
-2801
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,7 @@ local_cache/
149149

150150
# test file for examples are generated and should not be committed
151151
docs/examples/**/test*.py
152-
compiled_requirements.txt
152+
compiled_requirements.txt
153+
154+
# runtime api specs
155+
tools/runtime_clients/*.openapi.yaml

0 commit comments

Comments
 (0)