rundeck / rundeck-cli

CLI tool for Rundeck
https://rundeck.github.io/rundeck-cli/
Apache License 2.0
132 stars 51 forks source link

rd nodes adds a dash before each entry in rundeck 1.3.2 #332

Closed RolandVExp closed 4 years ago

RolandVExp commented 4 years ago

Maybe I missed something but previously, we were getting our nodes using thins kind of rd command: rd nodes -F 'node_envid:dev02 node_type:zoolx node_type:solx' -p reset-wklx -% "%nodename %node_type%node_instanceid"

This gave us this output using version 1.3.1: velo1solx02-1.mycomp.com solx1

Now with version 1.3.2: - velo1solx02-1.mycomp.com solx1

I did not see anything about the extra dash in the changelog.

gschueler commented 4 years ago

i changed the formatting so that data from -v output would be nicer, but I didn't notice it was going to affect simple text lines like that. I can revert it

dginhoux commented 4 years ago

Yes, i've the same problem. I use RDCLI for generate "rd options json files".... everything is broken now.

For chance, i have downgrade my RDCLI binary and restart my job in charge of generate theses options files and everything work fine now.