Updated bulk.ts to use the centralized shouldShowSpinner() function instead of directly checking Deno.stdout.isTerminal(). This ensures progress display during bulk operations also respects the NO_COLOR environment variable. Fixes #113