-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[cli] support adding multiple app names in cdk.json #9346
Comments
@alimeerutech have you tried putting shared configuration in We might have a duplicate issue for this, i'll have to look. It was something we said we'd consider for 2.0 IIRC |
correct, that is the case. We have multiple apps sharing the same context
variables. thanks
…On Thu, Jul 30, 2020 at 10:35 AM Shiv Lakshminarayan < ***@***.***> wrote:
@alimeerutech <https://github.com/alimeerutech> have you tried putting
shared configuration in ~/.cdk.json as a user setting, or is the use case
that you have a group of apps that require specific shared settings and
you'd like to be able to specify it all within app?
We might have a duplicate issue for this, i'll have to look. It was
something we said we'd consider for 2.0 IIRC
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9346 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AONGMYI3NC5JY6D24Y5S27DR6GVPFANCNFSM4PMNCZSQ>
.
|
+1 |
+1 |
+1 |
1 similar comment
+1 |
+1 |
1 similar comment
+1 |
+1 |
1 similar comment
+1 |
This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue. |
Would it be easier to use a mono repo with a shared cdk folder ? |
any updates? |
This would be useful. |
Anything going on here, this feature still would be nice to have... |
support adding multiple app names in
cdk.json
Use Case
If you have multiple apps sharing the same
cdk.json
you either have to pass in the app viacdk --app
or copycdk.json
around, it would be much nicer if we could support having a singlecdk.json
with multiple appsProposed Solution
support adding multiple app names in
cdk.json
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: