Commands
Vine Commands
List and inspect infrastructure configurations from the CLI.
Vine Commands
Vines are infrastructure configurations within a vineyard. These commands are read-only — to create vines, use the Plant a Vine form in Trellis.
grape vine list
List all vines, optionally filtered by vineyard.
grape vine list [--vineyard-id <id>]| Flag | Required | Description |
|---|---|---|
--vineyard-id | No | Filter to a specific vineyard |
Output:
ID PROJECT PROVIDER REGION ENV STATUS
a1b2... api-backend aws eu-west-1 production ACTIVE
c3d4... data-pipeline gcp us-east4 staging DRAFTgrape vine get
Get detailed information about a specific vine.
grape vine get --id <vine-id>| Flag | Required | Description |
|---|---|---|
--id | Yes | Vine UUID |
Shows the full vine configuration including:
- Project name, provider, region, environment
- Status and estimated monthly cost
- Component summary (network, cluster, databases, caches, etc.)
- Cloud identity reference