Skip to content

Commit

Permalink
Merge pull request #53 from ABaldwinHunter/baldwinhunter/readme-example
Browse files Browse the repository at this point in the history
Add split retirement example to README
  • Loading branch information
jmileham authored Feb 20, 2020
2 parents ba968e2 + d4b9882 commit cbead5c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,15 @@ We recommend [Scripts To Rule Them All](https://github.com/github/scripts-to-rul
testtrack create feature_gate my_new_feature_q2_2019_enabled
```

Just run `testtrack help` for more documentation on how to configure splits and other TestTrack resources.
8. Retire splits

Once an experiment is finished or feature released, remove all references to split in code. Then, decide and retire split.

```bash
testtrack destroy split my_new_feature_q2_2019_enabled --decision=true
```

Run `testtrack help` for more documentation on how to configure splits and other TestTrack resources.

Happy TestTracking!

Expand Down

0 comments on commit cbead5c

Please sign in to comment.