fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
34 stars 22 forks source link

how to specify more permissionIds in role creation? #190

Closed xakrurychle closed 1 year ago

xakrurychle commented 1 year ago

works like this qaprague@Jacks-Mac-mini ~ % fcli ssc role create -d customRole -p "only_projectversion_add" -p "webhook_manage" --session krystof_session customeeeeerole

does not work like this qaprague@Jacks-Mac-mini ~ % fcli ssc role create -d customRole -p "only_projectversion_add" "webhook_manage" --session krystof_session customrole

any other suggestions?

xakrurychle commented 1 year ago

fixed in v1.0.1 works like charm