We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--validation
dandi upload
1 parent 3501190 commit be4638bCopy full SHA for be4638b
dandi/cli/cmd_upload.py
@@ -39,7 +39,10 @@
39
)
40
@click.option(
41
"--validation",
42
- help="Data must pass validation before the upload. Use of this option is highly discouraged.",
+ help="Controls validation requirements before upload. "
43
+ "'require' - data must pass validation before upload; "
44
+ "'skip' - no validation is performed on data before upload; "
45
+ "'ignore' - data is validated but upload proceeds regardless of validation results.",
46
type=click.Choice(list(UploadValidation)),
47
default="require",
48
show_default=True,
0 commit comments