grekt dashboard setup
Configure the dashboard connection interactively.
bash
grekt dashboard setupWhat it does
- Asks if you want to use the grekt dashboard
- If yes, asks if the dashboard is already running
- If running, prompts for the dashboard URL and API token
- Saves the configuration to
.grekt/config.yaml
If the dashboard is not running yet, it shows the setup documentation link and continues.
Configuration
The command writes to .grekt/config.yaml:
yaml
dashboard:
url: https://your-dashboard-instance.example.com
token: gdk_your-token-hereExamples
bash
# Interactive setup
grekt dashboard setupNotes
- This is the same flow available during
grekt init - Requires
.grekt/config.yamlto exist (rungrekt initfirst) - Tokens start with
gdk_and are created from the dashboard admin panel