-
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.
- Loading branch information
1 parent
f892f51
commit 3346ef6
Showing
31 changed files
with
491 additions
and
180 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
copy-dst | ||
copy-dst-report-jq | ||
copy-dst-timedep | ||
link-dst | ||
link-dst-report | ||
link-dst-report-jq | ||
link-dst-timedep |
2 changes: 2 additions & 0 deletions
2
docs/sections/user_guide/cli/tools/fs/copy-config-report.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
foo: src/foo | ||
qux: src/qux |
2 changes: 2 additions & 0 deletions
2
docs/sections/user_guide/cli/tools/fs/copy-exec-report-jq.cmd
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,2 @@ | ||
rm -rf copy-dst | ||
uw fs copy --report --target-dir copy-dst --config-file copy-config-report.yaml 2>/dev/null | jq -r .ready[] |
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 @@ | ||
copy-dst/foo |
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,2 @@ | ||
rm -rf copy-dst-report-jq | ||
uw fs copy --report --target-dir copy-dst-report-jq --config-file copy-config-report.yaml |
21 changes: 21 additions & 0 deletions
21
docs/sections/user_guide/cli/tools/fs/copy-exec-report.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[2025-01-30T06:36:44] INFO Validating config against internal schema: files-to-stage | ||
[2025-01-30T06:36:44] INFO 0 schema-validation errors found in fs config | ||
[2025-01-30T06:36:48] INFO File src/foo: Ready | ||
[2025-01-30T06:36:48] WARNING File src/qux: Not ready [external asset] | ||
[2025-01-30T06:36:48] INFO Copy src/foo -> copy-dst-report-jq/foo: Executing | ||
[2025-01-30T06:36:48] INFO Copy src/foo -> copy-dst-report-jq/foo: Ready | ||
[2025-01-30T06:36:48] WARNING Copy src/qux -> copy-dst-report-jq/qux: Not ready | ||
[2025-01-30T06:36:48] WARNING Copy src/qux -> copy-dst-report-jq/qux: Requires: | ||
[2025-01-30T06:36:48] WARNING Copy src/qux -> copy-dst-report-jq/qux: ✖ File src/qux | ||
[2025-01-30T06:36:48] WARNING File copies: Not ready | ||
[2025-01-30T06:36:48] WARNING File copies: Requires: | ||
[2025-01-30T06:36:48] WARNING File copies: ✔ Copy src/foo -> copy-dst-report-jq/foo | ||
[2025-01-30T06:36:48] WARNING File copies: ✖ Copy src/qux -> copy-dst-report-jq/qux | ||
{ | ||
"not-ready": [ | ||
"copy-dst-report-jq/qux" | ||
], | ||
"ready": [ | ||
"copy-dst-report-jq/foo" | ||
] | ||
} |
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: 2 additions & 0 deletions
2
docs/sections/user_guide/cli/tools/fs/link-config-report.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
foo: src/foo | ||
qux: src/qux |
2 changes: 2 additions & 0 deletions
2
docs/sections/user_guide/cli/tools/fs/link-exec-report-jq.cmd
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,2 @@ | ||
rm -rf link-dst-report-jq | ||
uw fs link --report --target-dir link-dst-report-jq --config-file link-config-report.yaml 2>/dev/null | jq -r .ready[] |
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 @@ | ||
link-dst-report-jq/foo |
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,2 @@ | ||
rm -rf link-dst-report | ||
uw fs link --report --target-dir link-dst-report --config-file link-config-report.yaml |
21 changes: 21 additions & 0 deletions
21
docs/sections/user_guide/cli/tools/fs/link-exec-report.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[2025-01-30T06:36:37] INFO Validating config against internal schema: files-to-stage | ||
[2025-01-30T06:36:38] INFO 0 schema-validation errors found in fs config | ||
[2025-01-30T06:36:40] INFO Filesystem item src/foo: Ready | ||
[2025-01-30T06:36:40] WARNING Filesystem item src/qux: Not ready [external asset] | ||
[2025-01-30T06:36:40] INFO Link link-dst-report/foo -> src/foo: Executing | ||
[2025-01-30T06:36:40] INFO Link link-dst-report/foo -> src/foo: Ready | ||
[2025-01-30T06:36:41] WARNING Link link-dst-report/qux -> src/qux: Not ready | ||
[2025-01-30T06:36:41] WARNING Link link-dst-report/qux -> src/qux: Requires: | ||
[2025-01-30T06:36:41] WARNING Link link-dst-report/qux -> src/qux: ✖ Filesystem item src/qux | ||
[2025-01-30T06:36:41] WARNING File links: Not ready | ||
[2025-01-30T06:36:41] WARNING File links: Requires: | ||
[2025-01-30T06:36:41] WARNING File links: ✔ Link link-dst-report/foo -> src/foo | ||
[2025-01-30T06:36:41] WARNING File links: ✖ Link link-dst-report/qux -> src/qux | ||
{ | ||
"not-ready": [ | ||
"link-dst-report/qux" | ||
], | ||
"ready": [ | ||
"link-dst-report/foo" | ||
] | ||
} |
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
3 changes: 3 additions & 0 deletions
3
docs/sections/user_guide/cli/tools/fs/makedirs-config-report.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
makedirs: | ||
- foo | ||
- subdir/bar |
6 changes: 6 additions & 0 deletions
6
docs/sections/user_guide/cli/tools/fs/makedirs-exec-report-jq.cmd
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,6 @@ | ||
d=makedirs-parent-report-jq | ||
rm -rf $d | ||
mkdir -p $d/subdir | ||
chmod 550 $d/subdir # read-only | ||
uw fs makedirs --report --target-dir $d --config-file makedirs-config-report.yaml 2>/dev/null | jq -r .ready[] | ||
chmod 750 $d/subdir # read-write |
1 change: 1 addition & 0 deletions
1
docs/sections/user_guide/cli/tools/fs/makedirs-exec-report-jq.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
makedirs-parent-report-jq/foo |
6 changes: 6 additions & 0 deletions
6
docs/sections/user_guide/cli/tools/fs/makedirs-exec-report.cmd
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,6 @@ | ||
d=makedirs-parent-report | ||
rm -rf $d | ||
mkdir -p $d/subdir | ||
chmod 550 $d/subdir # read-only | ||
uw fs makedirs --report --target-dir $d --config-file makedirs-config-report.yaml | ||
chmod 750 $d/subdir # read-write |
18 changes: 18 additions & 0 deletions
18
docs/sections/user_guide/cli/tools/fs/makedirs-exec-report.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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[2025-01-30T06:32:58] INFO Validating config against internal schema: makedirs | ||
[2025-01-30T06:32:58] INFO 0 schema-validation errors found in fs config | ||
[2025-01-30T06:33:00] INFO Directory makedirs-parent-report/foo: Executing | ||
[2025-01-30T06:33:00] INFO Directory makedirs-parent-report/foo: Ready | ||
[2025-01-30T06:33:01] INFO Directory makedirs-parent-report/subdir/bar: Executing | ||
[2025-01-30T06:33:01] WARNING Directory makedirs-parent-report/subdir/bar: Not ready | ||
[2025-01-30T06:33:01] WARNING Directories: Not ready | ||
[2025-01-30T06:33:01] WARNING Directories: Requires: | ||
[2025-01-30T06:33:01] WARNING Directories: ✔ Directory makedirs-parent-report/foo | ||
[2025-01-30T06:33:01] WARNING Directories: ✖ Directory makedirs-parent-report/subdir/bar | ||
{ | ||
"not-ready": [ | ||
"makedirs-parent-report/subdir/bar" | ||
], | ||
"ready": [ | ||
"makedirs-parent-report/foo" | ||
] | ||
} |
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.