Open PalumboN opened 8 months ago
I just added it for the info command.
For the copy and package command, it is more difficult because the image name is declared as a mandatory positional in the command spec.
Also, it will mean that copy command could be used like: copy newImageName
and the select the existing image instead of copy existingImageName newImageName
.
I'm not sure it would be best. Maybe we should wait and see how PL CLI users want to use this command?
Niceee!!! 🙌
Describe the request
Now when you execute some image related command, the prompt ask you for the image index if you don't pass it as parameter.
This feature works with:
launch
,delete
andrecreate
.However, it's missing for the commands:
info
,copy
andpackage
(I think that I don't forget anyone).Would be nice to have the same behaviour in all of them.
Version information: