@dazitech/cli 3.0.6 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/clis/dazi-app.js +1 -1
- package/dist/clis/dazi-flow.js +43 -24
- package/dist/clis/dazi-onto.js +73 -22
- package/dist/clis/dazi.js +266 -171
- package/dist/docs/flow/ai-workflow-playbook.md +4 -2
- package/dist/docs/flow/flow-project-guide.md +9 -5
- package/dist/docs/flow/flows-guide.md +2 -2
- package/dist/docs/flow/node-code-guide.md +408 -401
- package/dist/docs/flow/run-guide.md +13 -6
- package/dist/docs/flow/variables-guide.md +407 -406
- package/dist/docs/guides/quickstart.md +18 -4
- package/dist/docs/guides/troubleshooting.md +1 -1
- package/dist/docs/guides/workspace-v3.md +43 -23
- package/dist/docs/index.json +9 -3
- package/dist/docs/onto/action-guide.md +3 -3
- package/dist/docs/onto/dazi_script_sdk_reference.md +178 -174
- package/dist/docs/onto/dazi_script_seed_data_guide.md +158 -155
- package/dist/docs/onto/function-guide.md +37 -10
- package/dist/docs/onto/space-management.md +3 -1
- package/dist/docs/onto//346/234/254/344/275/223/350/204/232/346/234/254/347/274/226/345/206/231/346/214/207/345/215/227.md +138 -34
- package/dist/docs/onto//346/234/254/344/275/223/350/247/204/345/210/222/346/214/207/345/215/227.md +73 -31
- package/dist/docs/onto//350/247/204/345/210/222/347/244/272/344/276/213_/344/272/247/345/223/201/351/224/200/345/224/256/346/234/254/344/275/223/350/247/204/345/210/222/346/226/271/346/241/210.md +497 -0
- package/dist/docs/onto//350/247/204/345/210/222/347/244/272/344/276/213_/345/210/251/346/266/246/345/210/206/346/236/220/346/234/254/344/275/223/346/226/271/346/241/210.md +597 -541
- package/dist/examples/index.json +202 -22
- package/dist/examples/onto/README.md +43 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/profit_fn_account_breakdown.py +99 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/profit_fn_budget_vs_actual.py +116 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/profit_fn_cost_center_profit.py +85 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/profit_fn_get_summary.py +76 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/profit_fn_mom_analysis.py +86 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/profit_fn_top_accounts.py +103 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/profit_fn_yoy_analysis.py +86 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/save_test_arguments.ps1 +27 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/test_arguments/profit.fn.account_breakdown.json +10 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/test_arguments/profit.fn.budget_vs_actual.json +10 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/test_arguments/profit.fn.cost_center_profit.json +9 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/test_arguments/profit.fn.get_summary.json +9 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/test_arguments/profit.fn.mom_analysis.json +9 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/test_arguments/profit.fn.top_accounts.json +11 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/function/test_arguments/profit.fn.yoy_analysis.json +9 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/setup/profit_ontology_init.py +521 -0
- package/dist/examples/onto//345/210/251/346/266/246/347/244/272/344/276/213/setup/profit_seed_data.py +213 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/README.md +25 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/sales_fn_channel_mix.py +86 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/sales_fn_customer_segmentation.py +123 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/sales_fn_get_summary.py +81 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/sales_fn_mom_analysis.py +90 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/sales_fn_region_breakdown.py +85 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/sales_fn_top_products.py +101 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/sales_fn_yoy_analysis.py +90 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/save_test_arguments.ps1 +25 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/test_arguments/sales.fn.channel_mix.json +8 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/test_arguments/sales.fn.customer_segmentation.json +10 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/test_arguments/sales.fn.get_summary.json +8 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/test_arguments/sales.fn.mom_analysis.json +8 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/test_arguments/sales.fn.region_breakdown.json +8 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/test_arguments/sales.fn.top_products.json +10 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/functions/test_arguments/sales.fn.yoy_analysis.json +8 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/setup/README.md +5 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/setup/sales_ontology_init.py +403 -0
- package/dist/examples/onto//351/224/200/345/224/256/347/244/272/344/276/213/setup/sales_seed_data.py +124 -0
- package/dist/prompts/flow/ai-workflow-playbook.md +4 -2
- package/dist/prompts/flow/flow-design.md +12 -9
- package/dist/prompts/flow/run-fix-loop.md +37 -22
- package/dist/prompts/index.json +2 -2
- package/dist/prompts/onto/action-design.md +4 -1
- package/dist/prompts/onto/function-design.md +9 -2
- package/dist/prompts/onto/rule-seed.md +5 -1
- package/dist/prompts/onto/script-publish-run.md +72 -24
- package/package.json +1 -1
- package/dist/examples/onto/function/profit_fn_customer_segmentation.py +0 -117
- package/dist/examples/onto/function/profit_fn_mom_analysis.py +0 -89
- package/dist/examples/onto/function/profit_fn_top_products.py +0 -89
- package/dist/examples/onto/function/profit_fn_yoy_analysis.py +0 -89
- package/dist/examples/onto/setup/profit_ontology_init.py +0 -388
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"""环比分析函数 profit.fn.mom_analysis
|
|
2
|
+
|
|
3
|
+
参数:start_date, end_date, pl_category(可选)
|
|
4
|
+
返回:按月度的收入、成本、费用、营业利润、利润率及环比增长率
|
|
5
|
+
|
|
6
|
+
发布:
|
|
7
|
+
dazi onto script publish 项目/潘达石化/本体/ontos/利润分析本体方案/functions/profit_fn_mom_analysis.py \\
|
|
8
|
+
--space space__zlj --register-function-id profit.fn.mom_analysis
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
TEST_ARGUMENTS = {
|
|
12
|
+
"v": 1,
|
|
13
|
+
"arguments": {"start_date": "2025-01-01", "end_date": "2026-06-30", "pl_category": ""},
|
|
14
|
+
"object_type_code": "ProfitAnalysis",
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def _build_where(start_date, end_date, pl_category):
|
|
19
|
+
clauses = ["account_type IN ('收入','成本','费用')"]
|
|
20
|
+
if start_date and end_date:
|
|
21
|
+
clauses.append(f"posting_date >= '{start_date}' AND posting_date <= '{end_date}'")
|
|
22
|
+
if pl_category:
|
|
23
|
+
clauses.append(f"pl_category = '{pl_category}'")
|
|
24
|
+
return "WHERE " + " AND ".join(clauses)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
def _ontology_fn_body(p):
|
|
28
|
+
params = dict(p.get_params() or {})
|
|
29
|
+
where_clause = _build_where(
|
|
30
|
+
params.get("start_date", ""),
|
|
31
|
+
params.get("end_date", ""),
|
|
32
|
+
params.get("pl_category", ""),
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
sql = f"""
|
|
36
|
+
SELECT
|
|
37
|
+
formatDateTime(posting_date, '%Y-%m') AS year_month,
|
|
38
|
+
sum(if(account_type = '收入', amount_signed, 0)) AS revenue,
|
|
39
|
+
sum(if(account_type = '成本', amount_signed, 0)) AS cost,
|
|
40
|
+
sum(if(account_type = '费用', amount_signed, 0)) AS expense
|
|
41
|
+
FROM actual_journal_entry
|
|
42
|
+
{where_clause}
|
|
43
|
+
GROUP BY year_month
|
|
44
|
+
ORDER BY year_month
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
rows = p.sql.query(sql)
|
|
48
|
+
data = []
|
|
49
|
+
prev_profit = None
|
|
50
|
+
for row in rows:
|
|
51
|
+
rev = float(row.get("revenue", 0) or 0)
|
|
52
|
+
cost = float(row.get("cost", 0) or 0)
|
|
53
|
+
exp = float(row.get("expense", 0) or 0)
|
|
54
|
+
profit = rev - cost - exp
|
|
55
|
+
margin = profit / rev if rev > 0 else 0.0
|
|
56
|
+
if prev_profit is not None and prev_profit != 0:
|
|
57
|
+
mom = (profit - prev_profit) / abs(prev_profit)
|
|
58
|
+
else:
|
|
59
|
+
mom = 0.0
|
|
60
|
+
data.append({
|
|
61
|
+
"year_month": str(row.get("year_month", "")),
|
|
62
|
+
"revenue": round(rev, 2),
|
|
63
|
+
"cost": round(cost, 2),
|
|
64
|
+
"expense": round(exp, 2),
|
|
65
|
+
"profit": round(profit, 2),
|
|
66
|
+
"profit_margin": round(margin, 4),
|
|
67
|
+
"mom_growth": round(mom, 4),
|
|
68
|
+
})
|
|
69
|
+
prev_profit = profit
|
|
70
|
+
|
|
71
|
+
return p.function_result(
|
|
72
|
+
columns=["year_month", "revenue", "cost", "expense", "profit", "profit_margin", "mom_growth"],
|
|
73
|
+
data=data,
|
|
74
|
+
row_count=len(data),
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
def main():
|
|
79
|
+
s = space.get(ctx.space_id or "")
|
|
80
|
+
_Ports = type("_Ports", (), {
|
|
81
|
+
"get_params": lambda self: dict(ctx.params or {}),
|
|
82
|
+
"function_result": lambda self, **kw: onto.function_result(**kw),
|
|
83
|
+
})
|
|
84
|
+
p = _Ports()
|
|
85
|
+
p.sql = s.sql
|
|
86
|
+
return _ontology_fn_body(p)
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"""科目 Top N 函数 profit.fn.top_accounts
|
|
2
|
+
|
|
3
|
+
参数:limit, metric(net_impact/revenue/cost/expense), start_date, end_date, account_type(可选)
|
|
4
|
+
返回:按指标排序的 Top N 科目
|
|
5
|
+
|
|
6
|
+
发布:
|
|
7
|
+
dazi onto script publish 项目/潘达石化/本体/ontos/利润分析本体方案/functions/profit_fn_top_accounts.py \\
|
|
8
|
+
--space space__zlj --register-function-id profit.fn.top_accounts
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
TEST_ARGUMENTS = {
|
|
12
|
+
"v": 1,
|
|
13
|
+
"arguments": {
|
|
14
|
+
"limit": 10,
|
|
15
|
+
"metric": "net_impact",
|
|
16
|
+
"start_date": "2025-01-01",
|
|
17
|
+
"end_date": "2026-06-30",
|
|
18
|
+
"account_type": "",
|
|
19
|
+
},
|
|
20
|
+
"object_type_code": "ProfitAnalysis",
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
def _build_where(start_date, end_date, account_type):
|
|
25
|
+
clauses = ["account_type IN ('收入','成本','费用')"]
|
|
26
|
+
if start_date and end_date:
|
|
27
|
+
clauses.append(f"posting_date >= '{start_date}' AND posting_date <= '{end_date}'")
|
|
28
|
+
if account_type:
|
|
29
|
+
clauses.append(f"account_type = '{account_type}'")
|
|
30
|
+
return "WHERE " + " AND ".join(clauses)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def _ontology_fn_body(p):
|
|
34
|
+
params = dict(p.get_params() or {})
|
|
35
|
+
limit = int(params.get("limit", 10) or 10)
|
|
36
|
+
metric = params.get("metric", "net_impact")
|
|
37
|
+
where_clause = _build_where(
|
|
38
|
+
params.get("start_date", ""),
|
|
39
|
+
params.get("end_date", ""),
|
|
40
|
+
params.get("account_type", ""),
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
order_map = {
|
|
44
|
+
"revenue": "revenue DESC",
|
|
45
|
+
"cost": "cost DESC",
|
|
46
|
+
"expense": "expense DESC",
|
|
47
|
+
"net_impact": "abs(net_impact) DESC",
|
|
48
|
+
}
|
|
49
|
+
order_by = order_map.get(metric, "abs(net_impact) DESC")
|
|
50
|
+
|
|
51
|
+
sql = f"""
|
|
52
|
+
SELECT
|
|
53
|
+
account_code,
|
|
54
|
+
account_name,
|
|
55
|
+
account_type,
|
|
56
|
+
pl_category,
|
|
57
|
+
sum(if(account_type = '收入', amount_signed, 0)) AS revenue,
|
|
58
|
+
sum(if(account_type = '成本', amount_signed, 0)) AS cost,
|
|
59
|
+
sum(if(account_type = '费用', amount_signed, 0)) AS expense,
|
|
60
|
+
sum(
|
|
61
|
+
if(account_type = '收入', amount_signed,
|
|
62
|
+
if(account_type IN ('成本','费用'), -amount_signed, 0))
|
|
63
|
+
) AS net_impact
|
|
64
|
+
FROM actual_journal_entry
|
|
65
|
+
{where_clause}
|
|
66
|
+
GROUP BY account_code, account_name, account_type, pl_category
|
|
67
|
+
ORDER BY {order_by}
|
|
68
|
+
LIMIT {limit}
|
|
69
|
+
"""
|
|
70
|
+
|
|
71
|
+
rows = p.sql.query(sql)
|
|
72
|
+
data = []
|
|
73
|
+
rank = 1
|
|
74
|
+
for row in rows:
|
|
75
|
+
data.append({
|
|
76
|
+
"rank": rank,
|
|
77
|
+
"account_code": row.get("account_code", ""),
|
|
78
|
+
"account_name": row.get("account_name", ""),
|
|
79
|
+
"account_type": row.get("account_type", ""),
|
|
80
|
+
"pl_category": row.get("pl_category", ""),
|
|
81
|
+
"revenue": round(float(row.get("revenue", 0) or 0), 2),
|
|
82
|
+
"cost": round(float(row.get("cost", 0) or 0), 2),
|
|
83
|
+
"expense": round(float(row.get("expense", 0) or 0), 2),
|
|
84
|
+
"net_impact": round(float(row.get("net_impact", 0) or 0), 2),
|
|
85
|
+
})
|
|
86
|
+
rank += 1
|
|
87
|
+
|
|
88
|
+
return p.function_result(
|
|
89
|
+
columns=["rank", "account_code", "account_name", "account_type", "pl_category", "revenue", "cost", "expense", "net_impact"],
|
|
90
|
+
data=data,
|
|
91
|
+
row_count=len(data),
|
|
92
|
+
)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
def main():
|
|
96
|
+
s = space.get(ctx.space_id or "")
|
|
97
|
+
_Ports = type("_Ports", (), {
|
|
98
|
+
"get_params": lambda self: dict(ctx.params or {}),
|
|
99
|
+
"function_result": lambda self, **kw: onto.function_result(**kw),
|
|
100
|
+
})
|
|
101
|
+
p = _Ports()
|
|
102
|
+
p.sql = s.sql
|
|
103
|
+
return _ontology_fn_body(p)
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"""同比分析函数 profit.fn.yoy_analysis
|
|
2
|
+
|
|
3
|
+
参数:start_date, end_date, pl_category(可选)
|
|
4
|
+
返回:按年度的收入、成本、费用、营业利润、利润率及同比增长率
|
|
5
|
+
|
|
6
|
+
发布:
|
|
7
|
+
dazi onto script publish 项目/潘达石化/本体/ontos/利润分析本体方案/functions/profit_fn_yoy_analysis.py \\
|
|
8
|
+
--space space__zlj --register-function-id profit.fn.yoy_analysis
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
TEST_ARGUMENTS = {
|
|
12
|
+
"v": 1,
|
|
13
|
+
"arguments": {"start_date": "2025-01-01", "end_date": "2026-06-30", "pl_category": ""},
|
|
14
|
+
"object_type_code": "ProfitAnalysis",
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def _build_where(start_date, end_date, pl_category):
|
|
19
|
+
clauses = ["account_type IN ('收入','成本','费用')"]
|
|
20
|
+
if start_date and end_date:
|
|
21
|
+
clauses.append(f"posting_date >= '{start_date}' AND posting_date <= '{end_date}'")
|
|
22
|
+
if pl_category:
|
|
23
|
+
clauses.append(f"pl_category = '{pl_category}'")
|
|
24
|
+
return "WHERE " + " AND ".join(clauses)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
def _ontology_fn_body(p):
|
|
28
|
+
params = dict(p.get_params() or {})
|
|
29
|
+
where_clause = _build_where(
|
|
30
|
+
params.get("start_date", ""),
|
|
31
|
+
params.get("end_date", ""),
|
|
32
|
+
params.get("pl_category", ""),
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
sql = f"""
|
|
36
|
+
SELECT
|
|
37
|
+
fiscal_year AS year,
|
|
38
|
+
sum(if(account_type = '收入', amount_signed, 0)) AS revenue,
|
|
39
|
+
sum(if(account_type = '成本', amount_signed, 0)) AS cost,
|
|
40
|
+
sum(if(account_type = '费用', amount_signed, 0)) AS expense
|
|
41
|
+
FROM actual_journal_entry
|
|
42
|
+
{where_clause}
|
|
43
|
+
GROUP BY fiscal_year
|
|
44
|
+
ORDER BY year
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
rows = p.sql.query(sql)
|
|
48
|
+
data = []
|
|
49
|
+
prev_profit = None
|
|
50
|
+
for row in rows:
|
|
51
|
+
rev = float(row.get("revenue", 0) or 0)
|
|
52
|
+
cost = float(row.get("cost", 0) or 0)
|
|
53
|
+
exp = float(row.get("expense", 0) or 0)
|
|
54
|
+
profit = rev - cost - exp
|
|
55
|
+
margin = profit / rev if rev > 0 else 0.0
|
|
56
|
+
if prev_profit is not None and prev_profit != 0:
|
|
57
|
+
yoy = (profit - prev_profit) / abs(prev_profit)
|
|
58
|
+
else:
|
|
59
|
+
yoy = 0.0
|
|
60
|
+
data.append({
|
|
61
|
+
"year": int(row.get("year", 0) or 0),
|
|
62
|
+
"revenue": round(rev, 2),
|
|
63
|
+
"cost": round(cost, 2),
|
|
64
|
+
"expense": round(exp, 2),
|
|
65
|
+
"profit": round(profit, 2),
|
|
66
|
+
"profit_margin": round(margin, 4),
|
|
67
|
+
"yoy_growth": round(yoy, 4),
|
|
68
|
+
})
|
|
69
|
+
prev_profit = profit
|
|
70
|
+
|
|
71
|
+
return p.function_result(
|
|
72
|
+
columns=["year", "revenue", "cost", "expense", "profit", "profit_margin", "yoy_growth"],
|
|
73
|
+
data=data,
|
|
74
|
+
row_count=len(data),
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
def main():
|
|
79
|
+
s = space.get(ctx.space_id or "")
|
|
80
|
+
_Ports = type("_Ports", (), {
|
|
81
|
+
"get_params": lambda self: dict(ctx.params or {}),
|
|
82
|
+
"function_result": lambda self, **kw: onto.function_result(**kw),
|
|
83
|
+
})
|
|
84
|
+
p = _Ports()
|
|
85
|
+
p.sql = s.sql
|
|
86
|
+
return _ontology_fn_body(p)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# 批量保存函数 test_arguments 到平台(space__zlj)
|
|
2
|
+
# 用法:在 dazi-work 根目录执行 .\项目\潘达石化\本体\ontos\利润分析本体方案\functions\save_test_arguments.ps1
|
|
3
|
+
|
|
4
|
+
$ErrorActionPreference = "Stop"
|
|
5
|
+
$space = "space__zlj"
|
|
6
|
+
$base = Join-Path $PSScriptRoot "test_arguments"
|
|
7
|
+
|
|
8
|
+
$raw = dazi onto function list --space $space 2>&1 | Out-String
|
|
9
|
+
$jsonPart = ($raw -split '__JSON_SUMMARY__')[-1].Trim()
|
|
10
|
+
$data = $jsonPart | ConvertFrom-Json
|
|
11
|
+
|
|
12
|
+
foreach ($fn in $data.data.functions) {
|
|
13
|
+
$fid = $fn.function_id
|
|
14
|
+
$ofn = $fn.id
|
|
15
|
+
if (-not $fid.StartsWith("profit.fn.")) {
|
|
16
|
+
continue
|
|
17
|
+
}
|
|
18
|
+
$file = Join-Path $base "$fid.json"
|
|
19
|
+
if (-not (Test-Path $file)) {
|
|
20
|
+
Write-Host "SKIP no JSON: $fid ($file)"
|
|
21
|
+
continue
|
|
22
|
+
}
|
|
23
|
+
Write-Host "save $fid ..."
|
|
24
|
+
dazi onto function save-test-arguments $ofn --space $space --arguments-json-file $file
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
Write-Host "Done."
|