Skip to content

Latest commit

Β 

History

History
61 lines (49 loc) Β· 3.91 KB

File metadata and controls

61 lines (49 loc) Β· 3.91 KB

import CLIINSTALL from "versionContent/_partials/_devops-cli-install.mdx";

To manage development forks:

  1. Fork the $SERVICE_SHORT

     tiger service fork tgrservice --now --no-wait --name bob   

    By default a fork matches the resource of the parent $SERVICE_LONGs. For paid plans specify --cpu and/or --memory for dedicated resources.

    You see something like:

    🍴 Forking service 'tgrservice' to create 'bob' at current state...
    βœ… Fork request accepted!
    πŸ“‹ New Service ID: <service_id>
    πŸ” Password saved to system keyring for automatic authentication
    🎯 Set service '<service_id>' as default service.
    ⏳ Service is being forked. Use 'tiger service list' to check status.
    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
    β”‚     PROPERTY      β”‚                                              VALUE                                               β”‚
    β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
    β”‚ Service ID        β”‚ <service_id>                                                                                       β”‚
    β”‚ Name              β”‚ bob                                                                                              β”‚
    β”‚ Status            β”‚                                                                                                  β”‚
    β”‚ Type              β”‚ TIMESCALEDB                                                                                      β”‚
    β”‚ Region            β”‚ eu-central-1                                                                                     β”‚
    β”‚ CPU               β”‚ 0.5 cores (500m)                                                                                 β”‚
    β”‚ Memory            β”‚ 2 GB                                                                                             β”‚
    β”‚ Direct Endpoint   β”‚ <service-id>.<project-id>.tsdb.cloud.timescale.com:<port>                                             β”‚
    β”‚ Created           β”‚ 2025-10-08 13:58:07 UTC                                                                          β”‚
    β”‚ Connection String β”‚ postgresql://tsdbadmin@<service-id>.<project-id>.tsdb.cloud.timescale.com:<port>/tsdb?sslmode=require β”‚
    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
    
  2. When you are done, delete your forked $SERVICE_SHORT

    1. Use the CLI to request $SERVICE_SHORT delete:

      tiger service delete <service_id>  
    2. Validate the $SERVICE_SHORT delete:

      Are you sure you want to delete service '<service_id>'? This operation cannot be undone.
      Type the service ID '<service_id>' to confirm:
      <service_id>
      

      You see something like:

      πŸ—‘οΈ  Delete request accepted for service '<service_id>'.
      βœ… Service '<service_id>' has been successfully deleted.