Skip to content

Commit

Permalink
Updated the name of the script to migrate-cpam-to-ciliopathies-landin…
Browse files Browse the repository at this point in the history
…g-page.js in the documentation
  • Loading branch information
JmScherer committed Sep 10, 2024
1 parent 48447f2 commit 35a5ab0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const usage = `
mongosh --eval 'var ciliAnalysis=""' /tmp/fixtures/migrations/ciliopathies-landing-page.js
mongosh --eval 'var ciliAnalysis=""' /tmp/fixtures/migrations/migrate-cpam-to-ciliopathies-landing-page.js
Script Options:
help : Bool : Optional
Expand All @@ -10,9 +10,9 @@ Run mongosh help for mongosh connection and authentication usage.
Example:
mongosh --host localhost --port 27017 --eval 'var help=True;' /tmp/fixtures/migrations/ciliopathies-landing-page.js
mongosh --host localhost --port 27017 --eval 'var help=True;' /tmp/fixtures/migrations/migrate-cpam-to-ciliopathies-landing-page.js
docker exec -it <rosalution_db_container> mongosh --eval 'var ciliAnalysis="CILI_2_5K ARMC9_L510V"' /tmp/fixtures/migrations/ciliopathies-landing-page.js
docker exec -it <rosalution_db_container> mongosh --eval 'var ciliAnalysis="CILI_2_5K ARMC9_L510V"' /tmp/fixtures/migrations/migrate-cpam-to-ciliopathies-landing-page.js
`

if (help === true) {
Expand Down

0 comments on commit 35a5ab0

Please sign in to comment.