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.
Enhancement Request
Attributes are also available on microservices. We should update
fod ms
commands to be attribute aware, for example: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 consequentiallyfcli fod action run setup-release
also works correctly.