You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking the command projects from the rd utility with RD_FORMAT=json the project name and project description are concatenated. Trying using -v option won't work. One should expect to receive a JSON object with not mixed values.
My Rundeck detail
Rundeck version: 2.7.1 and rundeck-cli-1.0.5-1
install type: rpm
OS Name/version: RHEL 7
Expected Behavior
It's expected to receive as output project names, like the following:
original: rundeck/rundeck#2303
Bug report
This may not be a bug but a functionality issue.
When invoking the command
projects
from therd
utility withRD_FORMAT=json
the project name and project description are concatenated. Trying using-v
option won't work. One should expect to receive aJSON
object with not mixed values.My Rundeck detail
Expected Behavior
It's expected to receive as output project names, like the following:
or in the best case:
Actual Behavior
Each element of the array is being concatenated with project description, just like:
How to reproduce Behavior
Run
rd projects
The text was updated successfully, but these errors were encountered: