Skip to main content

Quickstart

Get started with Sparbz Cloud in minutes.

Prerequisites

  • A Sparbz Cloud account
  • The szc CLI installed

Installation

# Install the CLI
curl -fsSL https://get.sparbz.cloud | sh

# Authenticate
szc auth login

Create your first service

# Create a PostgreSQL database
szc postgres create my-database --plan starter

# Get connection details
szc postgres info my-database

Next steps