quant info
Show the configuration the CLI will use for subsequent commands — endpoint, customer ID, project, and (where applicable) account details.
Synopsis
Section titled “Synopsis”quant info [options]Description
Section titled “Description”quant info prints the resolved configuration — endpoint, customer, project, and a masked token — from quant.json, environment variables, and any flags passed on the command line. It also pings the API to verify connectivity and reports the project’s total record count, so it doubles as a connection test before deploying.
Options
Section titled “Options”This command takes only the global options.
Examples
Section titled “Examples”Show current configuration
Section titled “Show current configuration”quant infoInspect a different endpoint
Section titled “Inspect a different endpoint”quant info -e https://api.staging.quantcdn.io/v1See also
Section titled “See also”quant init— set or update configuration.
