@lightdash/cli 0.1432.2 → 0.1433.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
@@ -135,6 +135,8 @@ commander_1.program
|
|
135
135
|
.option('--state <state>')
|
136
136
|
.option('--full-refresh')
|
137
137
|
.option('--verbose', undefined, false)
|
138
|
+
.option('--skip-warehouse-catalog', 'Skip fetch warehouse catalog and use types in yml', false)
|
139
|
+
.option('--skip-dbt-compile', 'Skip `dbt compile` and deploy from the existing ./target/manifest.json', false)
|
138
140
|
.action(compile_1.compileHandler);
|
139
141
|
commander_1.program
|
140
142
|
.command('preview')
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lightdash/cli",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.1433.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"bin": {
|
6
6
|
"lightdash": "dist/index.js"
|
@@ -11,8 +11,8 @@
|
|
11
11
|
],
|
12
12
|
"dependencies": {
|
13
13
|
"@actions/core": "^1.11.1",
|
14
|
-
"@lightdash/common": "^0.
|
15
|
-
"@lightdash/warehouses": "^0.
|
14
|
+
"@lightdash/common": "^0.1433.0",
|
15
|
+
"@lightdash/warehouses": "^0.1433.0",
|
16
16
|
"@types/columnify": "^1.5.1",
|
17
17
|
"ajv": "^8.11.0",
|
18
18
|
"ajv-formats": "^2.1.1",
|