Skip to content

Commit f433ad7

Browse files
committed
Added more info about CLI arguments
1 parent 4c89b3c commit f433ad7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Migrations are like version control for your database, allowing you to define an
88

99
- Google Cloud Project with enabled billing
1010
- Enabled Google Cloud BigQuery API
11-
- Google Cloud Service Account
11+
- Google Cloud Service Account JSON file
1212

1313
## Getting Started
1414

@@ -45,6 +45,15 @@ your-project
4545
└── ...
4646
```
4747

48+
You can use different folder names but in that case you must specify them with command arguments:
49+
50+
|argument |description |
51+
|---------------------|-----------------------------------------------------------|
52+
|--gcp-sa-json-dir |Name of the service account JSON file directory (optional) |
53+
|--gcp-sa-json-fname |Name of the service account JSON file (optional) |
54+
|--migrations-dir |Name of the migrations directory (optional) |
55+
56+
4857
## Running migrations
4958

5059
> **IMPORTANT!**

0 commit comments

Comments
 (0)