@gunstick BIC should only be needed for cross border transfers (I don't understand exactly why, as the IBAN already contains a bank identifier, but oh well), and yeah it seems like the German banks are just slow on supporting this.
# podman network list Error: unrecognized command `podman network list` Try 'podman network --help' for more information # podman network --help |grep -i list ls List networks
Ah, yes of course!
But `podman volume list` works, and `podman image list`… (so does ls for both, as they are aliases).
Options: -f, --filter stringArray Provide filter values (e.g. 'name=podman') --format string Pretty-print networks to JSON or using a Go template --no-trunc Do not truncate the network ID -n, --noheading Do not print headers -q, --quiet display only names
Can we please stop writing tiny Ruby/Python/Go/younameit wrappers around CLIs that weren't meant to be used by machines and calling it "Infrastructure as Code"?!
Because CLI output changes. Because we might wrongly interpret the output to begin with. Because…