CLI
infracollect
Section titled “infracollect”NAME: infracollect - Infracollect is a tool to collect infrastructure data
USAGE: infracollect [global options] [command [command options]]
VERSION: dev
COMMANDS: collect Collect infrastructure data validate Validate a job file version Print version information help, h Shows a list of commands or help for one command
GLOBAL OPTIONS: --debug, -d Enable debug logging --log-level string, -l string Log Level (debug, info, warn, error, fatal) (default: "info") --log-format string Log format (json, console) (default: "console") --help, -h show help --version, -v print the versioncollect
Section titled “collect”NAME: infracollect collect - Collect infrastructure data
USAGE: infracollect collect [options] The job file to collect data from
OPTIONS: --pass-env string [ --pass-env string ] Environment variables to pass through to job execution (can be repeated) --pass-all-env Pass all environment variables through to job execution --trust-remote Trust remote job file --help, -h show help
GLOBAL OPTIONS: --debug, -d Enable debug logging --log-level string, -l string Log Level (debug, info, warn, error, fatal) (default: "info") --log-format string Log format (json, console) (default: "console")validate
Section titled “validate”NAME: infracollect validate - Validate a job file
USAGE: infracollect validate [options] The job file to validate
OPTIONS: --pass-env string [ --pass-env string ] Environment variables to pass through to job execution (can be repeated) --help, -h show help
GLOBAL OPTIONS: --debug, -d Enable debug logging --log-level string, -l string Log Level (debug, info, warn, error, fatal) (default: "info") --log-format string Log format (json, console) (default: "console")version
Section titled “version”NAME: infracollect version - Print version information
USAGE: infracollect version [options]
OPTIONS: --help, -h show help
GLOBAL OPTIONS: --debug, -d Enable debug logging --log-level string, -l string Log Level (debug, info, warn, error, fatal) (default: "info") --log-format string Log format (json, console) (default: "console")