We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ff832 commit 339d216Copy full SHA for 339d216
bioimageio/core/cli.py
@@ -355,6 +355,13 @@ def run(self):
355
class UpdateFormatCmd(UpdateCmdBase):
356
"""Update the metadata format to the latest format version."""
357
358
+ exclude_defaults: bool = Field(True, alias="exclude-defaults")
359
+ """Exclude fields that have the default value (even if set explicitly).
360
+
361
+ Note:
362
+ The update process sets most unset fields explicitly with their default value.
363
+ """
364
365
perform_io_checks: bool = Field(
366
settings.perform_io_checks, alias="perform-io-checks"
367
)
0 commit comments