Lists the available service objects and their attributes.
See Section 2.8.4, “Using Service Objects” for more details about service objects.
tarantella service list { [ --nameobj
] [ --setting
... ] } | --filefile
The following table shows the available options for this command.
Option | Description |
---|---|
|
Specifies the name of the service object to list. If no
|
|
Names a service object attribute you want to list the
value for. If no |
| Specifies a file containing a batch of commands to list service objects and their attribute settings. |
The following example lists all service objects in their position order and their attribute values.
$ tarantella service list
The following example lists the values of the URL and Enabled
attributes for the mainldap
service object.
$ tarantella service list --name mainldap --url --enabled
The following example lists the all attribute values for the
mainldap
service object.
$ tarantella service list --name mainldap