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
Each entry in the checklist contains at least one tool.
I would like a script that takes an entry by name, e.g., OTG-AUTHN-001; and returns the tool(s) for that entry, e.g., {{proxy}}
OTG-AUTHN-001
{{proxy}}
If no entry name is provided, then it should print out all of the entries in all of the files along with their tool(s):
OTG-AUTHN-001, {{proxy}}
We can use Bash or Python.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Each entry in the checklist contains at least one tool.
I would like a script that takes an entry by name, e.g.,
OTG-AUTHN-001
; and returns the tool(s) for that entry, e.g.,{{proxy}}
If no entry name is provided, then it should print out all of the entries in all of the files along with their tool(s):
We can use Bash or Python.
The text was updated successfully, but these errors were encountered: