You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 newImageNameand 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?
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.
➜ ~ pl image launch 1 p11-druid-with-mutalk 2 p11-druid-specialize-primitiveAt ... Select the image number:
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:
The text was updated successfully, but these errors were encountered: