apxy license
Activate, inspect, and deactivate the current license.
apxy license
Activate, inspect, and deactivate the current license
Options
-h, --help help for licenseOptions inherited from parent commands
--config string config file (default is ./configs/default.yaml)
--error-format string error output format: text|json (default "text")
--help-format string help output format: default|agent (default "default")
--output string output format: agent|human (default: auto-detect via TTY)
--verbose enable verbose outputSEE ALSO
- apxy - HTTPS proxy for capturing, inspecting, and modifying API traffic
- apxy license activate - Activate a license key on this machine
- apxy license deactivate - Deactivate the license on this machine
- apxy license status - Show the current license status
apxy license activate
Activate a license key on this machine
Synopsis
Activate a license key to unlock paid features on this machine.
The —key flag is required.
apxy license activate [flags]Examples
apxy license activate --key "APXY-XXXX-XXXX-XXXX"
apxy license activate --key "APXY-XXXX-XXXX-XXXX" --control-url http://localhost:8081Options
--control-url string control API URL (optional; applies to running proxy)
-h, --help help for activate
--key string License key to activateOptions inherited from parent commands
--config string config file (default is ./configs/default.yaml)
--error-format string error output format: text|json (default "text")
--help-format string help output format: default|agent (default "default")
--output string output format: agent|human (default: auto-detect via TTY)
--verbose enable verbose outputSEE ALSO
- apxy license - Activate, inspect, and deactivate the current license
apxy license deactivate
Deactivate the license on this machine
Synopsis
Deactivate the current license, removing the cached license and releasing the machine slot.
apxy license deactivate [flags]Examples
apxy license deactivate
apxy license deactivate --control-url http://localhost:8081Options
--control-url string control API URL (optional; applies to running proxy)
-h, --help help for deactivateOptions inherited from parent commands
--config string config file (default is ./configs/default.yaml)
--error-format string error output format: text|json (default "text")
--help-format string help output format: default|agent (default "default")
--output string output format: agent|human (default: auto-detect via TTY)
--verbose enable verbose outputSEE ALSO
- apxy license - Activate, inspect, and deactivate the current license
apxy license status
Show the current license status
Synopsis
Show the current license plan, key, device ID, validity, and expiry information.
apxy license status [flags]Examples
apxy license statusOptions
-h, --help help for statusOptions inherited from parent commands
--config string config file (default is ./configs/default.yaml)
--error-format string error output format: text|json (default "text")
--help-format string help output format: default|agent (default "default")
--output string output format: agent|human (default: auto-detect via TTY)
--verbose enable verbose outputSEE ALSO
- apxy license - Activate, inspect, and deactivate the current license
Last updated on