@lightdash/cli 0.2201.0 → 0.2202.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -114,7 +114,7 @@ ${styles.bold('Examples:')}
114
114
  ${styles.title('⚡')}️lightdash ${styles.bold('dbt run')} -s mymodel ${styles.secondary('-- runs a single model and generates .yml')}
115
115
  ${styles.title('⚡')}️lightdash ${styles.bold('dbt run')} -s model1 model2 ${styles.secondary('-- runs multiple models and generates .yml')}
116
116
  ${styles.title('⚡')}️lightdash ${styles.bold('dbt run')} -s tag:sales ${styles.secondary('-- runs all models tagged as "sales" and generates .yml')}
117
- ${styles.title('⚡')}️lightdash ${styles.bold('dbt run')} -s +mymodel ${styles.secondary("-- runs mymodel and it's parents and generates .yml")}
117
+ ${styles.title('⚡')}️lightdash ${styles.bold('dbt run')} -s +mymodel ${styles.secondary("-- runs mymodel and its parents and generates .yml")}
118
118
  `)
119
119
  .option('--project-dir <path>', 'The directory of the dbt project', env_1.DEFAULT_DBT_PROJECT_DIR)
120
120
  .option('--profiles-dir <path>', 'The directory of the dbt profiles', env_1.DEFAULT_DBT_PROFILES_DIR)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/cli",
3
- "version": "0.2201.0",
3
+ "version": "0.2202.1",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "lightdash": "dist/index.js"
@@ -34,8 +34,8 @@
34
34
  "unique-names-generator": "^4.7.1",
35
35
  "uuid": "^11.0.3",
36
36
  "yaml": "^2.7.0",
37
- "@lightdash/common": "0.2201.0",
38
- "@lightdash/warehouses": "0.2201.0"
37
+ "@lightdash/common": "0.2202.1",
38
+ "@lightdash/warehouses": "0.2202.1"
39
39
  },
40
40
  "description": "Lightdash CLI tool",
41
41
  "devDependencies": {