Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bench get-app - support for mono repos and "App Store" like repos #1497

Open
varun-krishnamurthy opened this issue Nov 8, 2023 · 0 comments

Comments

@varun-krishnamurthy
Copy link

Issue: Feature Request

Is your feature request related to a problem? Please describe.
Currently, bench get-app assumes that there is only one app in the github repo. This would mean:

  1. Org developing multiple apps needs to have indivdual repos, CI processes etc, leading to additional over head
  2. In the container based deployment, CI process needs to overlay every app one at a time resulting in huge image.

Describe the solution you'd like

bench get-app allows the following:

  1. --context-dir parameter - This helps devs to fetch the application under a particular folder of the mono repo.
  2. --import-all - This helps devs to import all the apps inside a mono repo and install them.

Describe alternatives you've considered
Create individual repos for each app.

Additional context
This feature will let orgs to create a Linux Package repo/App store like environment wherein clients get access to the mono repo and install the required app provided by the vendor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant