Skip to content
aelgru edited this page Aug 6, 2012 · 3 revisions

To retrieve the status of all services and artefacts versions from the current target via ssh use:

status

this will also perform info, which displays a summary of all services for each host within the current target:

info

To display low-level data of components (in yaml format) use

dump [uri-query0 [uri-query1 ...]]

Example: dump info of all servies.

dump service://*
Clone this wiki locally