Sign in

Configuring DagKnows CLI

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

Configure the DagKnows CLI by providing an access token. This step involves specifying the host address for the SaaS instance where DagKnows is running (this can vary for onprem or custom installations) and entering the access token obtained from the app's settings page. DAGKNOWS_SERVER_URL must be https even if when using IP address.

dk config init --api-host <DAGKNOWS_SERVER_URL>
copied