Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
/ cli Public archive

StaticBackend CLI for local development, managing backend resources, and your account.

License

Notifications You must be signed in to change notification settings

staticbackendhq/cli

Folders and files

NameName
Last commit message
Last commit date
Jun 14, 2023
Dec 21, 2020
May 26, 2023
Jul 23, 2021
Jun 5, 2022
Jun 5, 2022
Nov 2, 2023
Nov 2, 2023
Jun 5, 2022
Jun 14, 2023
Jun 5, 2022

Repository files navigation

StaticBackend's CLI

This CLI allows you to test all the services offered at StaticBackend.

It can be used to manage your resources like your database, forms, and your account.

Here's how to get started with the CLI.

Quick install via NPM

$> npm install -g @staticbackend/cli
$> backend help

Some commands

Start the development server:

$> backend server

List documents in a repository named tasks

$> backend db list tasks