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
The command 'images' describes the wrong way to get all the images: (Use tugboat images list --global to show all images), it should be (Use 'tugboat images -g')
$ tugboat images
Listing Your Images
(Use tugboat images list --global to show all images)
My Images:
No images found
$ tugboat images list
ERROR: tugboat images was called with arguments ["list"]
Usage: "tugboat images [OPTIONS]".
$ tugboat help images
Usage:
tugboat images [OPTIONS]
Options:
-g, [--global] # Show global images
-q, [--quiet]
The text was updated successfully, but these errors were encountered:
The command 'images' describes the wrong way to get all the images: (Use
tugboat images list --global
to show all images), it should be (Use 'tugboat images -g')$ tugboat images
Listing Your Images
(Use
tugboat images list --global
to show all images)My Images:
No images found
$ tugboat images list
ERROR: tugboat images was called with arguments ["list"]
Usage: "tugboat images [OPTIONS]".
$ tugboat help images
Usage:
tugboat images [OPTIONS]
Options:
-g, [--global] # Show global images
-q, [--quiet]
The text was updated successfully, but these errors were encountered: