Metadata-Version: 2.1
Name: boman-cli
Version: 1.2
Summary: CLI tool of boman.ai
Home-page: https://boman.ai
Author: Sumeru Software Solutions Pvt. Ltd.
Author-email: support@boman.ai
License: BSD 2-clause
Description: # Introduction 
        Boman CLI is a Orchestration script written in python to run security scans on the customer's local or CI/CD environment and upload the results to Boman.ai SaaS server.
        
        
        # Installation
        
        ` pip install boman-cli`
        
        # Getting Started
        
        ###  For help
        
        ` boman-cli -h` 
        
        ### To test the boman cli server
        
        ` boman-cli -a test-saas`
        
        
        ### To test the boman configuration written in boman.yaml file
        
        ` boman-cli -a test-yaml`
        
        ### To run the scan 
        
        ` boman-cli -a run`
        
        ### To run the scan on specific Boman SaaS URL (On prem)
        
        ` boman-cli -a run -u {URL}`
        
        
        ### releases:
        
        #### v1.02 with following changes:
        
        Version with synk integration, codeql csharp build, exit code sorted
        added option to fail/pass build, dast error sorted
        Snyk feature added and upload logs to saas function added
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
