Maybe a doc bug at https://maas.io/docs/power-management-reference#heading--config-power-type in cli mode

Hello Everyone,

At page https://maas.io/docs/power-management-reference#heading--config-power-type in cli mode the example say to do :

maas admin machines read | jq -r '(["HOSTNAME","SIS'S"] | (., map(length*"-"))), (.[] | [.hostname, .system_id]) | @tsv' | column -t
Which is not working and my best guess is :
maas ubuntu machines read | jq -r '(["HOSTNAME","SIS"] | (., map(length*"-"))),(.[] | [.hostname, .system_id]) | @tsv' | column -t

Have a nice day,
Best Regards,
Mickaël.

1 Like

thanks, @mkl1! i think that’s supposed to be “SID”. i’ll fix it. nice catch.

You’re welcome ; - )

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.