Skip to content

Commit dbeea3d

Browse files
authored
Clarify TigerData names and links (#39)
- Clarify language around Tiger vs. TigerData - Fix URLs to timescale github org Signed-off-by: Mike Freedman <mike@timescale.com>
1 parent 8f193d9 commit dbeea3d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Tiger CLI
22

3-
Tiger CLI is a command-line interface for managing TigerData Cloud Platform resources. Built as a single Go binary, it provides comprehensive tools for managing database services, VPCs, replicas, and related infrastructure components.
3+
Tiger CLI is a command-line interface for managing Tiger, the modern database cloud. Built as a single Go binary, it provides comprehensive tools for managing database services, VPCs, replicas, and related infrastructure components.
44

55
## Quick Start During Development
66
```bash
77
# Clone the repository
8-
git clone https://github.com/tigerdata/tiger-cli.git
8+
git clone https://github.com/timescale/tiger-cli.git
99
cd tiger-cli
1010
git checkout <branch>
1111

@@ -15,10 +15,6 @@ go install ./cmd/tiger
1515
# (Optional) Set up the savannah-public endpoint
1616
# for prod (default)
1717
tiger config set api_url https://console.cloud.timescale.com/public/api/v1
18-
# for dev
19-
tiger config set api_url https://console.dev.timescale.com/public/api/v1
20-
tiger config set console_url https://console.dev.timescale.com
21-
tiger config set gateway_url https://console.dev.timescale.com/api
2218
# for local
2319
tiger config set api_url http://localhost:8080/public/api/v1
2420

@@ -88,7 +84,7 @@ tiger --help
8884

8985
### Environment Variables
9086

91-
- `TIGER_API_URL`: Base URL for TigerData API (default: https://api.tigerdata.com/public/v1)
87+
- `TIGER_API_URL`: Base URL for Tiger API (default: https://console.cloud.timescale.com/public/api/v1)
9288
- `TIGER_PROJECT_ID`: Default project ID to use
9389
- `TIGER_SERVICE_ID`: Default service ID to use
9490
- `TIGER_CONFIG_DIR`: Configuration directory (default: ~/.config/tiger)
@@ -111,7 +107,7 @@ tiger --help
111107
### Building from Source
112108

113109
```bash
114-
git clone https://github.com/tigerdata/tiger-cli.git
110+
git clone https://github.com/timescale/tiger-cli.git
115111
cd tiger-cli
116112
go build -o bin/tiger ./cmd/tiger
117113
```
@@ -128,7 +124,7 @@ go test -v ./...
128124

129125
### Integration Testing
130126

131-
Integration tests execute real API calls against a TigerData environment to validate end-to-end functionality. These tests require valid credentials and will create/delete actual resources.
127+
Integration tests execute real API calls against a Tiger environment to validate end-to-end functionality. These tests require valid credentials and will create/delete actual resources.
132128

133129
#### Setup
134130

0 commit comments

Comments
 (0)