How to Run Secure Collection

I have a collection that I want to remain secure and run from the command line without having to create and maintain any json/csv.

I’m looking for something like:

newman run https://<mycollection> -e https://<environment> -u username -p password -r teamcity

Is there something like this that exists?