Skip to content

Commit

Permalink
update cli-sync-ot docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abrantesarthur committed Jan 14, 2025
1 parent 148b0e4 commit de53f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli-sync-ot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import { buildTranscendGraphQLClient } from './graphql';
* Pull configuration from OneTrust down locally to disk
*
* Dev Usage:
* yarn ts-node ./src/cli-sync-ot.ts --hostname=customer.my.onetrust.com --auth=$ONE_TRUST_OAUTH_TOKEN --file=./oneTrustAssessment.json
* yarn ts-node ./src/cli-sync-ot.ts --hostname=customer.my.onetrust.com --oneTrustAuth=$ONE_TRUST_OAUTH_TOKEN --transcendAuth=$TRANSCEND_API_KEY
*
* Standard usage
* yarn cli-sync-ot --hostname=customer.my.onetrust.com --auth=$ONE_TRUST_OAUTH_TOKEN --file=./oneTrustAssessment.json
* yarn cli-sync-ot --hostname=customer.my.onetrust.com --oneTrustAuth=$ONE_TRUST_OAUTH_TOKEN --transcendAuth=$TRANSCEND_API_KEY
*/
async function main(): Promise<void> {
const {
Expand Down

0 comments on commit de53f5e

Please sign in to comment.