mount

valerauko 2025-02-20T08:10:27.870949Z

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

valerauko 2025-02-20T08:11:07.829299Z

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

valerauko 2025-02-20T08:11:26.207689Z

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

valerauko 2025-02-20T08:11:31.705529Z

Am i missing something?

Jan K 2025-02-20T11:43:51.659219Z

No, mount doesn't track dependencies like that

tolitius 2025-02-20T22:09:03.739299Z

+ from docs

👍 1
👀 1