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
      • get decorators
      • get executable-object
      • get registries
      • get repositories
      • get runners
      • get secrets
      • get services
      • get users
    • iagctl login
    • iagctl runner
    • iagctl server
    • iagctl version
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Syntax
  • Examples
  • Get all services
  • Filter by service type
  • Filter by multiple service types
  • Options
  • Options inherited from parent commands
Command referenceiagctl get

iagctl get services

Was this page helpful?
Previous

iagctl get users

Next
Built with

Display all services.

The iagctl get services command displays a list of all services in the gateway data store. To filter by service type, use the --type flag. Supported service types are ansible-playbook, executable, python-script, and opentofu-plan.

Syntax

$iagctl get services [flags]

Examples

Get all services

$iagctl get services

Filter by service type

$iagctl get services --type ansible-playbook

Filter by multiple service types

$iagctl get services --type opentofu-plan --type python-script

Options

$ --type string Filter services by type: ansible-playbook, executable, python-script, or opentofu-plan. Provide multiple flags to filter by more than one type.
$ -h, --help Help for services

Options inherited from parent commands

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