gatenet.cli package

Subpackages

Submodules

gatenet.cli.main module

Gatenet CLI package entry point.

Usage:

python -m gatenet.cli <command> [options] gatenet <command> [options] (if installed as a script)

gatenet.cli.main.main()[source]

Entry point for the gatenet CLI.

Return type:

int

Examples

$ python -m gatenet.cli ping 8.8.8.8 –output json $ gatenet trace google.com –output table

Module contents

Gatenet CLI package.

This package exposes the CLI entry point used by the installed gatenet script. Use python -m gatenet.cli or gatenet after installing the package.

gatenet.cli.main()[source]

Entry point for the gatenet CLI.

Return type:

int

Examples

$ python -m gatenet.cli ping 8.8.8.8 –output json $ gatenet trace google.com –output table