I have a permission set "Platform_Admin" which I can assign from the org, but when I try to do an assignment through CLI with the following command
sfdx force:user:permset:assign -n Platform_Admin I get Permission set "P" not found in target org. Do you need to push source?. It's weird since this command works for me on Mac. Seems like it only takes the first character for some reason (I checked with different names and the message specifies the first character).
Have someone encountered a similar issue with this command?