Elad Ben-Israel

Results 198 comments of Elad Ben-Israel

Yes, we totally want to support monorepos and some of the work we've done in the past weeks (like abstractions for dependencies) is related. I am planning to pick this...

In the meantime, you can simply add a task: ```ts project.addTask('deploy-all', { exec: 'cdk deploy --all' }); ``` And then both of these will work: ```shell $ pj deploy-all #...

I am good with this proposal. Only wondering how this will be have in case the task executes more then one command. Which command will accept the additional args (that's...

Let's keep this open but I am actually not that sure this should be supported. There is something "healthy" in keeping tasks single-purposed and it's always easy to add tasks...

Currently, `--updateSnapshot` is only added if the project is configured with `antitamper: true` to ensure that snapshots are only updated if the release workflow has anti-tamper enabled. I do agree...

@RomainMuller @Chriscbr @iliapolo curious what y'all think about this.

How about a daily scheduled workflow that renders the changelog from GitHub release?

Indeed the current API doesn't allow specifying origin ID. I am curious, what is your use case for explicitly setting the origin ID?

Feels weird to completely disable asset bundling for all assets (whether they are part of your app or not). Would it make sense to specify which assets we want to...