Convert a Butler gen 2 repository into a gen 3 repository.
Definition at line 49 of file commands.py.
50 """Convert a Butler gen 2 repository into a gen 3 repository."""
51 cli_handle_exception(script.convert, *args, **kwargs)
55 @repo_argument(required=
True)
58 @run_option(required=
True)
59 @click.option(
"-d",
"--dir",
"directory",
60 help=
"The path to the directory containing the raws to ingest.")
61 @click.option(
"-f",
"--file", help=
"The name of a file containing raws to ingest.")
63 @click.option(
"--ingest-task", default=
"lsst.obs.base.RawIngestTask", help=
"The fully qualified class name "
64 "of the ingest task to use.")