Skip to content
New issue

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

Allow awx cli to use the API searching features #15272

Open
4 of 9 tasks
nodje opened this issue Jun 14, 2024 · 2 comments
Open
4 of 9 tasks

Allow awx cli to use the API searching features #15272

nodje opened this issue Jun 14, 2024 · 2 comments

Comments

@nodje
Copy link

nodje commented Jun 14, 2024

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.

Feature type

Enhancement to Existing Feature

Feature Summary

Unless I'm mistaken by the doc, there doesn't see to be a way to use the API searching lookup type features on resources.
For instance
awx credentials list --name "exact match"
could be
awx credentials list --name__istartswith "content"
or
awx credentials list --name__icontains "content"

Select the relevant components

  • UI
  • API
  • Docs
  • Collection
  • CLI
  • Other

Steps to reproduce

.

Current results

.

Sugested feature result

.

Additional information

No response

@djyasin
Copy link
Member

djyasin commented Jul 24, 2024

Hello,
We do have some documentation surrounding this https://docs.ansible.com/automation-controller/latest/html/controllercli/reference.html#awx-credentials-list

Please let us know if this is what you are looking for. Thank you for your time!

@nodje
Copy link
Author

nodje commented Jul 25, 2024

What I am looking for was captured in my initial post I think.
That is the possibility to do partial match search with the CLI, the same way it is allowed by the API.

I'm referring to to the usage of "istartswith" or "icontains" options available in the GUI and API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants