diff --git a/docs/cli-reference.md b/docs/cli-reference.md index 9bbb9b0..eae6fe8 100644 --- a/docs/cli-reference.md +++ b/docs/cli-reference.md @@ -20,8 +20,8 @@ Initializes a new Dozer project by generating the foundational `dozer-config.yam #### `dozer live` Initiates an in-browser interface for real-time Dozer application development. As the source code is modified in the IDE, changes are immediately reflected in this interface, enabling instant visualization and interactive testing. It streamlines the feedback loop, offering insights into data flows, configurations, and endpoints, all within the context of the live application. -#### `dozer run` -Initiates Dozer in a non-interactive way, but starting both `app` and `api` as different threads of the same process. +#### `dozer run [--locked]` +Initiates Dozer in a non-interactive way, but starting both `app` and `api` as different threads of the same process. It is optional the `--locked` flag to `dozer run`. ## Self-Hosted Deployment diff --git a/docs/configuration/flags.md b/docs/configuration/flags.md index f5ff432..c4c5f5b 100644 --- a/docs/configuration/flags.md +++ b/docs/configuration/flags.md @@ -15,7 +15,7 @@ home_dir: ./.dozer_custom Determines the name of the Dozer application. **Type**: String -#### `app_name` +#### `version` Determines the version of the Dozer application. **Type**: Integer diff --git a/docs/getting_started/core/connecting-to-sources.mdx b/docs/getting_started/core/connecting-to-sources.mdx index c3810db..c1ed870 100644 --- a/docs/getting_started/core/connecting-to-sources.mdx +++ b/docs/getting_started/core/connecting-to-sources.mdx @@ -132,6 +132,7 @@ Now edit your `dozer-config.yaml` and add a new PostgreSQL connection, a new sou ```yaml cache_max_map_size: 10000000000 app_name: ny-taxi-sample +version: 1 connections: - config: !LocalStorage details: diff --git a/docs/sources/ethereum.md b/docs/sources/ethereum.md index d10a191..56e2d9b 100644 --- a/docs/sources/ethereum.md +++ b/docs/sources/ethereum.md @@ -12,6 +12,7 @@ Traces provide a step-by-step account of all operations in a transaction, from g ### Configuration ```yaml app_name: dozer-eth-dashboard +version: 1 connections: - config: !Ethereum provider: !Trace diff --git a/static/examples/1_hypercharge_postgres/dozer-config.yaml b/static/examples/1_hypercharge_postgres/dozer-config.yaml index 1e8ba5a..7f7624a 100644 --- a/static/examples/1_hypercharge_postgres/dozer-config.yaml +++ b/static/examples/1_hypercharge_postgres/dozer-config.yaml @@ -1,4 +1,5 @@ app_name: postgres-sample +version: 1 connections: - config: !Postgres user: postgres diff --git a/static/examples/2_eth_stats_sample/dozer-config.yaml b/static/examples/2_eth_stats_sample/dozer-config.yaml index 62ec211..68e66cc 100644 --- a/static/examples/2_eth_stats_sample/dozer-config.yaml +++ b/static/examples/2_eth_stats_sample/dozer-config.yaml @@ -1,4 +1,5 @@ app_name: eth-smartcontracts-sample +version: 1 connections: - config: !Ethereum provider: !Log diff --git a/static/examples/3_snowflake_sample/dozer-config.yaml b/static/examples/3_snowflake_sample/dozer-config.yaml index bd610ba..edd45be 100644 --- a/static/examples/3_snowflake_sample/dozer-config.yaml +++ b/static/examples/3_snowflake_sample/dozer-config.yaml @@ -1,4 +1,5 @@ app_name: snowflake-tutorial +version: 1 connections: - config: !Snowflake server: "{{SN_SERVER}}" diff --git a/static/examples/4_supabase_s3/dozer-config.yaml b/static/examples/4_supabase_s3/dozer-config.yaml index 0dd09c0..75f1ced 100644 --- a/static/examples/4_supabase_s3/dozer-config.yaml +++ b/static/examples/4_supabase_s3/dozer-config.yaml @@ -1,4 +1,5 @@ app_name: aws-s3-sample +version: 1 connections: - config : !S3Storage details: