Skip to main content

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

Project description

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

Option Required Description
-u, --url Required URL for the GW Comparison API
-l, --left Required Directory for the original files
(the left side of the comparison)
-r, --right Required Directory for the rebuilt files
(the right side of the comparison)
--log Required Directory to store log file
--non_verbose Optional Non Verbose logging
(hides filenames)
--help Optional Show help message and exit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page