Running this notebook will ensure the Repos feature is enabled. It is idempotent and can be re-run safely.
2
3
4
First we check what the current value is. false
means the feature is disabled. "None" or true
means it is enabled.
6
Then we explicitly turn it on.
8
And now we check that the config value is set to true
. To disable a repo, check that enableProjectTypeInWorkspace
is true and set it to false
.
10