You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Read JSON schemas
* Separate validation from parsing
* Stop using yaml.MapSlice
* Remove WeightsFromYAML and ToYAML
* Write JSON by default, but continue writing YAML if yaml exists
* Bump the version
* Fix segfault in `testtrack schema generate` (unrelated fix)
* Fix broken symlink detection logic
* Change the signature for `findSchemaPath`
* Update docs/help information to include schema.json
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ If you have a large organization, you may wish to tag ownership of splits to a s
102
102
103
103
### Syncing split assignments
104
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.
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.{json,yml}` file.
0 commit comments