feedback
Submit Feedback
Submit feedback, bug reports, or feature requests directly from the CLI.
Your feedback helps us improve FileFortress. Whether it's a bug report, feature request, or general feedback, we want to hear from you!
Syntax
filefortress feedback create --title "Title" --content "Content"filefortress feedback listfilefortress feedback show <id>
Subcommands
feedback create
Submit new feedback with a title and content.
feedback list
List your feedback submissions.
filefortress feedback list
Add --include-archived to also show archived submissions.
feedback show <id>
Show details of a specific feedback submission.
filefortress feedback show <id>
Examples
Submit a bug report:
filefortress feedback create --title "Search not working" --content "Search returns no results for existing files"
Request a feature:
filefortress feedback create --title "Add file preview" --content "Would like to preview files before downloading"
What to Include
For Bug Reports
- Clear description of the issue
- Steps to reproduce the problem
- Expected vs actual behavior
- CLI version and operating system
For Feature Requests
- Clear description of the feature
- Use case or problem it solves
- How you envision it working