You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

glasswall-visual-layer-comparison-tool-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glasswall-visual-layer-comparison-tool-cli

CLI Tool that makes requests to the glasswall-visual-layer-comparison API

1.0.11
pipPyPI
Maintainers
1

glasswall-visual-layer-comparison-tool-cli

CLI Tool that makes requests to the glasswall-visual-layer-comparison API

CI CD

Installation

First Install:

pip install glasswall-visual-layer-comparison-tool-cli

Upgrading

pip install glasswall-visual-layer-comparison-tool-cli --upgrade

Usage

glasswall_visual_comparison_tool_cli [OPTIONS] COMMAND [ARGS]

dir-compare

To run the dir-compare command locally, pass in the URL of the API, the left and right directories -and the path to output logs to.

glasswall_visual_comparison_tool_cli dir-compare -u <url> -l <left/directory> -r <right/directory> --log <log/directory>

NOTE: The dir-compare command will NOT process subdirectories, it will log a warning when it encounters a folder in the left/right directories.

Options

OptionRequiredDescription
-u, --urlRequiredURL for the GW Comparison API
-l, --leftRequiredDirectory for the original files
(the left side of the comparison)
-r, --rightRequiredDirectory for the rebuilt files
(the right side of the comparison)
--logRequiredDirectory to store log file
--non_verboseOptionalNon Verbose logging
(hides filenames)
--helpOptionalShow help message and exit

FAQs

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