bailian-cli-commands 1.18.0 → 1.18.2
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/dist/index.d.mts +28 -0
- package/dist/index.mjs +88 -90
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -3864,6 +3864,13 @@ declare const _default$114: _$bailian_cli_core0.Command<{
|
|
|
3864
3864
|
"zh-CN": string;
|
|
3865
3865
|
};
|
|
3866
3866
|
};
|
|
3867
|
+
yes: {
|
|
3868
|
+
type: "switch";
|
|
3869
|
+
description: {
|
|
3870
|
+
"en-US": string;
|
|
3871
|
+
"zh-CN": string;
|
|
3872
|
+
};
|
|
3873
|
+
};
|
|
3867
3874
|
}>;
|
|
3868
3875
|
//#endregion
|
|
3869
3876
|
//#region src/commands/quota/history.d.ts
|
|
@@ -4115,6 +4122,13 @@ declare const _default$14: _$bailian_cli_core0.Command<{
|
|
|
4115
4122
|
};
|
|
4116
4123
|
required: true;
|
|
4117
4124
|
};
|
|
4125
|
+
yes: {
|
|
4126
|
+
type: "switch";
|
|
4127
|
+
description: {
|
|
4128
|
+
"en-US": string;
|
|
4129
|
+
"zh-CN": string;
|
|
4130
|
+
};
|
|
4131
|
+
};
|
|
4118
4132
|
}>;
|
|
4119
4133
|
//#endregion
|
|
4120
4134
|
//#region src/commands/dataset/validate.d.ts
|
|
@@ -4481,6 +4495,13 @@ declare const _default$31: _$bailian_cli_core0.Command<{
|
|
|
4481
4495
|
};
|
|
4482
4496
|
required: true;
|
|
4483
4497
|
};
|
|
4498
|
+
yes: {
|
|
4499
|
+
type: "switch";
|
|
4500
|
+
description: {
|
|
4501
|
+
"en-US": string;
|
|
4502
|
+
"zh-CN": string;
|
|
4503
|
+
};
|
|
4504
|
+
};
|
|
4484
4505
|
}>;
|
|
4485
4506
|
//#endregion
|
|
4486
4507
|
//#region src/commands/finetune/logs.d.ts
|
|
@@ -5079,6 +5100,13 @@ declare const _default$19: _$bailian_cli_core0.Command<{
|
|
|
5079
5100
|
"zh-CN": string;
|
|
5080
5101
|
};
|
|
5081
5102
|
};
|
|
5103
|
+
yes: {
|
|
5104
|
+
type: "switch";
|
|
5105
|
+
description: {
|
|
5106
|
+
"en-US": string;
|
|
5107
|
+
"zh-CN": string;
|
|
5108
|
+
};
|
|
5109
|
+
};
|
|
5082
5110
|
}>;
|
|
5083
5111
|
//#endregion
|
|
5084
5112
|
//#region src/commands/deploy/pause.d.ts
|