get services

Display all services

Synopsis

Get

This command displays a list of all services within torero's data store. The supported service types are: - ansible-playbook - python-script - opentofu-plan

To filter a particular type of services you can leverage the --type argument to pass in the type of services you want to filter to.

torero get services [flags]

Examples

Getting all services

>_ torero get services

Filtering Ansible Playbook Services

>_ torero get services --type ansible-playbook

Filtering Python Script Service

>_ torero get services --type python-script

Filtering OpenTofu Plan Service

>_ torero get services --type opentofu-plan

Filtering Multiple Services

>_ torero get services --type opentofu-plan --type python-script --type ansible-playbook

Options

  -h, --help           help for services
      --type strings   Filter services to a type. [ansible-playbook, opentofu-plan, python-script]

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

SEE ALSO

  • torero get - Display information about all resources of a certain type