whzbox documentation
whzbox is a Go CLI for Whizlabs cloud sandboxes. The current implementation is AWS-only and centers on a few behaviors that matter when you use it in practice:
create awscan reuse a cached, unexpired sandbox instead of provisioning a new one.execandlistare cache-backed. They do not call Whizlabs.logoutclears session tokens but preserves cached sandboxes.statusis session-only today. It does not report live sandbox state.--jsonis only implemented bycreateandlist.--durationaccepts Go durations but is rounded up to whole hours for the upstream API.
This site is organized with the Diataxis model:
- Tutorials: learn one complete workflow end to end
- How-to Guides: solve specific tasks quickly
- Reference: look up commands, flags, env vars, schemas, and exit codes
- Explanation: understand the design decisions and operational tradeoffs
Start with the tutorial if you have not used whzbox before: