vcluster icon indicating copy to clipboard operation
vcluster copied to clipboard

feat: vcluster --version

Open LukasGentele opened this issue 3 years ago • 3 comments

Would be good to be able to check the CLI version and potentially also useful to include a command or --server flag for the server side version of a vcluster

LukasGentele avatar Apr 19 '21 17:04 LukasGentele

Yes we can add a version flag, regarding the server version: this is quite difficult as you would need to somehow select which vcluster should be targeted. I guess this would be better displayed in the list command as proposed here #2

FabianKramm avatar Apr 20 '21 07:04 FabianKramm

Can we not add a specific command such as: vcluster [vcluster_name] --version? Following the convention: APPNAME VERB NOUN --ADJECTIVE. or APPNAME COMMAND ARG --FLAG. Now, here since verb is not required, we can have the command structure as stated at the start.

Ab-hishek avatar May 30 '21 15:05 Ab-hishek

'vcluster --version' for the CLI version already exists. I'd say it was confusing to have the other syntax, and 'vcluster list' or 'vcluster info ' could do the job instead.

Joibel avatar Jun 04 '21 13:06 Joibel

We decided to not implement this for now. Please comment if you feel like we should reconsider.

matskiv avatar Nov 04 '22 09:11 matskiv