Andy Fase
Andy Fase
@Kotaimen correct this is exactly what i am describing. Yeah the implementation of cross-stack references in cfn-cli wont work for exporting config. I agree at that point error'ing out would...
Ok let me know if I can help? there are a couple of people I know who would be willing to contribute coding time to helping out as well. Theres...
Hey @Kotaimen happy to have both flags but which takes priority? Currently we have `--confirm` defaults to False `--no-confirm` I assume would also default to False Hence If both not...
Hey sorry @GlieseRay was away for a few days. Happy to have both flags. So just to confirm your suggesting `--no-confirm` is added and set to True which for now...
Just adding to this. I honestly think the change needed is as simple as ``` const apiOptions = { target: `${process.env.MARQUEZ_PROTO ?? "http"}://${process.env.MARQUEZ_HOST}:${process.env.MARQUEZ_PORT}/`, changeOrigin: process.env.PROXY_CHANGE_ORIGIN?.toLowerCase() === "true" } ``` This...