Why upgrade Thor?
The update to Thor contains 2 desirable changes:
1. Accept - as an argument, not a flag
2. Allow options to be repeatable NOTE: This is dependent on Thor#713
1 will allow us to deprecate the --stdin flag in favour of allowing - to be passed as an argument to -f
2 allows a closer semblance to kubectl semantics by allowing flags to be repeated in a given invocation
TODO
Why upgrade Thor?
The update to Thor contains 2 desirable changes:
1. Accept
-as an argument, not a flag2. Allow options to be repeatable NOTE: This is dependent on Thor#713
1 will allow us to deprecate the
--stdinflag in favour of allowing-to be passed as an argument to-f2 allows a closer semblance to
kubectlsemantics by allowing flags to be repeated in a given invocationTODO