Skip to content
  • Christos Stavrakakis's avatar
    Bypass authentication in image-show command · 011eae89
    Christos Stavrakakis authored
    Make image-show management command to show information about an image
    without passing a userid. Use 'image_list' command of ImageBackend
    instead of 'get_image' because the second one will raise Forbidden for
    non-public images.
    
    Also make command to use 'pprint_table' to print image info.
    011eae89