Colima
@whitemars/colimav2026.07.24.1
01README
Lifecycle management for a Colima VM (macOS container runtime, https://github.com/abiosoft/colima) via the local colima CLI: start and provision, stop, restart, delete, sync VM status, and exec commands inside the VM. One model instance targets one Colima profile.
02Models
@whitemars/colimav2026.07.24.1colima/colima.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| profile | string | Colima profile this instance manages (colima -p). Default: default. |
| cpus? | number | Number of CPUs to provision on start (colima --cpu). |
| memory? | number | Memory in GiB to provision on start (colima --memory). |
| disk? | number | Disk size in GiB to provision on start (colima --disk). |
| arch? | enum | VM architecture (colima --arch). |
| runtime? | enum | Container runtime (colima --runtime). |
| vmType? | enum | Virtual machine type (colima --vm-type). |
fn start()
Start (and provision) the Colima VM for this profile, then record its status.
fn stop(force: boolean)
Stop the Colima VM for this profile, then record its status.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Stop without graceful shutdown (colima stop --force). |
fn restart(force: boolean)
Restart the Colima VM for this profile, then record its status.
| Argument | Type | Description |
|---|---|---|
| force | boolean | During restart, stop without graceful shutdown (colima restart --force). |
fn delete()
Delete and tear down the Colima VM for this profile (destructive).
fn sync()
Refresh stored VM state from `colima list` / `colima status`.
fn exec(command: string)
Run a shell command inside the Colima VM (colima ssh -- sh -c <command>).
| Argument | Type | Description |
|---|---|---|
| command | string | Shell command to run inside the VM, e.g. 'docker ps' or 'uname -a'. |
Resources
status(infinite)— Current state of the Colima VM for this profile.
exec(infinite)— Result of the last command run inside the VM via colima ssh.
03Stats
A
100 / 100
Downloads
0
Archive size
15.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
04Platforms
05Labels