bin/dev/hossted activate --token SOME JWT TOKEN --org_id YOUR_ORG_ID -t k8s , you will see that hossted-operator works with all dev vars except HOSSTED_API_URL, it still uses default value - HOSSTED_API_URL: https://api.hossted.com/v1/instances .
So currently it's not possible to create cli binary for dev env
If you run locally
make -f Makefile dev
after export locally all the env vars and HOSSTED_API_URL=https://api.dev.hossted.com/v1/instances , then runbin/dev/hossted activate --token SOME JWT TOKEN --org_id YOUR_ORG_ID -t k8s
, you will see that hossted-operator works with all dev vars except HOSSTED_API_URL, it still uses default value - HOSSTED_API_URL: https://api.hossted.com/v1/instances .So currently it's not possible to create cli binary for dev env