Stats
Actions
Tags
From somtech-somcraft-deployer
Inspecter l'état d'une instance SomCraft déployée (version, Fly.io, Supabase)
How this command is triggered — by the user, by Claude, or both
Slash command
/somtech-somcraft-deployer:deploy-somcraft-statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /deploy-somcraft-status
Inspection en lecture seule d'une instance SomCraft déployée pour le projet courant.
## Ce que fait cette commande
1. Lit `.claude/skills/somcraft-{client}/SKILL.md` du projet courant pour détecter la config
2. Affiche : client, version installée, date dernier déploiement, URLs
3. Exécute `fly status -a {app-staging}` et `fly status -a {app-prod}`
4. Requête Supabase via MCP pour compter workspaces, documents, users
5. Affiche un résumé en tableau
## Aucune modification
Cette commande ne modifie rien. Elle sert au monitoring et au debugging.
## Exécution
**I...Inspection en lecture seule d'une instance SomCraft déployée pour le projet courant.
.claude/skills/somcraft-{client}/SKILL.md du projet courant pour détecter la configfly status -a {app-staging} et fly status -a {app-prod}Cette commande ne modifie rien. Elle sert au monitoring et au debugging.
Invoke the deploy-somcraft skill with status mode. The skill reads project files, runs read-only CLI commands, and reports.
npx claudepluginhub somtechsolutionmaxime/somtech-pack --plugin somtech-somcraft-deployer