0.2.0-beta.2 • Published 7 years ago

@boldr/cli v0.2.0-beta.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

@boldr/cli

Commands

Usage: boldr + Command

CommandDescription
devStart development server
buildBuild production appliction
build:clientBuild client part of production appliction
build:serverBuild server part of production appliction
start:ssrStart production render server
cleanClean up all generated files
migrateRun the database migrations
migrationCreate a new migration file

Clean

Args: all, server, client, cache

Usage: boldr clean <arg>

Migrate

Usage: boldr migrate

OptionDescriptionExample
-u, --urlDatabase connection stringboldr migrate -u postgres://postgres:password@localhost:5432/boldr

Migration

Usage: boldr migration

OptionDescriptionExample
-n, --nameName of the migration fileboldr migration -n something