List registered bundles and grep for a specific one (e.g., Adyax). bin/console debug:container --parameter=kernel.bundles --format=json | grep Adyax Why: - Sanity-check that a bundle is enabled and discovered. - Useful during debugging DI/autoloading issues.