Peikae3IWaeG / robotgen

Apache License 2.0
0 stars 0 forks source link

First pass feedback #1

Closed jon-funk closed 1 year ago

jon-funk commented 1 year ago

Nice work on the token use and robot generation! I mostly have some nitpicks and formatting critiques but overall it feels like you're headed in the right direction!

I submitted: kubectl get pods -o=name | grep mypod | xargs oc get -oyaml I got: kubectl kubectl get pods -o=name | grep mypod | xargs oc get -oyaml

For the prototype I’d recommend giving back something like: ${KUBERNETES_DISTRIBUTION_BINARY} get pods -o=name | grep mypod | xargs ${KUBERNETES_DISTRIBUTION_BINARY} get -oyaml The example does nothing useful and is just to show some variance.

jon-funk commented 1 year ago

Closing - outdated