Skip to content

feat(devkit/cli): add --output flag to export subcommand#283

Open
bellabuks wants to merge 1 commit into
StellarCommons:mainfrom
bellabuks:feat/issue-166-output-flag
Open

feat(devkit/cli): add --output flag to export subcommand#283
bellabuks wants to merge 1 commit into
StellarCommons:mainfrom
bellabuks:feat/issue-166-output-flag

Conversation

@bellabuks
Copy link
Copy Markdown

Summary

  • Add ExportArgs to packages/devkit/src/cli/export.rs with a db path and optional output path
  • When --output is omitted the CSV streams to stdout; when provided it writes to the file
  • Existing Export::to_csv and Export::write_csv helpers are preserved

Closes #166

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@bellabuks Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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] Add --output flag to export subcommand

1 participant