You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the node commands were originally written in bash and then ported to node. But the original bash scripts were not deleted, and may have had changes/fixed made to them since then. We need to:
Find all node commands that have an equivalent bash command (e.g. "check_migrations")
View the git history to see if the bash command has had any changes/fixed made to it after the node version was created
Incorporate those changes/fixed into the node version, to bring it to feature parity with the bash version
Delete the bash version, so we don't have this duplication going on
Ensure documentation is updated to remove references to the bash version
The text was updated successfully, but these errors were encountered:
seanmccleary
changed the title
Update node commands which have corresponding bash commands and delete node command
Update node commands which have corresponding bash commands and delete bash command
Oct 10, 2024
Many of the node commands were originally written in bash and then ported to node. But the original bash scripts were not deleted, and may have had changes/fixed made to them since then. We need to:
The text was updated successfully, but these errors were encountered: