Cognite Data Fusion CLI
Beta
The features described in this section are currently in beta testing and are subject to change.
Use the Cognite Data Fusion (CDF) CLI to manage data models from the command line.
Install the CDF CLI
Prerequisites
To install the CDF CLI, you must first install Node v16 or higher. For more information, see Node JS.
Follow the steps below to install the CDF CLI.
Install the CDF CLI globally
- To install the CDF CLI globally, run the following command from a terminal:
- npm
- Yarn
- pnpm
npm install --global @cognite/cdf-cli
yarn global add @cognite/cdf-cli
pnpm add --global @cognite/cdf-cli