You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not recommend using `kepctl create` right now; validation and
argument parsing needs work. I wanted to make sure I hadn't broken it
with recent changes and realized it already didn't work.
So I added just enough flags until validation stopped yelling at me, and
I was able to run the following command to get a file created in
keps/sig-testing/first-try/kep.yaml
kepctl create \
--name first-try \
--number not-a-number \
--title testing-kepctl-create \
--owning-sig sig-testing
0 commit comments