Is your feature request related to a problem? Please describe.
Currently you need to specify flatpaks and all their dependencies in a long list. This makes it really hard to know what dependencies belong with which flatpak.
Describe the solution you'd like
It would be very useful to have a standard file type you could create in your repo that has metadata for each flatpak and it's dependencies. That would allow you to define it in a set of files for easier organization. For the docker container we would want the option to specify a directory or mount that directory as a volume into the container.
Describe alternatives you've considered
The alternative is the above command :D
Since a lot of flatpaks share dependencies, we will want to have logic that makes sure the dependency does not get added to the list of installed flatpaks more than once.
Is your feature request related to a problem? Please describe. Currently you need to specify flatpaks and all their dependencies in a long list. This makes it really hard to know what dependencies belong with which flatpak.
As an example with not that many apps:
Describe the solution you'd like It would be very useful to have a standard file type you could create in your repo that has metadata for each flatpak and it's dependencies. That would allow you to define it in a set of files for easier organization. For the docker container we would want the option to specify a directory or mount that directory as a volume into the container.
Describe alternatives you've considered The alternative is the above command :D