Usage
archal twin with no subcommand to see the available twin catalog.
Subcommands
start
Start a persistent hosted twin session.| Option | Description |
|---|---|
--all | Start all available twins |
--seed <twin:name> | Preload a named seed (e.g. github:enterprise-repo). Repeatable. |
--seed-file <path> | Load a JSON seed file into the first twin after startup |
--setup <text> | Describe desired state in plain English (seeds the first twin) |
--setup-file <path> | Read setup description from a file |
--ttl-seconds <n> | Request a longer session lifetime (capped server-side) |
archal twin renew to extend.
status
Show the active session, worker health, and API base URLs.list
List all active hosted twin sessions for the current user.attach
Attach the local CLI to an existing hosted session. Useful when sharing a session between terminals.renew
Extend the active session lifetime. Defaults to 1 hour if no duration is given.seed
Load state into a running twin.reset
Reset one or all twins to a clean state.stop
Tear down the active session and print usage stats.Using the returned URLs
archal twin start prints API base URLs you can use directly in your code:
curl, a Lambda, or a worker instead
of the Archal CLI, use the dual-header pattern in Direct API access.
