fcli icon indicating copy to clipboard operation
fcli copied to clipboard

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

Open kadraman opened this issue 1 year ago • 0 comments

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.

kadraman avatar Nov 11 '24 10:11 kadraman