get services

Prev Next

iagctl get services

Display all services regardless of type

Synopsis

This command displays a list of all services within the gateway data store. The supported service types are:

  • ansible-playbook
  • python-script
  • opentofu-plan

To filter a particular type of service, use the --type argument to pass in the type of services you want.

iagctl get services [flags]

Examples

Get All Services

iagctl get services

Filter Ansible Playbook Services

iagctl get services --type ansible-playbook

Filter Python Script Services

iagctl get services --type python-script

Filter OpenTofu Plan Services

iagctl get services --type opentofu-plan

Filter Multiple Services

iagctl get services --type opentofu-plan --type python-script --type ansible-playbook

Options

-h, --help   help for services

Options Inherited from Parent Commands

--config string   Path to the configuration file
--raw             Displays the result of the command in its raw format
--verbose         Enable verbose output

CLI References

See related get commands: