Remove -t Shorthand for tkn task start --timeout Flag #743
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Milestone
Following up on discussions in #741, the
-t
shorthand for--timeout
should be saved in case a flag is added that will be more frequently used than--timeout
. The shorthand should not be removed until v0.9.0 and there should be notice given to users that-t
will no longer be available in v0.9.0.A warning message should be added in v0.8.0 similar to what was done for #702. There should also be a mention in release notes for v0.8.0 about the removal of the shorthand.
Removing the shorthand itself will simply be about changing
-t
fortkn task start
to a blank string as is done fortkn pipeline start
. This change should not break any testing as part of the CI process, but it will require runningmake man
andmake docs
to update documentation.The text was updated successfully, but these errors were encountered: