Skip to content

Commit 1e3df16

Browse files
authored
remove mentions to --with-plugins-docker-image (#22059)
1 parent 9293356 commit 1e3df16

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

core/scripts/cre/environment/completions.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ func buildCommandTree() *CompletionNode {
244244
{Text: "--extra-allowed-gateway-ports", Description: "Extra allowed ports for outgoing connections from the Gateway Connector (e.g. 8080,8081)"},
245245
{Text: "--with-example", Description: "Deploys and registers example workflow (default: false)"},
246246
{Text: "--example-workflow-timeout", Description: "Time to wait until example workflow succeeds (e.g. 10s, 1m, 1h) (default: 5m)"},
247-
{Text: "--with-plugins-docker-image", Description: "Docker image to use (must have all capabilities included)"},
248247
{Text: "--with-beholder", Description: "Deploys Beholder (Chip Ingress + Red Panda) (default: false)"},
249248
{Text: "--with-dashboards", Description: "Deploys Observability Stack and Grafana Dashboards (default: false)"},
250249
{Text: "--with-billing", Description: "Deploys Billing Platform Service (default: false)"},

core/scripts/cre/environment/environment/setup.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ func RunSetup(ctx context.Context, config SetupConfig, noPrompt, purge, withBill
645645
logger.Info().Msg("1. Navigate to the CRE environment directory: cd core/scripts/cre/environment")
646646
logger.Info().Msg("2. Start the environment: go run . env start")
647647
logger.Info().Msg(" Optional: Add --with-example to start with an example workflow")
648-
logger.Info().Msg(" Optional: Add --with-plugins-docker-image to use a pre-built image with capabilities")
649648
logger.Info().Msg(" Optional: Add --with-beholder to start the Beholder")
650649
logger.Info().Msg("\nFor more information, see the documentation in core/scripts/cre/environment/README.md")
651650

0 commit comments

Comments
 (0)