---
title: "ktm shell progress"
description: "Lister les commandes shell en attente et en cours"
sidebarTitle: "progress"
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 */}

Lister les commandes shell en attente et en cours

## Utilisation

```bash
ktm shell progress [flags]
```

## Exemples

```bash
ktm shell progress --product 123
```

## Flags

| Flag | Type | Défaut | Description |
| --- | --- | --- | --- |
| `--product` | int |  | Filtrer par identifiant de produit |

## Voir aussi

- [`ktm shell`](/fr/cli/commands/shell)

<Note>
  Les flags globaux (`--output`, `--debug`, `--host`, ...) s'appliquent à toutes les commandes. Consultez la [vue d'ensemble 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="Démarrage" icon="rocket" href="/fr/cli/getting-started">
    Installer le CLI et s'authentifier.
  </Card>
</Columns>
