You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
Is it possible to create a custom Appsody stack based at runtime based on some input paramteres from the user.
For example, one user may request "A" dependency and second user may request "B and C" dependencies and third user may need "A and C" dependencies.
So, Can I paramaterized the creation of my custome stack to be based on each user requirements? "as a runtime custom stack creation".