Cli should support --all-namespaces for all the list subcommands.
Currently, cli list subcommands take flag -n namespace as an input, which lists the given resource of a given namespace
tkn foo list -n bar
Support to all-namespaces flag will help the user to list a particular resource in all the namespaces.
tkn task list --all-namespaces
Adding to this, if all-namespaces flag is enabled then cli should show an extra column which tells the namespace too.
Cli should support
--all-namespacesfor all thelistsubcommands.Currently, cli
listsubcommands take flag-nnamespace as an input, which lists the given resource of a given namespacetkn foo list -n barSupport to
all-namespacesflag will help the user to list a particular resource in all the namespaces.tkn task list --all-namespacesAdding to this, if
all-namespacesflag is enabled then cli should show an extra column which tells the namespace too.