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 yaml the right choice for the binary name? What about the "yaml-cli" project name?
yaml
Or should we pick something more unique, ie.
yt
ys
yq
So far, I like how yaml reads in bash scripts:
kubectl -n kube-system get pods -o yaml | yaml get items[*] | yaml get metadata.name status.phase --print-key
Any feedback appreciated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is
yaml
the right choice for the binary name?What about the "yaml-cli" project name?
Or should we pick something more unique, ie.
yt
(yaml transformations)ys
(yaml stream)yq
(as in jq tool)So far, I like how
yaml
reads in bash scripts:Any feedback appreciated
The text was updated successfully, but these errors were encountered: