Feature or enhancement request details
Assumes we have moved property management to container system property per #604.
Users can run the other container system property subcommands to manage plugin properties as if they were core properties.
Possible approaches:
In either case, the DefaultStore will need to be rewritten to make the property set programmable and more type-agnostic (see #608).
Code of Conduct
Feature or enhancement request details
Assumes we have moved property management to
container system propertyper #604.Users can run the other
container system propertysubcommands to manage plugin properties as if they were core properties.Possible approaches:
system propertythemselves, andcontainerdelegates property management by shelling out to individual plugins. This makes it easy to implement custom validation, and reinforces the idea that each plugin can function as a complete, standalone "container-related tool", but requires more effort in the plugin.In either case, the DefaultStore will need to be rewritten to make the property set programmable and more type-agnostic (see #608).
Code of Conduct