apxy config
Export and import proxy configuration.
apxy config export
Export all configuration to a JSON file.
apxy config export [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--file | string | apxy-config.json | Output file path |
apxy config import
Import configuration from a JSON file.
apxy config import [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--file | string | - | Configuration file to import (required) |
Inherited Options
| Flag | Type | Default | Description |
|---|---|---|---|
--config | string | ./configs/default.yaml | Config file path |
--error-format | string | text | Error output format: text or json |
--help-format | string | default | Help output format: default or agent |
--verbose | - | false | Enable verbose output |
Last updated on