|
2 | 2 |
|
3 | 3 | [简体中文](./README.zh-CN.md) · [English](./README.en.md) · [Français](./README.fr.md) · [Español](./README.es.md) · [Português](./README.pt.md) |
4 | 4 |
|
5 | | -CLI officiel FishXCode basé sur Bun + TypeScript. |
| 5 | +[](https://www.npmjs.com/package/fishxcode-cli) |
| 6 | +[](LICENSE) |
6 | 7 |
|
7 | | -## Documentation |
| 8 | +CLI officiel FishXCode — intégration en un clic avec l'API FishXCode pour claude-code, aider, codex, opencode et plus. |
8 | 9 |
|
9 | | -- Démarrage rapide : [docs/fr/quick-start.md](./docs/fr/quick-start.md) |
10 | | -- Commandes : [docs/fr/commands.md](./docs/fr/commands.md) |
11 | | -- Outils supportés : [docs/fr/tools.md](./docs/fr/tools.md) |
12 | | -- Release & CI : [docs/fr/release.md](./docs/fr/release.md) |
| 10 | +**[📖 Documentation](https://cli.fishxcode.com/fr/)** · **[🚀 S'inscrire](https://fishxcode.com/register?aff=9CTW)** · **[🔑 Obtenir une clé API](https://fishxcode.com/console/token)** |
13 | 11 |
|
14 | 12 | ## Installation |
15 | 13 |
|
16 | 14 | ```bash |
17 | 15 | npm i -g fishxcode-cli |
| 16 | +# ou exécuter directement sans installation |
| 17 | +npx fishxcode-cli@latest fishx setup |
18 | 18 | ``` |
19 | 19 |
|
20 | | -## Utilisation |
| 20 | +## Démarrage rapide |
21 | 21 |
|
22 | 22 | ```bash |
23 | | -fishx --help |
24 | | -fishx login |
25 | | -fishx setup |
26 | | -fishx doctor |
| 23 | +fishx login # enregistrer votre clé API FishXCode |
| 24 | +fishx setup # configurer automatiquement tous les outils IA |
| 25 | +fishx doctor # vérifier l'état de la configuration |
27 | 26 | ``` |
28 | 27 |
|
29 | | -## Console |
| 28 | +## Outils supportés |
30 | 29 |
|
31 | | -- <https://fishxcode.com/console/token> |
| 30 | +| Outil | Fichier de config | Auto-configuré | |
| 31 | +| --- | --- | --- | |
| 32 | +| Claude Code | `~/.claude/settings.json` | ✅ | |
| 33 | +| Codex CLI | `~/.codex/config.toml` | ✅ | |
| 34 | +| Aider | `~/.aider.conf.yml` | ✅ | |
| 35 | +| Continue.dev | `~/.continue/config.yaml` | ✅ | |
| 36 | +| OpenCode | `~/.config/opencode/opencode.json` | ✅ | |
| 37 | +| OpenClaw | `~/.openclaw/openclaw.json` | ✅ | |
| 38 | + |
| 39 | +## Commandes |
| 40 | + |
| 41 | +| Commande | Description | |
| 42 | +| --- | --- | |
| 43 | +| `fishx login` | Enregistrer la clé API FishXCode | |
| 44 | +| `fishx logout` | Supprimer les identifiants locaux | |
| 45 | +| `fishx whoami` | Afficher la clé API actuelle (masquée) | |
| 46 | +| `fishx setup` | Configurer tous les outils IA | |
| 47 | +| `fishx doctor` | Vérifier l'environnement et l'état des outils | |
| 48 | +| `fishx tools` | Lister tous les outils supportés | |
| 49 | +| `fishx reset` | Réinitialiser toutes les configurations | |
| 50 | +| `fishx balance` | Consulter le solde du compte *(bientôt disponible)* | |
| 51 | + |
| 52 | +## Variable d'environnement |
| 53 | + |
| 54 | +```bash |
| 55 | +export FISHXCODE_API_KEY=sk-xxx # alternative à fishx login |
| 56 | +``` |
| 57 | + |
| 58 | +## Liens |
| 59 | + |
| 60 | +- **Documentation** : <https://cli.fishxcode.com/fr/> |
| 61 | +- **Console API** : <https://fishxcode.com/console/token> |
| 62 | +- **GitHub** : <https://github.com/fishxcode/fishxcode-cli> |
0 commit comments