Skip to content

Tranzia CLI Documentation

Welcome to the Tranzia CLI documentation!
Tranzia is a modern, unified CLI toolkit for developers, DevOps, and SREs, combining networking tools like curl, nc, openssl, and tcpdump under one interface.


📚 Available Commands


📝 How to Use Tranzia

  • To view available commands:
tranzia --help
  • To get help for any command:
tranzia <command> --help

Examples:

  • Basic TCP client:
tranzia tcp client --host example.com --port 9000
  • Generate TLS certificate:
tranzia tls cert generate --key-type rsa --subject "/CN=example.com/O=Org"

💡 Resources


Auto-generated using Cobra CLI tools.