Skip to content
  • Jiří Klimeš's avatar
    cli: move 'nmcli con status' under 'nmcli connection show' as 'active' · 831b7e23
    Jiří Klimeš authored and Dan Williams's avatar Dan Williams committed
    The static connection profiles are 'configured'.
    
    So, now we have:
    nmcli connection show configured [[id|uuid|path] <ID>]
      - shows configured connections
    nmcli connection show active     [[id|uuid|path|apath] <ID>]
      - shows active connections
    
    Without arguments the commands list all connections; with an argument, the details
    of the requested connection is shown.
    831b7e23