Skip to content

feat: added json and yaml parsing#47

Merged
p1gushka merged 1 commit into
mainfrom
feature/cli-json-config
May 6, 2026
Merged

feat: added json and yaml parsing#47
p1gushka merged 1 commit into
mainfrom
feature/cli-json-config

Conversation

@marr97
Copy link
Copy Markdown
Collaborator

@marr97 marr97 commented May 5, 2026

What

Description

  • Add new CLI option --config=<path> to volta-master
  • Implement reading + parsing JSON/YAML config in ArgsParser
  • Keep backward compatibility: existing --url/--rps/--duration/--agent still work
  • Update usage/help text and examples
  • Add tests for parsing/validation

How to verify

./mvnw verify

Closes #12

@marr97 marr97 requested a review from p1gushka May 5, 2026 21:11
@p1gushka p1gushka merged commit 1fc908a into main May 6, 2026
1 check passed
@p1gushka p1gushka deleted the feature/cli-json-config branch May 6, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature: support JSON/YAML config file for master CLI

2 participants