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
It would be nice if there was a flag to tell psconfig remote list to output only JSON, without the agent header. Maybe this should only happen when there is a --agent given to be able to distinguish output. Such a feature would be useful when running psconfig through Ansible.
At the moment, I find myself doing psconfig remote --agent pscheduler list | tail -n +2 to get only the JSON.
The text was updated successfully, but these errors were encountered:
It would be nice if there was a flag to tell
psconfig remote list
to output only JSON, without the agent header. Maybe this should only happen when there is a--agent
given to be able to distinguish output. Such a feature would be useful when running psconfig through Ansible.At the moment, I find myself doing
psconfig remote --agent pscheduler list | tail -n +2
to get only the JSON.The text was updated successfully, but these errors were encountered: