Replies: 1 comment 1 reply
-
|
Update: the upgrade issue should now be resolved. The root cause was To upgrade: npx claudepluginhub affaan-m/everything-claude-code --plugin everything-claude-codeOr pull latest and run To reiterate: ECC (the open-source plugin) is and always will be free. ECC Tools Pro is a completely separate, optional GitHub App for repo analysis. You do not need it to use ECC. @borzov let me know if the upgrade works for you now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running the
node ace migration:statuscommand, the exit code is always0, even if there are pending migrations. This behavior makes it difficult to use the command in contexts like Kubernetes startup probes, where it is important to know if all migrations have been completed.I've now written a script that allows me to check the output of the command:
Is it possible to return a status error code? I don't know if this could have an impact on other behaviours, or if we could add a flag that would make it easy to find out if the migrations are ready to balance our application's traffic.
Beta Was this translation helpful? Give feedback.
All reactions