No description
  • TypeScript 96%
  • Shell 4%
Find a file
antman a99414ab4e
Some checks failed
/ build-and-publish (push) Failing after 14s
Add a customizable delay to issueRawCommand (#6)
### Motivation

It's becoming pretty common to call `delay(someNumber)` after calling `issueRawCommand` so it makes sense to make this part of the behaviour of issueRawCommand

### Solution

Added an optional `delayMs` property to `issueRawCommand`

Also removed an unused `shutdown` function — it has been replaced with a function that ensures it's not running on the physical machine!

Co-authored-by: Anthony Manning-Franklin <anthony.manning.franklin@gmail.com>
Reviewed-on: #6
2026-08-08 06:36:37 +00:00
.forgejo run-test-in-VM (#3) 2026-08-06 09:22:34 +00:00
.vscode Add patch config endpoint (#4) 2026-08-07 07:42:34 +00:00
simulation-tests Add a customizable delay to issueRawCommand (#6) 2026-08-08 06:36:37 +00:00
src Refactors state management code (#5) 2026-08-07 08:40:18 +00:00
.gitignore Initial commit 2026-07-30 02:29:56 +00:00
deno.json Refactors state management code (#5) 2026-08-07 08:40:18 +00:00
deno.lock Add patch config endpoint (#4) 2026-08-07 07:42:34 +00:00
install.sh run-test-in-VM (#3) 2026-08-06 09:22:34 +00:00
ktc_manager.service Publish primitive manager (#1) 2026-08-03 05:37:34 +00:00
README.md Add installation script (#2) 2026-08-03 06:33:07 +00:00

state-manager

Install via curl -fsS https://git.antman.me/kill-the-cloud/state-manager/raw/branch/main/install.sh | bash