Refine grab command to only use numbered test servers and update help documentation
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ Deployment and test server management
|
||||
- **create** (alias: `c`) - Create new testserver on AWS
|
||||
- **delete** (alias: `d`) - Choose a testserver to delete
|
||||
- **grab** (alias: `g`) - Auto-pick a free testserver and update it with your current branch
|
||||
- Picks the "most free" server using this priority: branch is `master` → issue closed → last commit >1 month → no linked issue. Excludes named servers (`-ingrid`, `-usa`) and failed/in-progress stacks.
|
||||
- Picks the "most free" server using this priority: branch is `master` → issue closed → last commit >1 month → no linked issue. Only uses servers with numbers (ex: `-3`, `-12`) and excludes failed/in-progress stacks.
|
||||
- If your branch is already deployed on a server, exits early with the URL.
|
||||
- If no free servers are found, prints the full status table.
|
||||
- Flags:
|
||||
|
||||
Reference in New Issue
Block a user