domino logo
Latest (5.5)
  • Tech Ecosystem
  • Get Started
  • Domino Cloud
  • Collaborate
  • Projects
  • Work with Data
  • Workspaces
  • Environments
  • Executions
  • Deploy Models and Apps
  • Model Monitoring
  • Organizations
  • Security and Credentials
  • Notifications
  • Download the Audit Log
  • Data Planes
  • Search
  • Domino CLI
  • Troubleshooting
  • Get Help
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
User Guide
>
Domino CLI
>
Download Files with the CLI

Download Files with the CLI

If you must download individual files from a project, you typically use the Files page. However, if you have too many files to manage from the application, you can use a CLI command:

domino download-results.

This command accepts a filter that allows you to download a subset of the project. Run the following to see documentation of this command:

domino help download-results

As an example, you can download the contents of a folder with a command like this:

domino download-results --filter 'myfolder/*' 548fda01e4b0a8f06b7e8d99
  • The --filter option is what limits the downloaded files to the pattern that follows it

  • 548fda01e4b0a8f06b7e8d99 is the run ID

You can also use a run number instead of an ID:

domino download-results --filter 'myfolder/*' 1

This downloads the output files from a run, so you must have submitted at least one run in the project. Files are listed in the local directory under results/run-<runId or runNumber>.

Domino Data LabKnowledge BaseData Science BlogTraining
Copyright © 2022 Domino Data Lab. All rights reserved.