Momo Kornher

Results 490 comments of Momo Kornher

Hi Johnny, Docs for [CodeArtifact](https://projen.io/publisher.html#publishing-to-aws-codeartifact) can be found here. I'm afraid there is not built-in support for CodeCommit or CodePipeline yet. I don't see why CodeCommit would not work or...

Apologies for the late response. I think rebuilding the workflow is indeed the way to go at the moment. Workflows don't have a lot of abstraction at the moment so...

What worked for me, was to add the docker group. Unfortunately this is just a number and not a nice name. I guess it might change and break again without...

Finally open an issue with the GitHub team https://github.com/actions/runner-images/issues/6505

I'm curious, what's your use case for building a custom CLI? Mostly asking because I don't think that's something currently considered much in projen. So I'm not really surprised it...

No you're right then. I wasn't aware of that page. 👍🏻

Thanks for calling this out! I reckon we can give [`BuildWorkflowOptions` ](https://github.com/projen/projen/blob/15399b13c6d6de6f85738c6c113d338d0c74134f/src/build/build-workflow.ts#L31)a new option permissions, which are then included in `addBuildJob`: https://github.com/projen/projen/blob/15399b13c6d6de6f85738c6c113d338d0c74134f/src/build/build-workflow.ts#L159-L161 In the `NodeProject` we can conditionally add these...

What's the advantage over `npx projen new`?

Without arguments, `npm create projen` doesn't do anything as projen wouldn't know which project type to create. We would have to publish a separate package for every project and I...

`workflowBootstrapSteps` does allow that. Not sure how generic it is though. https://github.com/mrgrain/cdk-esbuild/blob/171e4b0359ddc4c0dda67d79bbb232fa71a6c5da/.projenrc.ts#L78-L81