Skip to main content
1

Upgrade the Cognite Toolkit CLI

To upgrade the Cognite Toolkit to the latest version:
  • pip
  • poetry
pip install --upgrade cognite-toolkit
To upgrade to a specific version, for example a beta version:
  • pip
  • poetry
pip install cognite-toolkit==0.3.0b4
Replace 0.3.0b4 with the version you want to install.
2

Upgrade the Cognite Toolkit modules

To update the Cognite Toolkit modules to be compatible with the installed version of the Cognite Toolkit CLI:
  1. Run this command:
    cdf modules upgrade
    
  2. Follow the Cognite Toolkit instructions to manually update settings that the Cognite Toolkit couldn’t upgrade automatically.