Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 564 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 564 Bytes

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