fortify / fcli

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

`fcli fod app create`: `--attrs` option ignored if `--auto-required-attrs` is specified #441

Closed rsenden closed 9 months ago

rsenden commented 9 months ago

For example, when running fcli fod app create --attrs MyAttr=Val --auto-required-attrs ..., the MyAttr attribute is not being set (or is set to a default value if it's a required attribute).