fortify / fcli

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

`fcli fod ms` update all operations to be attribute aware #640

Open kadraman opened 2 weeks ago

kadraman commented 2 weeks ago

Enhancement Request

Attributes are also available on microservices. We should update fod ms commands to be attribute aware, for example:

fcli fod ms create --attributes ... 
fcli fod ms update --attributes ...

Microservice attributes can be "required" so --auto-required-attributes option also applies.

In theory microservice attributes can also be added (and be required) when a new application and/or release is being edited. So they should therefore make sure fcli fod app create --attributes ... and consequentially fcli fod action run setup-release also works correctly.