-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
220c87b
commit fe832c1
Showing
11 changed files
with
207 additions
and
96 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
56 changes: 28 additions & 28 deletions
56
docs/sections/user_guide/cli/tools/config/realize-verbose.out
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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
[2024-05-23T19:39:16] DEBUG Command: uw config realize --input-format yaml --output-format yaml --verbose | ||
[2024-05-23T19:39:16] DEBUG Reading input from stdin | ||
[2024-05-23T19:39:16] DEBUG Dereferencing, current value: | ||
[2024-05-23T19:39:16] DEBUG hello: '{{ recipient }}' | ||
[2024-05-23T19:39:16] DEBUG recipient: world | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendering: {{ recipient }} | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendered: world | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendering: hello | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendered: hello | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendering: world | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendered: world | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendering: recipient | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendered: recipient | ||
[2024-05-23T19:39:16] DEBUG Dereferencing, current value: | ||
[2024-05-23T19:39:16] DEBUG hello: world | ||
[2024-05-23T19:39:16] DEBUG recipient: world | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendering: world | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendered: world | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendering: hello | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendered: hello | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendering: world | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendered: world | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendering: recipient | ||
[2024-05-23T19:39:16] DEBUG [dereference] Rendered: recipient | ||
[2024-05-23T19:39:16] DEBUG Dereferencing, final value: | ||
[2024-05-23T19:39:16] DEBUG hello: world | ||
[2024-05-23T19:39:16] DEBUG recipient: world | ||
[2024-05-23T19:39:16] DEBUG Writing output to stdout | ||
[2024-11-27T05:24:34] DEBUG Command: uw config realize --input-format yaml --output-format yaml --verbose | ||
[2024-11-27T05:24:34] DEBUG Reading input from stdin | ||
[2024-11-27T05:24:34] DEBUG Dereferencing, current value: | ||
[2024-11-27T05:24:34] DEBUG hello: '{{ recipient }}' | ||
[2024-11-27T05:24:34] DEBUG recipient: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: {{ recipient }} | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: world | ||
[2024-11-27T05:24:34] DEBUG Dereferencing, current value: | ||
[2024-11-27T05:24:34] DEBUG hello: world | ||
[2024-11-27T05:24:34] DEBUG recipient: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: world | ||
[2024-11-27T05:24:34] DEBUG Dereferencing, final value: | ||
[2024-11-27T05:24:34] DEBUG hello: world | ||
[2024-11-27T05:24:34] DEBUG recipient: world | ||
[2024-11-27T05:24:34] DEBUG Writing output to stdout | ||
hello: world | ||
recipient: world |
42 changes: 21 additions & 21 deletions
42
docs/sections/user_guide/cli/tools/config/validate-verbose.out
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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
[2024-08-26T22:54:28] DEBUG Command: uw config validate --schema-file schema.jsonschema --input-file values.yaml --verbose | ||
[2024-08-26T22:54:28] DEBUG Using schema file: schema.jsonschema | ||
[2024-08-26T22:54:28] DEBUG Dereferencing, current value: | ||
[2024-08-26T22:54:28] DEBUG values: | ||
[2024-08-26T22:54:28] DEBUG greeting: Hello | ||
[2024-08-26T22:54:28] DEBUG recipient: World | ||
[2024-08-26T22:54:28] DEBUG [dereference] Rendering: Hello | ||
[2024-08-26T22:54:28] DEBUG [dereference] Rendered: Hello | ||
[2024-08-26T22:54:28] DEBUG [dereference] Rendering: greeting | ||
[2024-08-26T22:54:28] DEBUG [dereference] Rendered: greeting | ||
[2024-08-26T22:54:28] DEBUG [dereference] Rendering: World | ||
[2024-08-26T22:54:28] DEBUG [dereference] Rendered: World | ||
[2024-08-26T22:54:28] DEBUG [dereference] Rendering: recipient | ||
[2024-08-26T22:54:28] DEBUG [dereference] Rendered: recipient | ||
[2024-08-26T22:54:28] DEBUG [dereference] Rendering: values | ||
[2024-08-26T22:54:28] DEBUG [dereference] Rendered: values | ||
[2024-08-26T22:54:28] DEBUG Dereferencing, final value: | ||
[2024-08-26T22:54:28] DEBUG values: | ||
[2024-08-26T22:54:28] DEBUG greeting: Hello | ||
[2024-08-26T22:54:28] DEBUG recipient: World | ||
[2024-08-26T22:54:29] INFO 0 UW schema-validation errors found in config | ||
[2024-11-27T05:24:34] DEBUG Command: uw config validate --schema-file schema.jsonschema --input-file values.yaml --verbose | ||
[2024-11-27T05:24:34] DEBUG Using schema file: schema.jsonschema | ||
[2024-11-27T05:24:34] DEBUG Dereferencing, current value: | ||
[2024-11-27T05:24:34] DEBUG values: | ||
[2024-11-27T05:24:34] DEBUG greeting: Hello | ||
[2024-11-27T05:24:34] DEBUG recipient: World | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: values | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: values | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: greeting | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: greeting | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: Hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: Hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: World | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: World | ||
[2024-11-27T05:24:34] DEBUG Dereferencing, final value: | ||
[2024-11-27T05:24:34] DEBUG values: | ||
[2024-11-27T05:24:34] DEBUG greeting: Hello | ||
[2024-11-27T05:24:34] DEBUG recipient: World | ||
[2024-11-27T05:24:34] INFO 0 UW schema-validation errors found in config |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ build: | |
requirements: | ||
build: | ||
- pip | ||
- setuptools | ||
run: | ||
- f90nml 1.4.* | ||
- iotaa 0.8.* | ||
|
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.