Skip to main content
Testkube 1.21 is out! A new Execution Dashboard, Webhook Credentials and Test/Suite Deprecation are some of the major enhancements, Read More

CLI Configuration File

The Testkube CLI stores its configuration in a ~/.testkube/config.json file with the following structure:

{
"telemetryEnabled":true,
"namespace":"testkube",
"initialized":true,
"apiURI":"http://localhost:8088",
"apiServerName":"testkube-api-server",
"apiServerPort":8088,
"dashboardName":"testkube-dashboard",
"dashboardPort":8080,
"cloudContext":{

},
"master":{
"features":{
"LogsV2":false
},
"uris":{

}
}
}

You can use the testkube config command to modify the CLI configuration programmatically.

tip

See Managing CLI Context to get more detailed explanations of the corresponding configurations.