Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 2.25 KB

introduction.mdx

File metadata and controls

78 lines (53 loc) · 2.25 KB
title
Introduction

The Turso CLI gives you everything you need from the command line to manage your database, API tokens, inviting users, and launching the database shell. If you're waiting for a migration to run, there's also a relax command.

You can also programmatically manage your Turso account, including groups, databases, organizations and invites using the Platform API.

Begin by installing the Turso CLI:

brew install tursodatabase/tap/turso
curl -sSfL https://get.tur.so/install.sh | bash
curl -sSfL https://get.tur.so/install.sh | bash

Now signup or login:

turso auth signup
turso auth login
turso auth signup --headless
turso auth login --headless

The Turso CLI provides the following commands:

Command Description
auth Authenticate and manage API tokens.
contact Submit your feedback, ideas and create a meeting with the team.
db Create and manage databases, access tokens and connect to the shell.
dev Run Turso locally for development.
group Create groups for databases with a shared location.
org Manage billing and invite members.
plan overages, select, show, upgrade
quickstart Get started with Turso in 5 minutes.
relax Take some time out and relax with Turso.
update Update to the Turso CLI to the latest version with one command.