Pynt CLI Troubleshooting
Troubleshoot Pynt CLI effectively! Explore our documentation for insights and solutions to common issues you might encounter with Pynt's command-line interface.
Last updated
pip show pyntclipip uninstall pyntdocker pull ghcr.io/pynt-io/pynt:v1-latest# Override the image repository (without the tag)
export IMAGE=<private-image-repository-uri>
# Optional: Override the image tag
export TAG=<image-tag>
#Example:
export IMAGE=registry.company.com/security/pynt
export TAG=v1-latest