Open eladb opened 6 months ago
Rust has a concept of compilation "profiles" that could be interesting to look into. Would it be better if all configuration is in a single wing.toml
file? I imagine having a fixed file path might make it easier for other tools to interop / work with Wing projects (in my head, thinking about how package.json
, tsconfig.json
, pyproject.toml
, and Cargo.toml
are usually the same name)
Hi,
This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!
Use Case
I am looking for a way to specify a custom name for
wing.toml
when runningwing compile
,wing run
orwing test
.Proposed Solution
I am not sure I understand from the docs if
--values
refers to thewing.toml
file or some other configuration file.It is also only supported for
wing compile
and not respected forwing test
.We need to clean this stuff up because it's getting pretty messy.
Implementation Notes
No response
Component
No response
Community Notes