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

bluehawk-plugin-git

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluehawk-plugin-git

Bluehawk x git plugin

1.0.0
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

bluehawk-plugin-git

A Bluehawk x git plugin

Installation

npm install -g bluehawk bluehawk-plugin-git

Usage

The bluehawk-plugin-git executable returns its installation path, so you can use it easily with bluehawk --plugin.

Copy

Run bluehawk copy to a remote git repo, commit, and push.

bluehawk \
  --plugin "`bluehawk-plugin-git`" \
  git copy \
    --to-repo git@github.com:your/targetRepo.git \
    --state start \
    --delete-everything \
    --commit-message "Update with start state" \
    --branch start \
    /path/to/project

FAQs

Package last updated on 20 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts