Skip to content
  • Stavros Sachtouris's avatar
    Add some client-side filters to image list · faeccbf9
    Stavros Sachtouris authored
    --owner=<uuid> :  print only images with given owner
    
    --name-prefix=<prefix>  :  print only images with name starting with <prefix>
    --name-suffix=<suffix>  :  print only images with name starting with <suffix>
    --name-like=<part>      :  print only images with name containing <part>
    
    Feature #3513
    faeccbf9