FloopFloop dans votre terminal
Construisez, déployez et surveillez vos projets FloopFloop sans quitter votre shell. Un binaire single-file. Parité totale avec la console web. Scriptable pour la CI.
$ floop login Opening https://www.floopfloop.com/cli/authorize?state=… in your browser… ✓ Logged in as you@example.com Token saved to ~/.floop/config.json $ floop new "a crypto RSI dashboard for BTC/ETH" --subdomain my-rsi ✓ Project created name: A Crypto Rsi Dashboard subdomain: my-rsi type: bot █████░ Step 5/6 generating: Building project… ✓ Live at https://my-rsi.floop.tech
Installation en 30 secondes
Binaire unique. Aucun Node requis. La carte mise en évidence correspond à votre OS.
curl -L https://github.com/FloopFloopAI/floop-cli/releases/latest/download/floop-darwin-arm64 -o /usr/local/bin/floop && chmod +x /usr/local/bin/floop
curl -L https://github.com/FloopFloopAI/floop-cli/releases/latest/download/floop-darwin-x64 -o /usr/local/bin/floop && chmod +x /usr/local/bin/floop
curl -L https://github.com/FloopFloopAI/floop-cli/releases/latest/download/floop-linux-x64 -o /usr/local/bin/floop && chmod +x /usr/local/bin/floop
# In PowerShell, as Administrator: Invoke-WebRequest https://github.com/FloopFloopAI/floop-cli/releases/latest/download/floop-windows-x64.exe -OutFile $env:USERPROFILE\floop.exe
Avertissement au premier lancement
Les binaires ne sont pas encore signés. macOS affiche une alerte Gatekeeper — clic droit → Ouvrir, ou exécutez xattr -d com.apple.quarantine /usr/local/bin/floop. Windows affiche SmartScreen — cliquez sur « Informations complémentaires » → « Exécuter quand même ». La notarisation Apple et la signature Authenticode sont sur la roadmap.
Ce que vous pouvez faire
Créer un projet à partir d'un prompt
floop new "a crypto RSI dashboard for BTC and ETH"Suivre un déploiement en direct
floop status my-bot --watchLister vos projets
floop listOuvrir l'URL en direct
floop open my-botFAQ
Que puis-je faire avec le CLI floop ?
Ai-je besoin d'un abonnement payant ?
Comment fonctionne la connexion ?
Mon jeton est-il en sécurité sur disque ?
Pourquoi macOS m'avertit-il d'un développeur non identifié ?
Pourquoi Windows affiche-t-il un avertissement SmartScreen ?
Puis-je scripter avec le CLI ?
Prêt à shipper depuis le terminal ?
Choisissez votre OS ci-dessus, collez la commande d'installation, puis exécutez floop login.
Ou vérifiez les checksums : SHA256SUMS