@computesdk/just-bash
Advanced tools
+3
-3
| { | ||
| "name": "@computesdk/just-bash", | ||
| "version": "0.4.10", | ||
| "version": "0.4.11", | ||
| "description": "just-bash provider for ComputeSDK - local sandboxed bash execution with virtual filesystem", | ||
@@ -22,4 +22,4 @@ "author": "ComputeSDK", | ||
| "nanoid": "^5.1.6", | ||
| "computesdk": "4.0.0", | ||
| "@computesdk/provider": "2.0.0" | ||
| "computesdk": "4.1.0", | ||
| "@computesdk/provider": "2.1.0" | ||
| }, | ||
@@ -26,0 +26,0 @@ "peerDependencies": { |
+0
-20
@@ -13,23 +13,3 @@ # @computesdk/just-bash | ||
| ### Gateway Mode (Recommended) | ||
| Use the gateway for zero-config auto-detection: | ||
| ```typescript | ||
| import { compute } from 'computesdk'; | ||
| // just-bash is always available - no credentials needed | ||
| const sandbox = await compute.sandbox.create(); | ||
| const result = await sandbox.runCommand('echo "Hello from just-bash!"'); | ||
| console.log(result.stdout); // "Hello from just-bash!" | ||
| await sandbox.destroy(); | ||
| ``` | ||
| ### Direct Mode | ||
| For direct SDK usage without the gateway: | ||
| ```typescript | ||
| import { justBash } from '@computesdk/just-bash'; | ||
@@ -36,0 +16,0 @@ |
42947
-1.06%368
-5.15%+ Added
+ Added
+ Added
- Removed
- Removed
Updated
Updated