Skip to content

docs: document all CLI subcommands in devkit README#264

Open
q404365631 wants to merge 1 commit into
StellarCommons:mainfrom
q404365631:docs/cli-subcommands-readme
Open

docs: document all CLI subcommands in devkit README#264
q404365631 wants to merge 1 commit into
StellarCommons:mainfrom
q404365631:docs/cli-subcommands-readme

Conversation

@q404365631
Copy link
Copy Markdown

Summary

Closes #170

Added a ## CLI section to packages/devkit/README.md with usage examples for all five CLI subcommands:

  • mock — Start a mock Horizon server with scenario fixtures
  • replay — Replay recorded fee scenarios against the harness
  • export — Export fee data to CSV or JSON format
  • simulate — Run fee simulations with configurable parameters
  • benchmark — Compare SMA/EMA/WMA rolling-window algorithms

Each subcommand includes:

  • A description of its purpose
  • Example cargo run invocations
  • A table of available flags and their descriptions

Files changed

  • packages/devkit/README.md — Added ## CLI section (100 lines)

Add ## CLI section with usage examples for mock, replay, export,
simulate, and benchmark subcommands as specified in StellarCommons#170.

Each subcommand includes:
- Description of purpose
- Example cargo run invocation
- Table of available flags and their descriptions
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.

[devkit/cli] Document all CLI subcommands in README

1 participant