Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Files

Latest commit

author
Steven Truesdell
Oct 19, 2017
fd58c71 · Oct 19, 2017

History

History

cli

@boldr/cli

Commands

Usage: boldr + Command

Command Description
dev Start development server
build Build production appliction
build:client Build client part of production appliction
build:server Build server part of production appliction
start:ssr Start production render server
clean Clean up all generated files
migrate Run the database migrations
migration Create a new migration file

Clean

Args: [all, server, client, cache]

Usage: boldr clean <arg>

Migrate

Usage: boldr migrate

Option Description Example
-u, --url Database connection string boldr migrate -u postgres://postgres:password@localhost:5432/boldr

Migration

Usage: boldr migration

Option Description Example
-n, --name Name of the migration file boldr migration -n something