Skip to content

Prompt

Description#

The prompt command starts gnmic in an interactive prompt mode with the following auto-completion features:

Usage#

gnmic [global-flags] prompt [local-flags]

Flags#

description-with-prefix#

When set, the description of the path elements in the suggestion box will contain module's prefix.

description-with-types#

When set, the description of the path elements in the suggestion box will contain element's type information.

max-suggestions#

The --max-suggestions flag sets the number of lines that the suggestion box will display without scrolling.

Defaults to 10. Note, the terminal height might limit the number of lines in the suggestions box.

suggest-all-flags#

The --suggest-all-flags makes gnmic prompt suggest both global and local flags for a sub-command.

The default behavior (when this flag is not set) is to suggest only local flags for any typed sub-command.

suggest-with-origin#

The --suggest-with-origin flag prepends the suggested path with the module name to which this path belongs.

The path becomes rendered as <module_name>:/<suggested-container>. The module name will be used as the origin of the gNMI path.

suggestions-bg-color#

The --suggestions-bg-color flag sets the background color of the left part of the suggestion box.

Defaults to dark blue.

description-bg-color#

The --description-bg-color flag sets the background color of the right part of the suggestion box.

Defaults to dark gray.

prefix-color#

The --prefix-color flag sets the gnmic prompt prefix color gnmic>.

Defaults to dark blue.

Examples#

The detailed explanation of the prompt command the the YANG-completions is provided on the Prompt mode and auto-suggestions page.