mount 2025-02-20

Is there a way to bring up a certain defstate + only its dependencies?

For a database migration I'd want to start db-related states (connection, datasource, config from env) but not the http server defstate for example

Currently it seems the only way is to enumerate the states I want to start

Am i missing something?

No, mount doesn't track dependencies like that

+ from docs

👍 1
👀 1