@tangle-network/sandbox-cli 0.12.2-develop.20260726033513.aa4b682 → 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 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 --image node:20 --ssh
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` exposes the full SDK provisioning surface, including image/environment, resources (CPU, memory, disk), temporary GPU leases, lifetime and idle timeout, driver and backend selection (`opencode`, `claude-code`, `codex`, `cursor`, `amp`, and other registry backends), SSH and web terminal, env and secret injection, metadata, initial permissions, git clone, tool pre-install, BYOS3 storage, snapshot restore, and outbound network controls. Run `tangle sandbox create --help` for the canonical flag list.
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