Metadata-Version: 2.1
Name: zeroguard-cli
Version: 0.0.1.dev2
Summary: ZeroGuard CLI
Home-page: https://zeroguard.com
Author: ZeroGuard
Author-email: oss@zeroguard.com
License: AGPL-3.0
Project-URL: Documentation, https://zeroguard-cli.readthedocs.io
Project-URL: Source, https://github.com/zeroguard/zeroguard-cli
Description: ZeroGuard CLI
        =============
        > NOTE: This is an initial CLI application layout draft. It will be later
        > removed completely or moved to Wiki / ReadTheDocs.
        
        CLI Structure
        -------------
        ### `zg` | Root Command Options
        #### Flags
        * `-L --log` - Enable logging
        * `-S --log-stdout` - Send log messages to STDOUT instead of STDERR if logging
          is enabled.
        * `-h --help` - Print help message and exit
        * `-q --quiet` - Do not output any informational messages
        * `-v -V --version` - Print ZG CLI version and exit
        
        #### Options With Arguments
        * `-l --log-level <LEVEL> [default: warning]` - Logging level
          - `debug, dbg`
          - `info, inf`
          - `warning, warn`
          - `error, err`
          - `critical, crit`
        * `-F --log-format <LOG_FORMAT> [default: default]` - Logging format
          - `default` - Default logging format (format is hard coded into the
            application)
          - `jsonl` - JSON list: each log message is a JSON object
          - `syslog` - [RFC5424](https://tools.ietf.org/html/rfc5424#section-6)
            compatible logging format
        * `-f --format <FORMAT> [default: verbose]` - Output format
          - `csv`
          - `json`
          - `tree` - Format similar to output of `tree` \*nix command
          - `verbose, verb` - Human friendly plain text output format
          - `yaml`
        
        ### `zg status` | Status Command
        Output ZeroGuard systems status and health information
        
        Conventions & Resources
        -----------------------
        * https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html
        * https://www.gnu.org/software/libc/manual/html_node/Getopt-Long-Options.html
        * https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html
        * https://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html
        * https://www.math.uni-hamburg.de/doc/java/tutorial/essential/attributes/_posix.html
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Security
Requires-Python: >=3.5
Description-Content-Type: text/markdown
