Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Calza <[email protected]>
  • Loading branch information
brunocalza committed Apr 16, 2024
1 parent 2f7bc5c commit e5ba4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ go run . export [DB_PATH]

This command does not upload the files to Basin. It exports Parquet files inside the `output` directory. You can also, choose specific tables to export by using the `tables` flag.

To export and push the files to Basin you must provide your private key and the vault's name, together with the `upload` flag.
To export and push the files to Basin you must the machine identifier, together with the `upload` flag.

```bash
go run . export --upload --basin-private-key=[PRIVATE_KEY] --basin-vault=[VAULT_NAME] [DB_PATH]
go run . export --upload --machine=[HASH] [DB_PATH]
```

## Issues
Expand Down

0 comments on commit e5ba4ff

Please sign in to comment.