nx-tools icon indicating copy to clipboard operation
nx-tools copied to clipboard

Nx Workspaces builders and tools

Results 79 nx-tools issues
Sort by recently updated
recently updated
newest added

Executing the command `nx g @nx-tools/nx-prisma:init appName` will always result in the same error: ``` $ npx nx g @nx-tools/nx-prisma:init webapp > NX Generating @nx-tools/nx-prisma:init > NX Cannot find module...

Hi, Thanks for this fantastic set of tools. We need to make use of metadata options, and these are distinct in our CI setup, depending on the branch the user...

I’m doing a POC with building a custom WSL Distribution specifically build for NX-workspace development. At the moment I’m using a shell script to build a container via PodMan and...

Hey, is it possible to add Bamboo Support for Metadata Context? Its quite limited for unsupported CI Providers Thanks in advance!

I have put the correct cache info, I see it correct in the flags the plugin calls to build to the container, but it does not download or upload any...

Trying the command `nx g @nx-tools/nx-container:init exampleDockerApp` leads to > NX Cannot find configuration for 'exampleDockerApp' in /workspace.json. Since there is no workspace.json anymore.

Hi, any idea how to get around the following? ` NX buildx failed with: ERROR: Error response from daemon: authorization denied by plugin pipelines: --privileged=true is not allowed` I've tried...

Hi @gperdomor So I've been trying to get the process of building it through podman and docker on Bitbucket by haven't managed to get it working. Per our architect he...

I noticed there isn't an executor for the `prisma format` command, could u consider adding it?

Hello, We are happily using the container plugin so thanx for this really cool tool. Recently we decided to move to [Jib](https://github.com/GoogleContainerTools/jib/blob/master/jib-cli/README.md) and were thinking of creating a nx-jib plugin...