Get started with Tiger CLI, MCP, and the REST API (verified vs CLI v0.21.1) - #383
Merged
Conversation
… login - Split the combined CLI/REST quickstart into "Get started with Tiger CLI" and "Get started with the REST API"; add the Tiger CLI and MCP nav group - Add the CLI/MCP/REST product constants - Point the old cli-rest-api URLs at the new Tiger CLI page - CLI flow: drop the separate "Tiger Cloud account" prerequisite and note that tiger auth login lets you sign up if you don't have an account - Link the account prerequisite straight to the "Create an account" section
Tested the full get-started flow against the released CLI (v0.21.1) and corrected the docs to match: - Auth: replace the PAT-era "10 client credentials" wording with the OAuth browser sign-in flow, real post-login "Next steps" output, and note that login can create an account - service create: defaults are plan-dependent; free is `--cpu shared` - config show: real table output and current keys - service create sample: real output incl. the Environment row - MCP: add the antigravity and kiro-cli clients, fix read-only wording - REST samples: drop paused/volume_type, add the metrics object, fix environment (DEV) and invalid port/empty-list samples
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Reframe service defaults around free vs paid services (no free plan); verified capability split against Tiger CLI v0.21.1 - Drop redundant account-signup sentence - Genericize service create / config show sample tables to <service-id>/<project-id>/<port> placeholders
✅ Checklist CompleteThank you for taking the time to properly review your PR! All checklist items are complete. |
aprimakina
reviewed
Jul 8, 2026
aprimakina
reviewed
Jul 8, 2026
aprimakina
reviewed
Jul 8, 2026
aprimakina
reviewed
Jul 8, 2026
aprimakina
reviewed
Jul 8, 2026
aprimakina
reviewed
Jul 8, 2026
aprimakina
approved these changes
Jul 8, 2026
…sions - Remove confusing 'time-series' capability mention (always installed) - Simplify default example without addon flags - Add note explaining pgvector, pgvectorscale, pg_textsearch are pre-installed but require SQL CREATE EXTENSION to use - Link to CLI reference for full customization options Addresses Solar's feedback on PR #383
Keep the information as plain text instead of a note callout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
Restructure Get Started to give CLI/MCP/REST its own section + synced the actual pages to the latest product
Affected pages
/build/examples/aggregate-organizational-data-with-ai
/deploy/tiger-cloud/tiger-cloud-aws/service-management/fork-services
/deploy/tiger-cloud/tiger-cloud-azure/service-management/fork-services
/get-started/quickstart/create-service
/get-started/quickstart/mcp-cli
/get-started/quickstart/quickstart-5-minutes
/get-started/quickstart/rest-api
/get-started/quickstart/tiger-cli
🧪 Component kitchen sink — check for visual regressions if you changed components, styles, or dependencies.
Related Issues
Part of the Tiger CLI and MCP docs effort (umbrella: #375). No separate issue.
Issue: #
Checklist before requesting a review