-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs to include warning about format.
- Loading branch information
1 parent
0b9d425
commit ca5cb68
Showing
52 changed files
with
283 additions
and
281 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
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
8 changes: 4 additions & 4 deletions
8
docs/sections/user_guide/cli/tools/config/compare-bad-extension-fix.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,4 +1,4 @@ | ||
[2024-05-23T19:39:15] INFO - a.txt | ||
[2024-05-23T19:39:15] INFO + c.nml | ||
[2024-05-23T19:39:15] INFO --------------------------------------------------------------------- | ||
[2024-05-23T19:39:15] INFO values: recipient: - World + None | ||
[2024-08-29T14:50:36] INFO - a.txt | ||
[2024-08-29T14:50:36] INFO + c.nml | ||
[2024-08-29T14:50:36] INFO --------------------------------------------------------------------- | ||
[2024-08-29T14:50:36] INFO values: recipient: - World + None |
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,4 +1,4 @@ | ||
[2024-05-23T19:39:16] INFO - a.nml | ||
[2024-05-23T19:39:16] INFO + c.nml | ||
[2024-05-23T19:39:16] INFO --------------------------------------------------------------------- | ||
[2024-05-23T19:39:16] INFO values: recipient: - World + None | ||
[2024-08-29T14:50:36] INFO - a.nml | ||
[2024-08-29T14:50:36] INFO + c.nml | ||
[2024-08-29T14:50:36] INFO --------------------------------------------------------------------- | ||
[2024-08-29T14:50:36] INFO values: recipient: - World + None |
2 changes: 1 addition & 1 deletion
2
docs/sections/user_guide/cli/tools/config/compare-format-mismatch.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 +1 @@ | ||
[2024-05-23T19:39:15] ERROR Formats do not match: nml vs yaml | ||
[2024-08-29T14:50:35] ERROR Formats do not match: nml vs yaml |
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,3 +1,3 @@ | ||
[2024-05-23T19:39:15] INFO - a.nml | ||
[2024-05-23T19:39:15] INFO + b.nml | ||
[2024-05-23T19:39:15] INFO --------------------------------------------------------------------- | ||
[2024-08-29T14:50:35] INFO - a.nml | ||
[2024-08-29T14:50:35] INFO + b.nml | ||
[2024-08-29T14:50:35] INFO --------------------------------------------------------------------- |
10 changes: 5 additions & 5 deletions
10
docs/sections/user_guide/cli/tools/config/compare-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,5 +1,5 @@ | ||
[2024-05-23T19:39:15] DEBUG Command: uw config compare --file-1-path a.nml --file-2-path c.nml --verbose | ||
[2024-05-23T19:39:15] INFO - a.nml | ||
[2024-05-23T19:39:15] INFO + c.nml | ||
[2024-05-23T19:39:15] INFO --------------------------------------------------------------------- | ||
[2024-05-23T19:39:15] INFO values: recipient: - World + None | ||
[2024-08-29T14:50:35] DEBUG Command: uw config compare --file-1-path a.nml --file-2-path c.nml --verbose | ||
[2024-08-29T14:50:36] INFO - a.nml | ||
[2024-08-29T14:50:36] INFO + c.nml | ||
[2024-08-29T14:50:36] INFO --------------------------------------------------------------------- | ||
[2024-08-29T14:50:36] INFO values: recipient: - World + None |
2 changes: 1 addition & 1 deletion
2
docs/sections/user_guide/cli/tools/config/realize-depth-mismatch.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 +1 @@ | ||
[2024-05-23T19:39:15] ERROR Cannot realize depth-2 config to type-'sh' config | ||
[2024-08-29T14:50:35] ERROR Cannot realize depth-2 config to type-'sh' config |
14 changes: 7 additions & 7 deletions
14
docs/sections/user_guide/cli/tools/config/realize-dry-run.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,7 +1,7 @@ | ||
[2024-05-23T19:39:16] INFO values: | ||
[2024-05-23T19:39:16] INFO date: 20240105 | ||
[2024-05-23T19:39:16] INFO empty: null | ||
[2024-05-23T19:39:16] INFO greeting: Good Night | ||
[2024-05-23T19:39:16] INFO message: Good Night Moon Good Night Moon | ||
[2024-05-23T19:39:16] INFO recipient: Moon | ||
[2024-05-23T19:39:16] INFO repeat: 2 | ||
[2024-08-29T14:50:35] INFO values: | ||
[2024-08-29T14:50:35] INFO date: 20240105 | ||
[2024-08-29T14:50:35] INFO empty: null | ||
[2024-08-29T14:50:35] INFO greeting: Good Night | ||
[2024-08-29T14:50:35] INFO message: Good Night Moon Good Night Moon | ||
[2024-08-29T14:50:35] INFO recipient: Moon | ||
[2024-08-29T14:50:35] INFO repeat: 2 |
2 changes: 1 addition & 1 deletion
2
docs/sections/user_guide/cli/tools/config/realize-flowers-total.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,3 +1,3 @@ | ||
[2024-05-23T19:39:14] ERROR Config could not be realized. Try with --values-needed for details. | ||
[2024-08-29T14:50:35] ERROR Config could not be realized. Try with --values-needed for details. | ||
|
||
Exit status: 1 |
20 changes: 10 additions & 10 deletions
20
docs/sections/user_guide/cli/tools/config/realize-values-needed.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,10 +1,10 @@ | ||
[2024-05-28T16:43:43] INFO Keys that are complete: | ||
[2024-05-28T16:43:43] INFO values | ||
[2024-05-28T16:43:43] INFO values.empty | ||
[2024-05-28T16:43:43] INFO values.greeting | ||
[2024-05-28T16:43:43] INFO values.message | ||
[2024-05-28T16:43:43] INFO values.recipient | ||
[2024-05-28T16:43:43] INFO values.repeat | ||
[2024-05-28T16:43:43] INFO | ||
[2024-05-28T16:43:43] INFO Keys with unrendered Jinja2 variables/expressions: | ||
[2024-05-28T16:43:43] INFO values.date: {{ yyyymmdd }} | ||
[2024-08-29T14:50:35] INFO Keys that are complete: | ||
[2024-08-29T14:50:35] INFO values | ||
[2024-08-29T14:50:35] INFO values.empty | ||
[2024-08-29T14:50:35] INFO values.greeting | ||
[2024-08-29T14:50:35] INFO values.message | ||
[2024-08-29T14:50:35] INFO values.recipient | ||
[2024-08-29T14:50:35] INFO values.repeat | ||
[2024-08-29T14:50:35] INFO | ||
[2024-08-29T14:50:35] INFO Keys with unrendered Jinja2 variables/expressions: | ||
[2024-08-29T14:50:35] INFO values.date: {{ yyyymmdd }} |
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-08-29T14:50:35] DEBUG Command: uw config realize --input-format yaml --output-format yaml --verbose | ||
[2024-08-29T14:50:35] DEBUG Reading input from stdin | ||
[2024-08-29T14:50:35] DEBUG Dereferencing, current value: | ||
[2024-08-29T14:50:35] DEBUG hello: '{{ recipient }}' | ||
[2024-08-29T14:50:35] DEBUG recipient: world | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: {{ recipient }} | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: world | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: hello | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: hello | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: world | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: world | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: recipient | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: recipient | ||
[2024-08-29T14:50:35] DEBUG Dereferencing, current value: | ||
[2024-08-29T14:50:35] DEBUG hello: world | ||
[2024-08-29T14:50:35] DEBUG recipient: world | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: world | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: world | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: hello | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: hello | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: world | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: world | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: recipient | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: recipient | ||
[2024-08-29T14:50:35] DEBUG Dereferencing, final value: | ||
[2024-08-29T14:50:35] DEBUG hello: world | ||
[2024-08-29T14:50:35] DEBUG recipient: world | ||
[2024-08-29T14:50:35] DEBUG Writing output to stdout | ||
hello: world | ||
recipient: world |
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,3 +1,3 @@ | ||
[2024-08-26T22:54:28] ERROR 1 UW schema-validation error found in config | ||
[2024-08-26T22:54:28] ERROR Error at values: | ||
[2024-08-26T22:54:28] ERROR 'recipient' is a required property | ||
[2024-08-29T14:50:35] ERROR 1 UW schema-validation error found in config | ||
[2024-08-29T14:50:35] ERROR Error at values: | ||
[2024-08-29T14:50:35] ERROR 'recipient' is a required property |
2 changes: 1 addition & 1 deletion
2
docs/sections/user_guide/cli/tools/config/validate-pass-stdin.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 +1 @@ | ||
[2024-08-26T22:54:27] INFO 0 UW schema-validation errors found in config | ||
[2024-08-29T14:50:35] 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[2024-08-26T22:54:28] INFO 0 UW schema-validation errors found in config | ||
[2024-08-29T14:50:35] INFO 0 UW schema-validation errors found in config |
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-08-29T14:50:35] DEBUG Command: uw config validate --schema-file schema.jsonschema --input-file values.yaml --verbose | ||
[2024-08-29T14:50:35] DEBUG Using schema file: schema.jsonschema | ||
[2024-08-29T14:50:35] DEBUG Dereferencing, current value: | ||
[2024-08-29T14:50:35] DEBUG values: | ||
[2024-08-29T14:50:35] DEBUG greeting: Hello | ||
[2024-08-29T14:50:35] DEBUG recipient: World | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: Hello | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: Hello | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: greeting | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: greeting | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: World | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: World | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: recipient | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: recipient | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendering: values | ||
[2024-08-29T14:50:35] DEBUG [dereference] Rendered: values | ||
[2024-08-29T14:50:35] DEBUG Dereferencing, final value: | ||
[2024-08-29T14:50:35] DEBUG values: | ||
[2024-08-29T14:50:35] DEBUG greeting: Hello | ||
[2024-08-29T14:50:35] DEBUG recipient: World | ||
[2024-08-29T14:50:35] 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[2024-08-26T23:03:41] INFO 0 UW schema-validation errors found in rand config | ||
[2024-08-26T23:03:41] INFO rand Random-integer file: Initial state: Not Ready | ||
[2024-08-26T23:03:41] INFO rand Random-integer file: Checking requirements | ||
[2024-08-26T23:03:41] INFO rand Random-integer file: Requirement(s) ready | ||
[2024-08-26T23:03:41] INFO rand Random-integer file: Executing | ||
[2024-08-26T23:03:41] INFO rand Random-integer file: Final state: Ready | ||
Random integer is 14 | ||
[2024-08-29T14:50:36] INFO 0 UW schema-validation errors found in rand config | ||
[2024-08-29T14:50:36] INFO rand Random-integer file: Initial state: Not Ready | ||
[2024-08-29T14:50:36] INFO rand Random-integer file: Checking requirements | ||
[2024-08-29T14:50:36] INFO rand Random-integer file: Requirement(s) ready | ||
[2024-08-29T14:50:36] INFO rand Random-integer file: Executing | ||
[2024-08-29T14:50:36] INFO rand Random-integer file: Final state: Ready | ||
Random integer is 22 |
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 +1 @@ | ||
[2024-08-08T23:46:07] ERROR Rand does not accept argument 'cycle' | ||
[2024-08-29T14:50:36] ERROR Rand does not accept argument 'cycle' |
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,7 +1,7 @@ | ||
[2024-08-26T23:03:40] INFO 0 UW schema-validation errors found in rand config | ||
[2024-08-26T23:03:40] INFO rand Random-integer file: Initial state: Not Ready | ||
[2024-08-26T23:03:40] INFO rand Random-integer file: Checking requirements | ||
[2024-08-26T23:03:40] INFO rand Random-integer file: Requirement(s) ready | ||
[2024-08-26T23:03:40] INFO rand Random-integer file: Executing | ||
[2024-08-26T23:03:40] INFO rand Random-integer file: Final state: Ready | ||
Random integer is 80 | ||
[2024-08-29T14:50:36] INFO 0 UW schema-validation errors found in rand config | ||
[2024-08-29T14:50:36] INFO rand Random-integer file: Initial state: Not Ready | ||
[2024-08-29T14:50:36] INFO rand Random-integer file: Checking requirements | ||
[2024-08-29T14:50:36] INFO rand Random-integer file: Requirement(s) ready | ||
[2024-08-29T14:50:36] INFO rand Random-integer file: Executing | ||
[2024-08-29T14:50:36] INFO rand Random-integer file: Final state: Ready | ||
Random integer is 64 |
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
6 changes: 3 additions & 3 deletions
6
docs/sections/user_guide/cli/tools/fs/copy-exec-no-target-dir-err.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,3 +1,3 @@ | ||
[2024-08-26T23:03:40] INFO Validating config against internal schema: files-to-stage | ||
[2024-08-26T23:03:40] INFO 0 UW schema-validation errors found in fs config | ||
[2024-08-26T23:03:40] ERROR Relative path 'foo' requires the target directory to be specified | ||
[2024-08-29T14:50:35] INFO Validating config against internal schema: files-to-stage | ||
[2024-08-29T14:50:35] INFO 0 UW schema-validation errors found in fs config | ||
[2024-08-29T14:50:35] ERROR Relative path 'foo' requires the target directory to be specified |
20 changes: 10 additions & 10 deletions
20
docs/sections/user_guide/cli/tools/fs/copy-exec-timedep.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
Oops, something went wrong.