Manage Tugboat previews by git branch name. This is primarily useful if you are using a custom CI/CD (i.e. Jenkins) with Tugboat.
- Tugboat CLI - https://docs.tugboatqa.com/tugboat-cli/
- jq - https://stedolan.github.io/jq/
TUGBOAT_TOKEN
- your Tugboat token (https://dashboard.tugboatqa.com/access-tokens)TUGBOAT_REPO_ID
- the ID number for the repo (you can find this in the URL)
tugfloat -o launch -b feature/my-feature
tugfloat -o launch -b feature/my-feature -p main
tugfloat -o link -b feature/my-feature
tugfloat -o id -b feature/my-feature
tugfloat -o sink -b feature/my-feature