cli icon indicating copy to clipboard operation
cli copied to clipboard

List command displays Legacy CLI version instead of the correct one

Open akalipetis opened this issue 2 years ago • 0 comments

Steps to reproduce:

  1. Run platform --version
  2. Run platform list | head -n 1
  3. Both commands should output the same version

Technical details

The CLI version should be overwritten when the command list is fetched from the Legacy CLI. https://github.com/platformsh/cli/blob/ee641b8b2e40d61bcf385e37cb352be954e6722a/commands/list.go#L66-L69

akalipetis avatar Feb 20 '24 13:02 akalipetis