No description
Find a file
2025-07-12 03:30:26 +02:00
ppauth_cli Version 0.1.3 2025-07-12 03:00:51 +02:00
.gitignore initial commit 2025-07-11 22:45:13 +02:00
pyproject.toml Version 0.1.3 2025-07-12 03:00:51 +02:00
README.md Update README.md 2025-07-12 03:30:26 +02:00

ppauth-cli

A simple CLI to make authentication quick and painless for developers, system administrators, and DevOps teams.

* Note: These packages are automatically installed when you run pip install ppauth
$ ppauth-cli --help                                                                                     
usage: ppauth-cli [-h] {registry,get} ...

ProxyAuth CLI

positional arguments:
  {registry,get}
    registry      Registry actions
    get           Authentication actions

options:
  -h, --help      show this help message and exit

  • get token
# Quickly retrieve an authentication token for use in your commands.
$ ppauth-cli get token --host 127.0.0.1 --port 8080 --username admin --password admin123 --no-tls-verify
  • registry otp
# Generates a QR code for two-factor authentication.
# Use it to complete login and receive your access token.
$ ppauth-cli registry otp --host 127.0.0.1 --port 8080 --username admin --password admin123 --no-tls-verify

Last Versions

Show All Versions