@staticbackend/cli
v1.6.1
Published
StaticBackend's CLI including local dev server
Readme
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 helpSome commands
Start the development server:
$> backend serverList documents in a repository named tasks
$> backend db list tasks