CLI
Networking
List networks

network list

List private networks available in your account.


Usage

redu network list

Description

Fetches private networks and prints them as a human-readable list.

The command handles multiple response shapes and will try to extract networks from:

  • a list response
  • an object containing networks
  • a single network object

If no networks are found, it prints No networks found..


Arguments

This command does not accept positional arguments.


Flags

This command does not support flags.


Examples

redu network list

Output

  • Available networks:
  • - <name> (<id>)

Exit codes

CodeMeaning
0Success
1Error

Related commands

  • redu network security-group list