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