Skip to content

Commit 91d4c60

Browse files
author
Daniel Gibson
committed
[easy] dagter => dagster
Eyes > Insert changelog entry or delete this section.
1 parent beb8a84 commit 91d4c60

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/guides/build/projects/project-structure/project-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Depending on your use case or if you're using Dagster+, you may also need to add
5151
## CI/CD configuration files
5252

5353
- For **OSS deployments**, you can add your own CI/CD files as needed.
54-
- For **Dagter+ deployments**, you can use the [`dg plus deploy configure` CLI command](/api/clis/dg-cli/dg-plus#configure) to generate CI/CD files for GitHub or GitLab, or set your system to use the necessary `dg deploy` CLI commands if you use a different Git provider. For more information, see the [Dagster+ CI/CD documentation](/deployment/dagster-plus/deploying-code/configuring-ci-cd).
54+
- For **Dagster+ deployments**, you can use the [`dg plus deploy configure` CLI command](/api/clis/dg-cli/dg-plus#configure) to generate CI/CD files for GitHub or GitLab, or set your system to use the necessary `dg deploy` CLI commands if you use a different Git provider. For more information, see the [Dagster+ CI/CD documentation](/deployment/dagster-plus/deploying-code/configuring-ci-cd).

python_modules/libraries/dagster-cloud-cli/dagster_cloud_cli/config_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def get_organization(ctx: Optional[Context] = None) -> Optional[str]:
8787

8888
def get_location_load_timeout() -> int:
8989
"""Gets the configured location load timeout to target.
90-
Highest precedence is an location-load-timeout argument, then `DAGTER_CLOUD_LOCATION_LOAD_TIMEOUT`
90+
Highest precedence is an location-load-timeout argument, then `DAGSTER_CLOUD_LOCATION_LOAD_TIMEOUT`
9191
env var, then `~/.dagster_cloud_cli/config` value.
9292
"""
9393
config_timeout = read_config().agent_timeout
@@ -103,7 +103,7 @@ def get_location_load_timeout() -> int:
103103

104104
def get_agent_heartbeat_timeout(default_timeout: Optional[int]) -> Optional[int]:
105105
"""Gets the configured agent timeout to target.
106-
Highest precedence is an agent-timeout argument, then `DAGTER_CLOUD_AGENT_HEARTBEAT_TIMEOUT`
106+
Highest precedence is an agent-timeout argument, then `DAGSTER_CLOUD_AGENT_HEARTBEAT_TIMEOUT`
107107
env var.
108108
"""
109109
env_val = os.getenv(AGENT_HEARTBEAT_TIMEOUT_ENV_VAR_NAME)

0 commit comments

Comments
 (0)