You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(drs-pull-objects): initial support for supplying a list of DRS I… (#195)
* feat(drs-pull-objects): initial support for supplying a list of DRS IDs to download
* Apply automatic documentation changes
* feat(logging): add arg for silencing logging (that way we can ensure click.echos are the only stdout)
* feat(drs-pull): correctly allow list of object IDs as an arg, support JSON output
* Apply automatic documentation changes
* chore(spelling): fix typo
* Apply automatic documentation changes
* chore(drs-pull): refactor to reduce function calls, support passing a list of objects to underlying download functions
* Apply automatic documentation changes
* chore(tests): fix test and version
* Apply automatic documentation changes
<spanclass="sd"> output_dir: directory to save downloaded files to</span>
1227
1227
<spanclass="sd"> show_progress: show progress bar</span>
1228
1228
<spanclass="sd"> unpack_packages (bool): set to False to disable the unpacking of downloaded packages</span>
@@ -1237,7 +1237,7 @@ <h1>Source code for gen3.tools.download.drs_download</h1><div class="highlight">
1237
1237
<spanclass="n">logger</span><spanclass="o">.</span><spanclass="n">critical</span><spanclass="p">(</span><spanclass="sa">f</span><spanclass="s2">"Unable to authenticate your credentials with </span><spanclass="si">{</span><spanclass="n">hostname</span><spanclass="si">}</span><spanclass="s2">"</span><spanclass="p">)</span>
<li><ahref="tools/drs_pull.html#gen3.tools.download.drs_download.download_drs_object">download_drs_object() (in module gen3.tools.download.drs_download)</a>
224
-
</li>
225
223
<li><ahref="tools/drs_pull.html#gen3.tools.download.drs_download.download_files_in_drs_manifest">download_files_in_drs_manifest() (in module gen3.tools.download.drs_download)</a>
0 commit comments