Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1017 Bytes

File metadata and controls

30 lines (23 loc) · 1017 Bytes

tugfloat

Manage Tugboat previews by git branch name. This is primarily useful if you are using a custom CI/CD (i.e. Jenkins) with Tugboat.

Requirements

Environment Variables

Examples

Launch/update new preview for feature/my-feature

tugfloat -o launch -b feature/my-feature

Launch/update a new preview for feature/my-feature based on a base preview

tugfloat -o launch -b feature/my-feature -p main

Retrieve the URL to a preview for feature/my-feature

tugfloat -o link -b feature/my-feature

Retrieve the ID of a preview for feature/my-feature

tugfloat -o id -b feature/my-feature

Delete a preview for feature/my-feature

tugfloat -o sink -b feature/my-feature