Is it possible to have run a specific model with rasa shell and give a input phrase on the same line?

Hello all,

I am new to RASA and was trying to explore and had a question.

I know that I can run a specific model using: rasa shell -m models/20200922-184826.tar.gz

But, is there a way where I can run the specific model with an input phrase so that bot automatically classifies the intent and gives a reponse: rasa shell -m models/20200922-184826.tar.gz --input “Hey there!”

Responses would be much appreciated!