program
  .command('inspect <VM>')
  .description('Display detailed information about a virtual machine')
  .action(async (id) => {
    try {