Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Is it possible to create custom Appsody stack based on some input parameters from the user #852

Open
marehem opened this issue Jul 27, 2020 · 1 comment
Labels
needs more info Needs additional information or clarification

Comments

@marehem
Copy link

marehem commented Jul 27, 2020

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".

@neeraj-laad
Copy link
Contributor

I'm not sure I have completely understood what you are describing above. but in my opinion, the stack should represent the common features and the developer using the stack should still be able to manage/control additional application dependencies in the project they are creating.

For example if you are writing a node application you will add those dependencies to your package.json configuration.

@neeraj-laad neeraj-laad added the needs more info Needs additional information or clarification label Jul 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs more info Needs additional information or clarification
Projects
None yet
Development

No branches or pull requests

2 participants