changing port pvid via command line

I’m after a one liner to change the bridge port pvid via ssh but can’t figure out the correct command i’m after something like

interface/bridge/vlan/set port=ether5 vlan=10

does anyone know the correct command to use?

do

/interface bridge export

and post on forum the results with description of what you want change on that config… :wink: :wink: :wink:

I want to change the pvid at the end

add bridge=bridge comment=defconf ingress-filtering=no interface=ether5 pvid=X
/interface bridge port set [find where bridge=bridge and interface=ether5] pvid=<X>

Perfect many thanks