Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/cli/commands/ddn_context_get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Get the value of a key in the context.
Get the value of a key in the context

```bash
ddn context get <key> (Allowed keys: supergraph, subgraph, localEnvFile, cloudEnvFile, selfHostedDataPlane, noBuildConnectors, project) [flags]
ddn context get <key> (Allowed keys: project, supergraph, subgraph, localEnvFile, cloudEnvFile, selfHostedDataPlane, noBuildConnectors) [flags]
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/commands/ddn_context_set.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Set the value of a key in the context.
Set default value of keys to be used in DDN CLI commands.

```bash
ddn context set <key> <value> (Allowed keys: project, supergraph, subgraph, localEnvFile, cloudEnvFile, selfHostedDataPlane, noBuildConnectors) [flags]
ddn context set <key> <value> (Allowed keys: selfHostedDataPlane, noBuildConnectors, project, supergraph, subgraph, localEnvFile, cloudEnvFile) [flags]
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/commands/ddn_context_unset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Unset the value of a key in the context.
Unset the value of a key in the context

```bash
ddn context unset <key> (Allowed keys: selfHostedDataPlane, noBuildConnectors, project, supergraph, subgraph, localEnvFile, cloudEnvFile) [flags]
ddn context unset <key> (Allowed keys: subgraph, localEnvFile, cloudEnvFile, selfHostedDataPlane, noBuildConnectors, project, supergraph) [flags]
```

## Examples
Expand Down
Loading