Official CLI for working with Sheetbase.
npm install @sheetbase/clinpm install -g @sheetbase/cli
npm install -g @google/clasp
sheetbase google login; project-related command needs to be run inside a Sheetbase project.
sheetbase google list|ls [-d,--default]](#google)
sheetbase google connect|login|add [-y,--yes] [-c,--creds] [-f,--full-drive]](#google)
sheetbase google disconnect|logout|remove|rm |all|default|local
sheetbase google default [] ](#google)
sheetbase [project] start [] [] [-i,--install] [-x,--not-setup] ](#start)
sheetbase [project] setup [-r,--fresh]](#setup)
sheetbase [project] configs](#configs)
sheetbase [project] config update|set ... ](#config)
sheetbase [project] config import|im ](#config)
sheetbase [project] config export|ex](#config)
sheetbase [project] urls](#urls)
sheetbase [project] url [] [-o,--open] ](#url)
sheetbase [project] info](#info)
sheetbase [project] build [-b,--backend] [-f,--frontend]](#build)
sheetbase [project] deploy [-m,--message ] [-b,--backend] [-f,--frontend] ](#deploy)
sheetbase [project] preview](#preview)
sheetbase backend build
sheetbase backend push
sheetbase backend deploy [-m,--message ] ](#backend)
sheetbase backend install|i
sheetbase backend uninstall|un
sheetbase backend run
sheetbase backend *
sheetbase frontend build
sheetbase frontend deploy [-m,--message ] ](#frontend)
sheetbase frontend prerender [-f,--force ] [-o,--only ] ](#frontend)
sheetbase frontend install|i
sheetbase frontend uninstall|un
sheetbase frontend run
sheetbase frontend *
sheetbase db list|ls
sheetbase db create [input] [-i,--id ] [-d,--data] ](#db)
sheetbase db import|im [source] [-i,--id ] ](#db)
sheetbase db export|ex [-i,--id ] ](#db)
sheetbase docs
sheetbase update [-y,--yes]](#update)
sheetbase help [-d,--detail]](#help)
sheetbase
subCommand: Supported sub-commands.
params: Command params, comma-separated.
-y,--yes: (connect) Agree on account connection.
-c,--creds: (connect) Save credential to .googlerc.json.
-f,--full-drive: (connect) Not recommended, grant full access to Drive.
-d,--default: (list) Show default account only.
subCommand: Supported sub-commands.
params: Command params, comma-separated.
-i,--install: (start) Install npm packages.
-x,--not-setup: (start) Do not run setup command.
-r,--fresh: (setup) Force re-setup.
-o,--open: (url) Open the url in browser.
-b,--backend: (build, deploy) Build or deploy backend only.
-f,--frontend: (build, deploy) Build or deploy frontend only.
-m,--message: (deploy) Deployment message.
projectName: Name of the project, auto default.
resource: Resource to create the project with, default to theme blank_angular.
-i,--install: Install npm packages.
-x,--not-setup: Do not run setup command.
-r,--fresh: Force re-setup.
subCommand: Optional supported sub-commands, default: list.
params: Command params, comma-separated.
name: Url name to view or open with.
-o,--open: Open the url in browser.
-b,--backend: Build backend only.
-f,--frontend: Build frontend only.
-b,--backend: Deploy backend only.
-f,--frontend: Deploy frontend only.
-m,--message: Deployment message.
subCommand: Optional supported sub-commands.
-m,--message: (deploy) Deployment message.
subCommand: Optional supported sub-commands.
-m,--message: (deploy) Deployment message.
-f,--force: (prerender) Force prerender all or certain parts.
-o,--only: (prerender) Prerender only certain parts.
subCommand: Supported sub-commands.
params: Command params, comma-separated.
-i,--id: The database id.
-d,--data: (create) Create table with sample data.
-y,--yes: Install update when available.
-d,--detail: Detail help.