Review the existing apply command implementation (likely in lib/apply.js) to understand how configurations are applied. Examine the Kong client module for API interaction patterns. Then, implement a new dry run command (or flag) that performs validation without making state changing API calls. Consider using Kong's validation endpoints if available, and ensure output clearly shows what would change. Test with a local Kong instance.