@tangle-network/sandbox-cli 0.12.2-develop.20260726034003.c2b79f5 → 0.13.0-develop.20260726072320.8402d7e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/index.mjs +10 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -101,7 +101,7 @@ Examples:
|
|
|
101
101
|
tangle auth login --api-key sk_...
|
|
102
102
|
|
|
103
103
|
# sandbox lifecycle
|
|
104
|
-
tangle sandbox create --name my-box --
|
|
104
|
+
tangle sandbox create --name my-box --environment node:20 --ssh
|
|
105
105
|
tangle sandbox list
|
|
106
106
|
tangle sandbox get sbx_123
|
|
107
107
|
tangle sandbox stop sbx_123
|
|
@@ -190,7 +190,9 @@ Use `tangle usage` to inspect account-level GPU seconds and GPU spend.
|
|
|
190
190
|
|
|
191
191
|
## Provisioning Coverage
|
|
192
192
|
|
|
193
|
-
`tangle sandbox create`
|
|
193
|
+
`tangle sandbox create` supports environments or container images, resources, temporary GPU leases, lifecycle limits, driver and backend selection, SSH and web terminal, environment variables, secrets, metadata, git clone, BYOS3 storage, and snapshot restore.
|
|
194
|
+
Use the `tools`, `permissions`, `network`, and `expose` commands after creation.
|
|
195
|
+
Run `tangle sandbox create --help` for the current flag list.
|
|
194
196
|
|
|
195
197
|
## Limitations
|
|
196
198
|
|