Metadata-Version: 2.1
Name: glasswall-visual-layer-comparison-tool-cli
Version: 1.0.4
Summary: CLI Tool that makes requests to the glasswall-visual-layer-comparison API
Home-page: https://github.com/filetrust/glasswall-visual-layer-comparison-tool-cli
Author: ahewitt
Author-email: ahewitt@glasswallsolutions.com
License: UNKNOWN
Description: # glasswall-visual-layer-comparison-tool-cli
        CLI Tool that makes requests to the glasswall-visual-layer-comparison API
          
        [![CD](https://github.com/filetrust/glasswall-visual-layer-comparison-tool-cli/actions/workflows/CD.yml/badge.svg)](https://github.com/filetrust/glasswall-visual-layer-comparison-tool-cli/actions/workflows/CD.yml)
          
        # 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>
        ```
          
        <b>NOTE:</b> The dir-compare command will NOT process subdirectories, it will log a warning when it encounters a folder in the left/right directories.
          
        ### Options
        <table>
        	<thead>
        		<tr>
        			<th>Option</th>
        			<th>Required</th>
        			<th>Description</th>
        		</tr>
        	</thead>
        	<tbody>
        		<tr>
        			<td>-u, --url</td>
        			<td>Required</td>
        			<td>URL for the GW Comparison API</td>
        		</tr>
        		<tr>
        			<td>-l, --left</td>
        			<td>Required</td>
        			<td>Directory for the original files<br/>(the left side of the comparison)</td>
        		</tr>
        		<tr>
        			<td>-r, --right</td>
        			<td>Required</td>
        			<td>Directory for the rebuilt files<br/>(the right side of the comparison)</td>
        		</tr>
        		<tr>
        			<td>--log</td>
        			<td>Required</td>
        			<td>Directory to store log file</td>
        		</tr>
        		<tr>
        			<td>--non_verbose</td>
        			<td>Optional</td>
        			<td>Non Verbose logging<br/>(hides filenames)</td>
        		</tr>
        		<tr>
        			<td>--help</td>
        			<td>Optional</td>
        			<td>Show help message and exit</td>
        		</tr>
        	</tbody>
        </table>
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
