Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With our UI

  1. Navigate to your organization organization’s projects list.

  2. Click the Setup button.

  3. In the setup view, navigate to the By applying changes manually section.

  4. To set up WhiteSource Diffend, create a .diffend.yml file in the main directory of the project and copy-paste the configuration settings from the UI.

  5. Follow the remaining instructions specific to the package manager you are using.

...

  1. Add our Yarn plugin to the .yarn directory of your project by running the following code:

  2. Add the following lines to your .yarnrc file:

  3. Run yarn install and you are ready to go!

Info

Setting up an account using the UI does not require a big effort.

With our setup script (Ruby only)

This script will add a .diffend.yml configuration file and will add our plugin to your Gemfile.

  1. Navigate to your organization projects list.

    Image Removed
  2. Click the Setup button.

  3. In the setup view, navigate to the With our setup script (Ruby only) section.

  4. Copy the displayed command into your shell and press Enter.

...

None of the changes we make will be committed, so you can review them before you add anything to your project.

Info

Feel free to open the script URL and review all of its content before deciding on running it.

...

Running Diffend Checks

WhiteSource Diffend plugin runs automatically when the following commands are executed:

...