No description
- Python 100%
| ppauth_cli | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
ppauth-cli
* 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