We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a CLI limitation or an API limitation?
./rd nodes list --project Testing --outformat "%nodename :: %username :: %ssh-password-storage-path :: %sudo-command-enabled :: %sudo-password-storage-path"
The output's pretty weird:
my_server153 :: my_id :: -password-storage-path :: -command-enabled :: -password-storage-path my_server150 :: my_id :: -password-storage-path :: -command-enabled :: -password-storage-path my_server151 :: my_id :: -password-storage-path :: -command-enabled :: -password-storage-path
The attributes are returned as strings without the "ssh" prefix.
(v1.3.4) here.
Originally posted by @niall-munnelly in #263 (comment)
The text was updated successfully, but these errors were encountered:
Fix #352 node attribute expansion not working for ssh-xyz attributes
544e16b
* support `_-:` chars in output format key names
f63154b
Merge pull request #353 from rundeck/issue/352-rd-nodes-list-outforma…
c9c1472
…t-doesn-t-support-dashes Fix #352 node attribute expansion not working for ssh-xyz attributes
Successfully merging a pull request may close this issue.
Is this a CLI limitation or an API limitation?
./rd nodes list --project Testing --outformat "%nodename :: %username :: %ssh-password-storage-path :: %sudo-command-enabled :: %sudo-password-storage-path"
The output's pretty weird:
The attributes are returned as strings without the "ssh" prefix.
(v1.3.4) here.
Originally posted by @niall-munnelly in #263 (comment)
The text was updated successfully, but these errors were encountered: