'What is the command to install azuredevops provider in cdktf?

What is the command to install azuredevops provider in cdktf ? Something like ** npm install @cdktf/provider-azuredevops**



Solution 1:[1]

If you want to use the Azure Devops Provider you need to add the provider to your cdktf.json and then run cdktf get to generate the bindings.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Daniel Schmidt