Skip to content

Commit

Permalink
Updates readmE
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Aug 30, 2023
1 parent f78de7d commit 95d0bad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ yarn tr-push --auth=$TRANSCEND_API_KEY
| `LEGAL_FILE` | Custom Legal CSV file. File format defined by [`LegalTrackerCsvCodec`](https://github.com/transcend-io/vz-cli/blob/757b42301116b551d0a927944e3c4407a802a9de/src/codecs.ts#L6) | string - file-path | false |
| `TRANSCEND_DATA_FLOWS_FILE` | Export of data flows from the Transcend dashboard. File format defined by [`DataFlowCsvInput`](https://github.com/transcend-io/cli/blob/main/src/codecs.ts#L821C14-L847) | string - file-path | false |
| `COMBINED_TRANSCEND_DATA_FLOWS_FILE` | Output file format that can be re-imported into Transcend dashboard. File format defined by [`DataFlowCsvInput`](https://github.com/transcend-io/cli/blob/main/src/codecs.ts#L821C14-L847) | string - file-path | false |
| `TRANSCEND_COOKIES_FILE` | Export of cookies from the Transcend dashboard. File format defined by[`CookieCsvInput`](https://github.com/transcend-io/cli/blob/main/src/codecs.ts#L849-L873) | string - file-path | false |
| `COMBINED_TRANSCEND_COOKIES_FILE` | Output file format that can be re-imported into Transcend dashboard. File format defined by [`CookieCsvInput`](https://github.com/transcend-io/cli/blob/main/src/codecs.ts#L849-L873) | string - file-path | false |
| `TRANSCEND_API_URL` | Transcend backend URL | string - url | false |
| `TRANSCEND_API_KEY` | Transcend API key with scopes `Manage Cookies` | string - api-key | true |

Expand Down

0 comments on commit 95d0bad

Please sign in to comment.