I have registered EkinoNewRelic bundle and its all working however it also registers new console command called newrelic:notify-deployment.
How to remove this command from app/console without changing original code?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you can’t disable it. Instead, you should override it so it would just print something like “Command disabled, use acme:notify-deployment instead.” and return.