init: document-haness 하네스 설계
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
export PYTHONPATH="$ROOT/src${PYTHONPATH:+:$PYTHONPATH}"
|
||||
rm -rf "$ROOT/examples/output/retry-policy-demo"
|
||||
python3 -m claridoc run \
|
||||
--brief "$ROOT/examples/briefs/retry-policy-blog.json" \
|
||||
--sources "$ROOT/examples/sources/retry-policy-sources.json" \
|
||||
--config "$ROOT/config/pipeline.mock.json" \
|
||||
--output "$ROOT/examples/output/retry-policy-demo"
|
||||
Reference in New Issue
Block a user