For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationCommand referenceRelease notes
DocumentationCommand referenceRelease notes
  • Command reference
    • iagctl cert-gen
    • iagctl completion
      • describe decorator
      • describe executable-object
      • describe registry
      • describe repository
      • describe secret
      • describe service
      • describe user
    • iagctl login
    • iagctl runner
    • iagctl server
    • iagctl version
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Syntax
  • Examples
  • Describe an executable object
  • Options
  • Options inherited from parent commands
Command referenceiagctl describe

iagctl describe executable-object

Was this page helpful?
Previous

iagctl describe registry

Next
Built with

Display details about an executable object.

Use this command to display all information about a specific executable object in the gateway’s data store.

For more information, see Executable objects.

Syntax

iagctl describe executable-object <object-name> [flags]

Examples

Describe an executable object

Displays all details about an executable object called py-312.

$iagctl describe executable-object py-312

Options

-h, --help help for executable-object

Options inherited from parent commands

--config string Specify the path to the configuration file
--profile string Specify the client profile to use (case-insensitive, defaults to [client] section)
--raw Displays the result of the command in its raw format
--verbose Enable verbose output