Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Command

init — create and initialize a new database

Synopsis

super db init [path]

Options

TODO

Additional options of the db sub-command

Description

A new database is created and initialized with the init command. The path argument is a storage path and is optional. If not present, the path is determined automatically.

If the database already exists, init reports an error and does nothing.

Otherwise, the init command writes the initial cloud objects to the storage path to create a new, empty database at the specified path.