Skip to content
Prev Previous commit
Next Next commit
Remove redundant shared params in example
Co-authored-by: Jascha Beste <bestejascha@gmail.com>
Signed-off-by: Nathan Cochran <nathanjcochran@gmail.com>
  • Loading branch information
nathanjcochran and Askir authored Oct 14, 2025
commit 8f9a6d1184ee4c80152bdeba7574b1f0963d6de3
2 changes: 1 addition & 1 deletion internal/tiger/cmd/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Examples:
tiger service create

# Create a free TimescaleDB service
tiger service create --name free-db --cpu shared --memory shared
tiger service create --name free-db --cpu shared

# Create a TimescaleDB service with AI add-ons
tiger service create --name hybrid-db --addons time-series,ai
Expand Down