Command Line Interface (CLI)#

Data Federation Mesh CLI is a command line tool that simplifies interaction with DFM and NVIDIA Flare backend within DFM, and provides a convenient way to perform many DFM-related tasks, such as code development (both DFM core and adapters), testing, running DFM in POC (simulation) mode, deploying and packaging. Each command has a comprehensive help guide:

# Display main DFM CLI help
dfm --help

# Display help for POC command group
dfm poc --help

# Display help for a particular command in POC group
dfm poc start --help

Installation#

When installing DFM from an installable wheel package, the DFM CLI is installed automatically.

Commands#