Skip to main content

Plugin

The nx plugin automatically infers tasks from the project.json file and runs them using the nx-tools executor.

Application Tags

The plugin will add executors depending on the tags in the project.json file.

The plugin supports the following tags:

  • api
  • worker

By adding a tag to a project, the plugin will automatically add the corresponding tasks:

  • docker to build and push the docker image.
  • deploy to deploy the application to the environment.

Use the show command to see the tasks that the plugin will add to the project.