hossted / cli

The hossted cli - built to interact with a hossted agent and the hossted API
https:/hossted.com
MIT License
3 stars 4 forks source link

hossted dev mode #104

Open liorkesos opened 1 month ago

liorkesos commented 1 month ago

The only difference between dev and prod variables are the URLS LOKI_URL , MIMIR_URL and HOSSTED_API_URL We should pass a -d or --dev flag that will overide these 3 variables.

I will create 3 additional variables that are passed in buildtime LOKI_DEV_URL MIMIR_DEV_URL HOSSTED_DEV_API_URL and you will use those instead in this case.

liorkesos commented 1 month ago

I'm not sure that default DEVICE-ID is being built when we are not in dev mode.