Initdb#

Usage#

hyper-shell initdb [-h] [--truncate [--yes]]

Description#

Initialize database.

Create the necessary database tables given your current configuration. This occurs automatically for SQLite. To clear out all metadata for an existing database use --truncate.


Options#

-t, --truncate

Truncate database (task metadata will be lost).

-y, --yes

Auto-confirm truncation (default will prompt).