Skip to main content
Version: 3.9.0

Get information about CLI

GET 

/cli/info

Experimental: This API is not stable and might be subject of change.
Get information about CLI

Request​

Responses​

name, information and help of available commands.

Schema

    commands

    object[]

    All available commands

  • Array [

  • name string

    The name of the CLI command.

    args

    object

    oneOf

  • Array [

  • name string

    The name of the CLI command argument.

    expects_value boolean

    Indicates, if the argument expects a value.

    possible_values string[]

    Possible values for this argument.

    can_occur_multiple_times boolean

    Indicates, if the argument can occur multiple times.

    value_hint string

    Hint for the value of this argument.

    help_text string

    Help text of the CLI command argument.

  • ]

  • info string

    Short description.

    help string

    Help text of the CLI command.

    source boolean

    Indicates, if the command is allowed in source position (first command in a chain).

  • ]

  • replacements

    object

    All available replacements with current value

    property name* string

    alias_names

    object

    All available aliases

    property name* string

    alias_templates

    object[]

    All available alias template name.

  • Array [

  • name string

    The name of the CLI command.

    args

    object

    oneOf

  • Array [

  • name string

    The name of the CLI command argument.

    expects_value boolean

    Indicates, if the argument expects a value.

    possible_values string[]

    Possible values for this argument.

    can_occur_multiple_times boolean

    Indicates, if the argument can occur multiple times.

    value_hint string

    Hint for the value of this argument.

    help_text string

    Help text of the CLI command argument.

  • ]

  • info string

    Short description.

    help string

    Help text of the CLI command.

    source boolean

    Indicates, if the command is allowed in source position (first command in a chain).

  • ]

Loading...

Contact Us

Have feedback or need help? Don’t be shy—we’d love to hear from you!

 

 

 

Some Engineering Inc.