Skip to content
  • Christos Stavrakakis's avatar
    Add ListCommand to be used for all *-list commands · c6b36078
    Christos Stavrakakis authored
    Create a generic ListCommand to be user for all *-list management
    commands. ListCommand handles must tasks that are common to all
    management commands, like retrieving objects from db, filtering
    results and formating output to a pretty table, json or csv.
    
    Also, implement server-list, network-list, backend-list and flavor-list
    as subclasses of this command.
    c6b36078