TECH TASK: make dev/prod modes for boost?
STUB
Problem
-
boostcurrently defaults to prod if you supply no-uargument - this makes it easy to accidentally create channels on prod during local dev work
Potential solution(s)
- add dev/prod flags (
-td/--target-devand-tp/--target-prod) and require that one of them be set - look for a
BOOST_MODEenv var and require that it be set to eitherdevorprod
Edited by aguestuser