You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create comprehensive user-facing documentation for the destroy command. Update existing documentation to reflect the implemented CLI interface and remove references to unimplemented features.
🎯 Problem Statement
The current user documentation at docs/user-guide/commands/destroy.md contains placeholder content and references to unimplemented commands (provision, list). After implementing the destroy CLI command (Issue #23), we need to:
Update documentation to match the actual implementation
Remove references to unimplemented commands
Provide comprehensive usage guidance
Add troubleshooting information
🎯 Goals
Update existing user documentation to reflect actual destroy command implementation
Remove references to unimplemented commands (provision, list)
Document command usage and examples
Document available flags and options
Add comprehensive troubleshooting section
Document safety considerations
📦 Scope
Primary File to Update
docs/user-guide/commands/destroy.md - Main destroy command documentation
Content Areas
Command Synopsis: Exact syntax and parameters
Usage Examples: Common scenarios and use cases
Output Examples: What users should expect to see
Error Handling: Common errors and how to resolve them
Safety Considerations: Warnings about destructive operations
Add User Documentation
Type: Task
Priority: High
Parent Epic: #10 - UI Layer Destroy Command
Estimated Effort: 2-3 hours
📋 Issue Overview
Create comprehensive user-facing documentation for the destroy command. Update existing documentation to reflect the implemented CLI interface and remove references to unimplemented features.
🎯 Problem Statement
The current user documentation at
docs/user-guide/commands/destroy.mdcontains placeholder content and references to unimplemented commands (provision,list). After implementing the destroy CLI command (Issue #23), we need to:🎯 Goals
provision,list)📦 Scope
Primary File to Update
docs/user-guide/commands/destroy.md- Main destroy command documentationContent Areas
Remove Unimplemented References
Clean up any mentions of:
torrust-tracker-deployer provision(not implemented)torrust-tracker-deployer list(not implemented)--force,--yes)✅ Acceptance Criteria
Documentation Requirements
docs/user-guide/commands/destroy.mdupdated with actual implementation detailsContent Quality
Example Content Structure
Testing Requirements
🔍 Implementation Approach
destroy.mdcontent🔗 Related Issues
📚 Related Documentation
Full specification: See
docs/issues/add-user-documentation.md