From 169b0ecfba9e6e9173758dd82fea0c1afbb226b1 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Mon, 14 Apr 2025 11:47:00 -0400 Subject: [PATCH] add private beta tag --- src/segment-app/extensions/git.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/segment-app/extensions/git.md b/src/segment-app/extensions/git.md index 97b19156e4..5dae126d31 100644 --- a/src/segment-app/extensions/git.md +++ b/src/segment-app/extensions/git.md @@ -6,7 +6,10 @@ Segment's Git extension lets you manage versioning by syncing changes you make i Git Sync supports synchronization from Segment to Git. When you sync data from Segment to Git, you capture the current state of your workspace through a full sync and includes all new records and changes for supported resources. -You can use [bidirectional sync](#bidirectional-sync) to sync data from Git to Segment. After you enable bidirectional sync, Segment automatically listens for pull requests in your repository and manages all related workspace changes. +You can use [bidirectional sync](#bidirectional-sync) to sync data from Git to Segment. After you enable bidirectional sync, Segment automatically listens for pull requests in your repository and manages all related workspace changes. + +> info "Bidirectional sync is in Private Beta" +> Bidirectional sync is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. ## Set up Git Sync @@ -88,6 +91,9 @@ For more information on using Terraform, visit [Terraform's documentation](https Bidirectional sync builds on top of the Git Sync extension and lets you manage your Segment workspace directly in GitHub. After you configure and enable bidirectional sync, Segment automatically listens for pull requests in your repository and manages all related workspace changes. Segment only applies changes when you comment `segment apply` on pull requests that can be successfully merged. +> info "Bidirectional sync is in Private Beta" +> Bidirectional sync is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. + Bidirectional sync only supports: - Explicit values ([secrets](#use-secrets-with-bidirectional-sync) require additional configuration) - [Segment resources compatible with Git sync](#working-with-git-sync)