Run Insomnia request collection, identifier can be a workspace id
run collection
Related Documentation
Related Resources
Syntax
run collection [options] [identifier]
Local Flags
-
-t, --requestNamePattern <regex>
: run requests that match the regex -
-i, --item <requestid>
: request or folder id to run -
-e, --env <identifier>
: environment to use -
-g, --globals <identifier>
: global environment to use (filepath or id) -
--delay-request <duration>
: milliseconds to delay between requests -
--env-var <key=value>
: override environment variables -
-n, --iteration-count <count>
: number of times to repeat -
-d, --iteration-data <path/url>
: file path or url (JSON or CSV) -
-r, --reporter <reporter>
: reporter to use, options are [dot, list, min, progress, spec, tap] -
-b, --bail
: abort (“bail”) after first non-200 response -
--disableCertValidation
: disable certificate validation for requests with SSL -
--httpsProxy <proxy>
: URL for the proxy server for https requests. -
--httpProxy <proxy>
: URL for the proxy server for http requests. -
--noProxy <comma_separated_list_of_hostnames>
: Comma separated list of hostnames that do not require a proxy to get reached, even if one is specified.
Global Flags
-
-v, --version
: output the version number -
-w, --workingDir <dir>
: set working directory/file: .insomnia folder, *.db.json, export.yaml -
--verbose
: show additional logs while running the command -
--ci
: run in CI, disables all prompts, defaults to false -
--config <path>
: path to configuration file containing above options (.insorc) -
--printOptions
: print the loaded options