Command Not Found

I just tried:
ee site create example.ee --w3tc --user=admin --pass=password [email protected] --php7.3 --letsencrypt

But I received:
Error: Parameter errors:
unknown --w3tc parameter
unknown --user parameter
unknown --pass parameter
unknown --email parameter
Did you mean ‘–le-mail’?
unknown --php7.3 parameter

I was trying to make things easier to develop sites for me since I will need to develop about 100 sites weekly for customers around the world. How to run all these commands on a single input?

Edit: I was using my real site, not example.ee…

Please use this documentation for command reference: https://easyengine.io/commands/

You should have used

ee site create example.ee --type=wp --cache --admin-user=admin --admin-pass=password [email protected] --php=7.3 --ssl=le

This is documented here - https://easyengine.io/commands/site/create/