Proposal: change get to list
When people want to list the set of services running I think kn service list is more natural for people. I know this is more of a personal preference kind of thing, especially when you consider that kubectl actually uses get for both (lists and singular), but if you think about how all of the kn service verbs act on a single instance of a service, get would therefore imply "get me info about A service". While, the word list more naturally implies you want a "list" of something back.... in this case services.
Net: change it to: kn service list to see all services.
Same should apply to the other nouns as well.
Proposal: change
gettolistWhen people want to list the set of services running I think
kn service listis more natural for people. I know this is more of a personal preference kind of thing, especially when you consider thatkubectlactually usesgetfor both (lists and singular), but if you think about how all of thekn serviceverbs act on a single instance of a service,getwould therefore imply "get me info about A service". While, the wordlistmore naturally implies you want a "list" of something back.... in this case services.Net: change it to:
kn service listto see all services.Same should apply to the other nouns as well.