---
title: "ktm dashboards"
description: "Dashboards : tableaux de bord analytiques au niveau opérateur avec des widgets de métriques"
sidebarTitle: "dashboards"
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

{/* GENERATED FILE: do not edit by hand. Regenerate with: node scripts/generate.mjs */}

Dashboards : tableaux de bord analytiques au niveau opérateur avec des widgets de métriques

## Utilisation

```bash
ktm dashboards [flags]
```

## Sous-commandes

<Columns cols={2}>
  <Card title="add-widget" icon="angle-right" href="/fr/cli/commands/dashboards/add-widget">
    Ajouter un widget à un dashboard depuis un fichier JSON ou stdin
  </Card>
  <Card title="build" icon="angle-right" href="/fr/cli/commands/dashboards/build">
    Créer un dashboard avec tous les widgets de manière atomique
  </Card>
  <Card title="create" icon="angle-right" href="/fr/cli/commands/dashboards/create">
    Créer un nouveau dashboard vide
  </Card>
  <Card title="edit-widget" icon="angle-right" href="/fr/cli/commands/dashboards/edit-widget">
    Remplacer les données d'un widget depuis un fichier JSON ou stdin
  </Card>
  <Card title="get" icon="angle-right" href="/fr/cli/commands/dashboards/get">
    Obtenir un dashboard par UID
  </Card>
  <Card title="list" icon="angle-right" href="/fr/cli/commands/dashboards/list">
    Lister les dashboards d'un opérateur
  </Card>
  <Card title="list-widget-types" icon="angle-right" href="/fr/cli/commands/dashboards/list-widget-types">
    Lister les types de widgets disponibles avec leurs contraintes et tailles de grille
  </Card>
  <Card title="remove-widget" icon="angle-right" href="/fr/cli/commands/dashboards/remove-widget">
    Supprimer un widget d'un dashboard par ID
  </Card>
  <Card title="update" icon="angle-right" href="/fr/cli/commands/dashboards/update">
    Mettre à jour les métadonnées d'un dashboard (nom, bucket, statut favori)
  </Card>
  <Card title="validate-widget" icon="angle-right" href="/fr/cli/commands/dashboards/validate-widget">
    Validation à sec d'un JSON de widget de dashboard
  </Card>
  <Card title="widget-template" icon="angle-right" href="/fr/cli/commands/dashboards/widget-template">
    Afficher un template JSON de widget sur stdout
  </Card>
</Columns>

<Note>
  Les flags globaux (`--output`, `--debug`, `--host`, ...) s'appliquent à toutes les commandes. Voir la [présentation de la référence des commandes](/fr/cli/commands/overview).
</Note>

## Et ensuite ?

<Columns cols={2}>
  <Card title="Toutes les commandes" icon="terminal" href="/fr/cli/commands/overview">
    Parcourir la référence complète du CLI.
  </Card>
  <Card title="Premiers pas" icon="rocket" href="/fr/cli/getting-started">
    Installer le CLI et s'authentifier.
  </Card>
</Columns>
