Overview
The Catchpoint Command Line Interface (CLI) is a tool to interact with the Catchpoint API. You can use it to run instant tests, retrieve test results, and manage various Catchpoint resources. All logging is done via stderr to ensure that command output can be easily parsed or redirected.
Options
--api-token string API token (or set the 'CATCHPOINT_API_TOKEN' environment variable)
--config-file string A configuration file to load commonly-used flags
-h, --help help for catchpoint-cli
--output-fields strings Output fields to include in dot notation e.g. 'data.name,completed' (default [.])
--output-format FormatterType Output format [JSON, Table] (default Table)
-v, --verbose count Enable verbose logging. Use -v for basic verbose, -vv for debug, -vvv for trace
--version Print version and exit