Joplin CLI - use the correct notebook (having identical names)

Joplin version 3.0.1
Joplin CLI Client 3.2.2 (prod, linux)

Having created some notebooks, I want to use the correct one, I cannot "use" the second.
Is there a way to use the notebook using the internal ID?
I also want to MOVE a complete notebook into another. But using "joplin use" and "joplin mv" seem not to give the ability.

joplin@joplin:~$ joplin ls /
cli-202412
sub-20241226
sub-20241226 (bcae5)
cli-202412 (e0d76)
sub-20241225
joplin@joplin:~$ joplin ls / -l
a8fb3 2 26/12/2024 18:51 cli-202412
215cd 1 26/12/2024 18:53 sub-20241226
bcae5   26/12/2024 19:16 sub-20241226
e0d76   26/12/2024 19:18 cli-202412
3937c   26/12/2024 19:19 sub-20241225
joplin@joplin:~$ joplin use "cli-202412 (e0d76)"
Cannot find "cli-202412 (e0d76)".
joplin@joplin:~$ joplin use "cli-202412"
joplin@joplin:~$ ls

Try

joplin use e0d76

Jep, this works :slight_smile: Thank you!