suborbital / subo

The Suborbital CLI
Apache License 2.0
81 stars 25 forks source link

Introduce configuration for subo to set defaults #190

Open javorszky opened 2 years ago

javorszky commented 2 years ago

Right now subo has a bunch of defaults, for example rust as a language for a runnable.

As a developer working at an organization where our main language is not rust, every time I use subo create runnable, I need to pass the --lang argument to set it to my org's language.

It would be neat if we could have a bunch of env vars or a config yaml file where we could set defaults for ourselves.

Acceptance criteria:

hola-soy-milk commented 2 years ago

Just started wondering about this myself with the --native flag.

What if we have a config file to configure whether we want to have runnables/projects be built natively by default?

I'm in favour of this!