Skip to main content Link Menu Expand (external link) Document Search Copy Copied

FeatureBase SQL Command Line Interface (CLI)

The SQL endpoint allows you to execute SQL statements:

  • on the command-line
  • over an HTTP endpoint

Before you begin

Start the FeatureBase SQL CLI

The --help flag gives a full list of flags

./featurebase cli [--help]

FeatureBase SQL CLI flags

These flags can be used within the CLI.

Flag Description
\? Get help
\q Quit the CLI and return to the terminal

Further information