Skip to content

Commit fbb7f57

Browse files
Merge pull request #7564 from segmentio/private-beta-bidirectional-sync
Add private beta tag to bidirectional sync docs
2 parents fe59363 + 169b0ec commit fbb7f57

File tree

1 file changed

+7
-1
lines changed
  • src/segment-app/extensions

1 file changed

+7
-1
lines changed

src/segment-app/extensions/git.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Segment's Git extension lets you manage versioning by syncing changes you make i
66

77
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.
88

9-
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.
9+
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.
10+
11+
> info "Bidirectional sync is in Private Beta"
12+
> Bidirectional sync is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1013
1114
## Set up Git Sync
1215

@@ -88,6 +91,9 @@ For more information on using Terraform, visit [Terraform's documentation](https
8891
8992
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.
9093
94+
> info "Bidirectional sync is in Private Beta"
95+
> Bidirectional sync is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
96+
9197
Bidirectional sync only supports:
9298
- Explicit values ([secrets](#use-secrets-with-bidirectional-sync) require additional configuration)
9399
- [Segment resources compatible with Git sync](#working-with-git-sync)

0 commit comments

Comments
 (0)