ash-inspect - show detailed VM configuration and state
Shows a concise, human-readable summary of a named running or stopped VM.
The default view includes runtime and storage status, flake and space configuration, machine resources, workspace paths, configured virtle mounts and files, and runtime mount owners stored in ash-state.toml.
With --json, prints the complete machine-readable view, including the saved ash-state.toml, referenced ash configuration, generated virtle.toml, detailed paths, raw virtle runtime status, and the guest mount table when running.
ash inspect work
ash inspect --json work | jq '.virtle.config.mounts'
ash inspect --json work | jq '.hotmounts'
Generated from ash Cmdliner manpage metadata.