Vintner
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>]
FlagRequiredDescription
--vineyard-idNoFilter 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     DRAFT

grape vine get

Get detailed information about a specific vine.

grape vine get --id <vine-id>
FlagRequiredDescription
--idYesVine 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

On this page