Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1014 Bytes

File metadata and controls

18 lines (16 loc) · 1014 Bytes
id title sidebar_position
cli
CLI Arguments
3

The list of available command line (CLI) arguments of NBomber:

command description example
--config file or URL path for configuration config --config=autocluster-config.json
--infra file or URL path for infrastracture config --infra=infra-config.json
--license NBomber license key --license=YOUR_LICENSE_KEY
--cluster-local-dev enable local dev cluster --cluster-local-dev=true
--cluster-agents-count overrides AgentsCount --cluster-agents-count=2
--cluster-agent-group specifies AgentGroup
(should be used only for ManualCluster)
--cluster-agent-group=my_group
--cluster-id overrides ClusterId --cluster-id=test_cluster
--cluster-node-type specifies NodeType
(should be used only for ManualCluster)
--cluster-node-type=coordinator
--cluster-node-type=agent