New Command: cptd install β Install and manage CPTD CLI plugins from official repository
July 30, 2025
You can now extend your CLI with official plugin packages using:
cptd install --i <command_name>
π¦ What cptd install can do:
- π List all available plugins for your OS: cptd install –list
- β Install a command: cptd install –i portscanner
- π§ͺ Install with dependencies (if declared in manifest): cptd install –i portscanner –with-deps
- β Allow insecure code (e.g., pip install inside plugin): cptd install –i portscanner –allow-insecure
- β Uninstall a command: cptd install –u portscanner
π§ Smart logic:
- Automatically detects your OS (Windows, Linux, macOS) and selects the right repository:
- https://www.cptdcli.com/repo01
- https://www.cptdcli.com/repo02
- https://www.cptdcli.com/repo03
- Each plugin is listed in plugins.json with name, version, and description.
π‘ CPTD CLI is now fully extensible. Install only what you need β instantly.
π Try it now:
cptd install --list