Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRelief committed Sep 17, 2024
1 parent add4c88 commit bb6ef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lift/duplicate-application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { getGraphQLTypeName } from '@utils/validators';
/**
* Command:
* - Typescript: npx ts-node -r tsconfig-paths/register -r dotenv/config scripts/lift/duplicate-application.ts --app=<BASE_APP_ID> --country=<COUNTRY_NAME> --token=<BEARER_TOKEN>
* - Javascript: node duplicateBaseApp.ts --app=<BASE_APP_ID> --country=<COUNTRY_NAME> --token=<BEARER_TOKEN>
* - Javascript: node build/scripts/lift/duplicate-application --app=<BASE_APP_ID> --country=<COUNTRY_NAME> --token=<BEARER_TOKEN>
* Arguments:
* --app ( optional ), shortcut: -a
* --country ( required ), shortcut: -c
Expand Down

0 comments on commit bb6ef3a

Please sign in to comment.