-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Rob Dominguez <[email protected]>
- Loading branch information
1 parent
9448aa2
commit 969b0c2
Showing
70 changed files
with
207 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
docs/cli/commands/ddn_codemod_upgrade-graphqlconfig-aggregate.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
sidebar_label: ddn codemod upgrade-graphqlconfig-aggregate | ||
sidebar_position: 8 | ||
description: Upgrade GraphqlConfig to support aggregates using the DDN CLI | ||
keywords: | ||
- hasura | ||
- DDN | ||
- docs | ||
- CLI | ||
- ddn codemod upgrade-graphqlconfig-aggregate | ||
--- | ||
|
||
# DDN CLI: ddn codemod upgrade-graphqlconfig-aggregate | ||
|
||
Upgrade GraphqlConfig to support aggregates. | ||
|
||
## Synopsis | ||
|
||
Upgrade GraphqlConfig to support aggregates | ||
|
||
```bash | ||
ddn codemod upgrade-graphqlconfig-aggregate [flags] | ||
``` | ||
|
||
## Examples | ||
|
||
```bash | ||
# Run on the supergraph defined in the context | ||
ddn codemod upgrade-graphqlconfig-aggregate | ||
|
||
# Run on a specific supergraph | ||
ddn codemod upgrade-graphqlconfig-aggregate --supergraph ./supergraph.cloud.yaml | ||
|
||
# Run on a specific subgraph | ||
ddn codemod upgrade-graphqlconfig-aggregate --subgraph app/subgraph.yaml | ||
``` | ||
|
||
## Options | ||
|
||
```sass | ||
--ci Disables the use of context | ||
-c, --context string Name of the context to use. (default <current_context>) | ||
-h, --help help for upgrade-graphqlconfig-aggregate | ||
--subgraph string Path to Subgraph config file | ||
--supergraph string Path to Supergraph config file | ||
``` | ||
|
||
## Options inherited from parent operations | ||
|
||
```sass | ||
--log-level string Log level. Can be DEBUG, WARN, INFO, ERROR, or FATAL. (default "INFO") | ||
--no-prompt Do not prompt for required but missing flags | ||
--out string Output format. Can be table, json or yaml. (default "table") | ||
--timeout int Request timeout in seconds [env: HASURA_DDN_TIMEOUT] (default 100) | ||
``` | ||
|
||
## Parent operation | ||
|
||
- [ddn codemod](/cli/commands/ddn_codemod) - Perform transformations on your Hasura project directory |
59 changes: 59 additions & 0 deletions
59
docs/cli/commands/ddn_codemod_upgrade-object-boolean-expression-types.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
sidebar_label: ddn codemod upgrade-object-boolean-expression-types | ||
sidebar_position: 9 | ||
description: Upgrade object boolean expression types metadata using the DDN CLI | ||
keywords: | ||
- hasura | ||
- DDN | ||
- docs | ||
- CLI | ||
- ddn codemod upgrade-object-boolean-expression-types | ||
--- | ||
|
||
# DDN CLI: ddn codemod upgrade-object-boolean-expression-types | ||
|
||
Upgrade object boolean expression types metadata. | ||
|
||
## Synopsis | ||
|
||
Upgrade object boolean expression types metadata | ||
|
||
```bash | ||
ddn codemod upgrade-object-boolean-expression-types [flags] | ||
``` | ||
|
||
## Examples | ||
|
||
```bash | ||
# Run on the supergraph defined in the context | ||
ddn codemod upgrade-object-boolean-expression-types | ||
|
||
# Run on a specific supergraph | ||
ddn codemod upgrade-object-boolean-expression-types --supergraph ./supergraph.cloud.yaml | ||
|
||
# Run on a specific subgraph | ||
ddn codemod upgrade-object-boolean-expression-types --subgraph app/subgraph.yaml | ||
``` | ||
|
||
## Options | ||
|
||
```sass | ||
--ci Disables the use of context | ||
-c, --context string Name of the context to use. (default <current_context>) | ||
-h, --help help for upgrade-object-boolean-expression-types | ||
--subgraph string Path to Subgraph config file | ||
--supergraph string Path to Supergraph config file | ||
``` | ||
|
||
## Options inherited from parent operations | ||
|
||
```sass | ||
--log-level string Log level. Can be DEBUG, WARN, INFO, ERROR, or FATAL. (default "INFO") | ||
--no-prompt Do not prompt for required but missing flags | ||
--out string Output format. Can be table, json or yaml. (default "table") | ||
--timeout int Request timeout in seconds [env: HASURA_DDN_TIMEOUT] (default 100) | ||
``` | ||
|
||
## Parent operation | ||
|
||
- [ddn codemod](/cli/commands/ddn_codemod) - Perform transformations on your Hasura project directory |
2 changes: 1 addition & 1 deletion
2
docs/cli/commands/ddn_codemod_upgrade-project-config-v2-to-v3.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/cli/commands/ddn_codemod_upgrade-supergraph-config-v1-to-v2.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.