Skip to content

cli

Command: hana-cli
Category: System Tools
Status: Production Ready

Description

Launcher entrypoint for the hana-cli runtime.

⚠️ Redirect Notice

This page documents the CLI launcher behavior. It is not a standalone subcommand entry like connect or tables.

Syntax

bash
hana-cli <command> [options]

Command Diagram

Aliases

  • No aliases

Parameters

Positional Arguments

ParameterTypeDescription
commandstringCommand name or alias to execute

Options

OptionAliasTypeDefaultDescription
--help-hbooleanfalseShow CLI help
--version-VbooleanfalseShow version information (mapped to version command)

For complete global help, use:

bash
hana-cli --help

Examples

Basic Usage

bash
hana-cli --help

Show available commands and global options.

See the Commands Reference for other commands in this category.

See Also