Implement SAND-WP-0005: extension SDK and ext.vm-packer
Add SandboxExtension base class, extension SDK docs, vm-packer attach mode for build-machines VMs, profile.vm-haskell-build, SSH port support, tests, and migration docs.
This commit is contained in:
parent
c8126672ee
commit
cec0fc6348
20 changed files with 679 additions and 16 deletions
|
|
@ -38,6 +38,7 @@ Sandbox CLI (v0):
|
|||
```bash
|
||||
sandboxer create # canary self-deploy (profile.sandbox-canary)
|
||||
sandboxer create --profile profile.compose-e2e --input repo=/path/to/repo
|
||||
sandboxer create --profile profile.vm-haskell-build --input vm=haskell-build --input repo=/path
|
||||
sandboxer get <id>
|
||||
sandboxer list
|
||||
sandboxer destroy <id>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue