Publish App + Scripts + Flows to Windmill Hub

Is there a way to take a WIndmill App + its dependencies: scripts, flows, variables, etc. and publish the whole thing as one package to Windmill Hub? If it's possible, I don't see a way to do it in my Windmill admin UI. I just published a Windmill "app" but it's missing some of my Bash scripts, and variables containing PowerShell scripts. The app won't work without these dependencies.
1 Reply
rubenf
rubenf11mo ago
For the scripts, the best at the moment is to inline everything before exporting the app. For variables, its on purpose since you do not want to inadverdently export secrets. But using instructions and resource types instead of variables, at the moment of forking, the users will get a nice menu to set those up. Forinlining flows, we do not have a good solutions at the moment.