Skip to Content

apxy config

Export and import proxy configuration.

apxy config

Export and import proxy configuration

Options

-h, --help help for config

Options 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 output

SEE ALSO

apxy config export

Export all configuration to a JSON file

apxy config export [flags]

Options

--file string output file path (default "apxy-config.json") -h, --help help for export

Options 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 output

SEE ALSO

apxy config import

Import configuration from a JSON file

apxy config import [flags]

Options

--file string configuration file to import -h, --help help for import

Options 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 output

SEE ALSO

apxy config telemetry

View or change telemetry consent

Synopsis

View or change APXY telemetry consent.

APXY collects anonymous usage statistics and crash reports to improve the product. No request content, credentials, or personally identifiable information is ever sent.

Use ‘on’ to enable telemetry (default for release builds). Use ‘off’ to opt out completely. Use ‘status’ or run without arguments to see the current setting.

You can also set DO_NOT_TRACK=1 in your environment to disable telemetry without modifying any files.

apxy config telemetry [on|off|status] [flags]

Options

-h, --help help for telemetry

Options 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 output

SEE ALSO

Last updated on