Adding back arm list:
It took a bit of fiddling to get the RPI 4 wireless up, so here are the requisite commands for use by anyone else who is doing a headless, wireless pi with Fedora 38 aarch64:
# iw dev wlan0 info
# nmcli device wifi list # Get SSID # nmcli device wifi connect "SSID" password "whatever"
Yes, these two commands are really all you need: nmcli device wifi list nmcli device wifi connect SSID --ask
# nmcli -p -f general,wifi-properties device show wlan0
# find /etc -name SSID.nmconnection -print # to locate config file automatically created by nmcli commands.