📄️ Command Line Client
The latest stable version of the Goose command line client is Galileo.
📄️ Command Line Arguments
The table below summarizes Goose's command line options.
📄️ Dot Commands
Dot commands are available in the Goose CLI client. To use one of these commands, begin the line with a period (.)
📄️ Output Formats
The .mode dot command may be used to change the appearance of the tables returned in the terminal output. In addition to customizing the appearance, these modes have additional benefits. This can be useful for presenting Goose output elsewhere by redirecting the terminal output to a file. Using the insert mode will build a series of SQL statements that can be used to insert the data at a later point.
📄️ Safe Mode
The Goose CLI client supports “safe mode”.
📄️ Autocomplete
The shell offers context-aware autocomplete of SQL queries through the autocomplete extension. autocomplete is triggered by pressing Tab.
📄️ Syntax Highlighting
Syntax highlighting in the CLI is currently only available for macOS and Linux.
📄️ Known Issues
Incorrect Memory Values on Old Linux Distributions and WSL 2