Skip to content

Commit ba3c9be

Browse files
authored
update README with instructions for sync command (#66)
1 parent f2d887e commit ba3c9be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ If you have a large organization, you may wish to tag ownership of splits to a s
100100
3. If the test track client is able to find this file, it will require an `--owner` flag be set when creating new splits and experiements.
101101
4. This data will be passed to the test track server where it can be recorded on the split records
102102

103+
### Syncing split assignments
104+
105+
If you want to ensure that your local split assignments are in sync with your remote (production) assignments, you can run `TESTTRACK_CLI_URL=<base_url> testtrack sync` (e.g. `TESTTRACK_CLI_URL=https://tt.example.com testtrack sync`) from your project directory to pull the assignments from your remote server into your local `schema.yml` file.
106+
103107
## How to Contribute
104108

105109
We would love for you to contribute! Anything that benefits the majority of TestTrack users—from a documentation fix to an entirely new feature—is encouraged.

0 commit comments

Comments
 (0)