How to Use JFrog CLI Without Editing Your CI Scripts
CYBERSECURITY FEATURED ANALYSIS

How to Use JFrog CLI Without Editing Your CI Scripts

BY

drewt

SOURCE

From the Frog's mouth - JFrog Blog

DATE

READ

1 min read

Using JFrog CLI used to come with a catch. To run a build through it, you had to put it in front of the command. For example, jf npm install instead of npm install or jf mvn package instead of mvn package per the example …

Using JFrog CLI used to come with a catch. To run a build through it, you had to put it in front of the command. For example, jf npm install instead of npm install or jf mvn package instead of mvn package per the example below: npm install → jf npm install mvn package →