Test Server Command
Manages test servers for branches with start, stop, list, and cleanup commands.
/plugin marketplace add jleechanorg/claude-commands/plugin install claude-commands@claude-commands-marketplaceWhen this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now. Use TodoWrite to track progress through multi-phase workflows.
Action Steps:
Purpose: Manage test servers for branches
Action: Start, stop, or list test servers
Usage: /testserver [action] [branch]
Implementation:
start [branch] - Start test server for branch (defaults to current branch)stop [branch] - Stop test server for branch (defaults to current branch)list - List all running test serverscleanup - Stop all test serversExamples:
/testserver start - Start server for current branch/testserver start feature-auth - Start server for feature-auth branch/testserver stop - Stop server for current branch/testserver list - Show all running servers/testserver cleanup - Stop all serversFeatures:
Integration:
/push automatically starts server for current branch/integrate automatically stops server for current branch/tmp/$PROJECT_NAME_logs/[branch].log