Socket
Socket
Sign inDemoInstall

glasswall-visual-layer-comparison-tool-cli

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

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


Maintainers
1

Readme

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 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc