🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

git-pull-run

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-pull-run - npm Package Compare versions

Comparing version

to
1.5.0

{
"name": "git-pull-run",
"version": "1.4.1-next.1",
"version": "1.5.0",
"description": "Run commands and scripts after git pull",

@@ -5,0 +5,0 @@ "bin": "./dist/cli.js",

@@ -29,2 +29,3 @@ [![npm](https://img.shields.io/npm/v/git-pull-run?label=git-pull-run)](https://www.npmjs.com/package/git-pull-run)

-d, --debug print additional debug information (default: false)
-o, --once run command only once if any files match the pattern (default: false)
-h, --help display help for command

@@ -38,2 +39,3 @@ ```

- **`--message <message>`**: Message to print on the shell if any changed files matches the `pattern`. The message is printed only once and not for each changed file.
- **`--once`**: Run the command or script only once in the git root directory if any files match the pattern, instead of running it for each matched file.
- **`--debug`**: Run in debug mode and print additional information about the changed files and commands and scripts that are being executed.

@@ -40,0 +42,0 @@