Skip to content

objects ​

Command: objects
Category: Object Inspection
Status: Production Ready

Description ​

Search across all object types

Syntax ​

bash
hana-cli objects [schema] [object] [options]

Aliases ​

  • o
  • listObjects
  • listobjects

Command Diagram ​

Parameters ​

Positional Arguments ​

ParameterTypeDescription
schemastringSchema name filter (optional positional input).
objectstringObject name filter (optional positional input).

Options ​

OptionAliasTypeDefaultDescription
--object-ostring*Object name pattern to match.
--schema-sstring**CURRENT_SCHEMA**Schema name or pattern to match.
--limit-lnumber200Maximum number of rows returned.
--profile-pstring-Connection profile override.

For additional shared options from the common command builder, use hana-cli objects --help.

Examples ​

Basic Usage ​

bash
hana-cli objects --schema MYSCHEMA --object % --limit 300

Execute the command

Show More Rows ​

bash
hana-cli objects --schema MYSCHEMA --object % --limit 500

Increase result size for broader inventory views.

See Also ​