hostctl 0.1.51 → 0.1.55
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/bin/hostctl.js +684 -451
- package/dist/bin/hostctl.js.map +1 -1
- package/dist/index.d.ts +105 -88
- package/dist/index.js +686 -453
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -901,7 +901,7 @@ declare class Cli {
|
|
|
901
901
|
}, cmd: cmdr.Command): Promise<void>;
|
|
902
902
|
}
|
|
903
903
|
|
|
904
|
-
declare const _default$
|
|
904
|
+
declare const _default$3Q: TaskFn<{
|
|
905
905
|
path: string;
|
|
906
906
|
sudo?: boolean | undefined;
|
|
907
907
|
}, {
|
|
@@ -913,7 +913,7 @@ declare const _default$3P: TaskFn<{
|
|
|
913
913
|
error?: string | undefined;
|
|
914
914
|
}>;
|
|
915
915
|
|
|
916
|
-
declare const _default$
|
|
916
|
+
declare const _default$3P: TaskFn<{
|
|
917
917
|
from: string;
|
|
918
918
|
to: string;
|
|
919
919
|
mode?: string | undefined;
|
|
@@ -927,7 +927,7 @@ declare const _default$3O: TaskFn<{
|
|
|
927
927
|
error?: string | undefined;
|
|
928
928
|
}>;
|
|
929
929
|
|
|
930
|
-
declare const _default$
|
|
930
|
+
declare const _default$3O: TaskFn<{
|
|
931
931
|
path: string;
|
|
932
932
|
mode?: string | undefined;
|
|
933
933
|
owner?: string | undefined;
|
|
@@ -939,7 +939,7 @@ declare const _default$3N: TaskFn<{
|
|
|
939
939
|
error?: string | undefined;
|
|
940
940
|
}>;
|
|
941
941
|
|
|
942
|
-
declare const _default$
|
|
942
|
+
declare const _default$3N: TaskFn<{
|
|
943
943
|
path: string;
|
|
944
944
|
sudo?: boolean | undefined;
|
|
945
945
|
all?: boolean | undefined;
|
|
@@ -948,7 +948,7 @@ declare const _default$3M: TaskFn<{
|
|
|
948
948
|
entries: string[];
|
|
949
949
|
}>;
|
|
950
950
|
|
|
951
|
-
declare const _default$
|
|
951
|
+
declare const _default$3M: TaskFn<{
|
|
952
952
|
path: string;
|
|
953
953
|
recursive?: boolean | undefined;
|
|
954
954
|
force?: boolean | undefined;
|
|
@@ -963,7 +963,7 @@ declare const _default$3L: TaskFn<{
|
|
|
963
963
|
}>;
|
|
964
964
|
|
|
965
965
|
declare namespace dir {
|
|
966
|
-
export { _default$
|
|
966
|
+
export { _default$3P as copy, _default$3O as create, _default$3M as delete, _default$3Q as exists, _default$3N as list };
|
|
967
967
|
}
|
|
968
968
|
|
|
969
969
|
declare const ChownInputSchema: z.ZodObject<{
|
|
@@ -981,7 +981,7 @@ declare const ChownOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
981
981
|
error: z.ZodOptional<z.ZodString>;
|
|
982
982
|
}, z.z.core.$strip>]>;
|
|
983
983
|
type ChownResult = z.infer<typeof ChownOutputSchema>;
|
|
984
|
-
declare const _default$
|
|
984
|
+
declare const _default$3L: TaskFn<{
|
|
985
985
|
path: string;
|
|
986
986
|
owner: string;
|
|
987
987
|
group?: string | undefined;
|
|
@@ -1008,7 +1008,7 @@ declare const ChgrpOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1008
1008
|
error: z.ZodOptional<z.ZodString>;
|
|
1009
1009
|
}, z.z.core.$strip>]>;
|
|
1010
1010
|
type ChgrpResult = z.infer<typeof ChgrpOutputSchema>;
|
|
1011
|
-
declare const _default$
|
|
1011
|
+
declare const _default$3K: TaskFn<{
|
|
1012
1012
|
path: string;
|
|
1013
1013
|
group: string;
|
|
1014
1014
|
recursive?: boolean | undefined;
|
|
@@ -1034,7 +1034,7 @@ declare const ChmodOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1034
1034
|
error: z.ZodOptional<z.ZodString>;
|
|
1035
1035
|
}, z.z.core.$strip>]>;
|
|
1036
1036
|
type ChmodResult = z.infer<typeof ChmodOutputSchema>;
|
|
1037
|
-
declare const _default$
|
|
1037
|
+
declare const _default$3J: TaskFn<{
|
|
1038
1038
|
path: string;
|
|
1039
1039
|
mode: string | number;
|
|
1040
1040
|
recursive?: boolean | undefined;
|
|
@@ -1063,7 +1063,7 @@ declare const FileCopyOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1063
1063
|
error: z.ZodOptional<z.ZodString>;
|
|
1064
1064
|
}, z.z.core.$strip>]>;
|
|
1065
1065
|
type FileCopyResult = z.infer<typeof FileCopyOutputSchema>;
|
|
1066
|
-
declare const _default$
|
|
1066
|
+
declare const _default$3I: TaskFn<{
|
|
1067
1067
|
from: string;
|
|
1068
1068
|
to: string;
|
|
1069
1069
|
mode?: string | undefined;
|
|
@@ -1092,7 +1092,7 @@ declare const FileExistsOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1092
1092
|
error: z.ZodOptional<z.ZodString>;
|
|
1093
1093
|
}, z.z.core.$strip>]>;
|
|
1094
1094
|
type FileExistsResult = z.infer<typeof FileExistsOutputSchema>;
|
|
1095
|
-
declare const _default$
|
|
1095
|
+
declare const _default$3H: TaskFn<{
|
|
1096
1096
|
path: string;
|
|
1097
1097
|
sudo?: boolean | undefined;
|
|
1098
1098
|
}, {
|
|
@@ -1118,7 +1118,7 @@ declare const FileTouchOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1118
1118
|
error: z.ZodOptional<z.ZodString>;
|
|
1119
1119
|
}, z.z.core.$strip>]>;
|
|
1120
1120
|
type FileTouchResult = z.infer<typeof FileTouchOutputSchema>;
|
|
1121
|
-
declare const _default$
|
|
1121
|
+
declare const _default$3G: TaskFn<{
|
|
1122
1122
|
file: string;
|
|
1123
1123
|
mode?: string | undefined;
|
|
1124
1124
|
owner?: string | undefined;
|
|
@@ -1144,7 +1144,7 @@ declare const FileDeleteOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1144
1144
|
error: z.ZodOptional<z.ZodString>;
|
|
1145
1145
|
}, z.z.core.$strip>]>;
|
|
1146
1146
|
type FileDeleteResult = z.infer<typeof FileDeleteOutputSchema>;
|
|
1147
|
-
declare const _default$
|
|
1147
|
+
declare const _default$3F: TaskFn<{
|
|
1148
1148
|
path: string;
|
|
1149
1149
|
recursive?: boolean | undefined;
|
|
1150
1150
|
force?: boolean | undefined;
|
|
@@ -1172,7 +1172,7 @@ declare const FileLinkOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1172
1172
|
error: z.ZodOptional<z.ZodString>;
|
|
1173
1173
|
}, z.z.core.$strip>]>;
|
|
1174
1174
|
type FileLinkResult = z.infer<typeof FileLinkOutputSchema>;
|
|
1175
|
-
declare const _default$
|
|
1175
|
+
declare const _default$3E: TaskFn<{
|
|
1176
1176
|
target: string;
|
|
1177
1177
|
link: string;
|
|
1178
1178
|
force?: boolean | undefined;
|
|
@@ -1213,7 +1213,7 @@ declare const FileEditOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1213
1213
|
error: z.ZodOptional<z.ZodString>;
|
|
1214
1214
|
}, z.z.core.$strip>]>;
|
|
1215
1215
|
type FileEditResult = z.infer<typeof FileEditOutputSchema>;
|
|
1216
|
-
declare const _default$
|
|
1216
|
+
declare const _default$3D: TaskFn<{
|
|
1217
1217
|
file: string;
|
|
1218
1218
|
state?: "present" | "absent" | undefined;
|
|
1219
1219
|
backup?: boolean | undefined;
|
|
@@ -1264,7 +1264,7 @@ declare const FileGrepOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1264
1264
|
error: z.ZodOptional<z.ZodString>;
|
|
1265
1265
|
}, z.z.core.$strip>]>;
|
|
1266
1266
|
type FileGrepResult = z.infer<typeof FileGrepOutputSchema>;
|
|
1267
|
-
declare const _default$
|
|
1267
|
+
declare const _default$3C: TaskFn<{
|
|
1268
1268
|
file: string;
|
|
1269
1269
|
pattern: string;
|
|
1270
1270
|
ignore_case?: boolean | undefined;
|
|
@@ -1312,7 +1312,7 @@ type file_FileLinkResult = FileLinkResult;
|
|
|
1312
1312
|
type file_FileTouchParams = FileTouchParams;
|
|
1313
1313
|
type file_FileTouchResult = FileTouchResult;
|
|
1314
1314
|
declare namespace file {
|
|
1315
|
-
export { type file_ChgrpParams as ChgrpParams, type file_ChgrpResult as ChgrpResult, type file_ChmodParams as ChmodParams, type file_ChmodResult as ChmodResult, type file_ChownParams as ChownParams, type file_ChownResult as ChownResult, type file_FileCopyParams as FileCopyParams, type file_FileCopyResult as FileCopyResult, type file_FileDeleteParams as FileDeleteParams, type file_FileDeleteResult as FileDeleteResult, type file_FileEditParams as FileEditParams, type file_FileEditResult as FileEditResult, type file_FileExistsParams as FileExistsParams, type file_FileExistsResult as FileExistsResult, type file_FileGrepParams as FileGrepParams, type file_FileGrepResult as FileGrepResult, type file_FileLinkParams as FileLinkParams, type file_FileLinkResult as FileLinkResult, type file_FileTouchParams as FileTouchParams, type file_FileTouchResult as FileTouchResult, _default$
|
|
1315
|
+
export { type file_ChgrpParams as ChgrpParams, type file_ChgrpResult as ChgrpResult, type file_ChmodParams as ChmodParams, type file_ChmodResult as ChmodResult, type file_ChownParams as ChownParams, type file_ChownResult as ChownResult, type file_FileCopyParams as FileCopyParams, type file_FileCopyResult as FileCopyResult, type file_FileDeleteParams as FileDeleteParams, type file_FileDeleteResult as FileDeleteResult, type file_FileEditParams as FileEditParams, type file_FileEditResult as FileEditResult, type file_FileExistsParams as FileExistsParams, type file_FileExistsResult as FileExistsResult, type file_FileGrepParams as FileGrepParams, type file_FileGrepResult as FileGrepResult, type file_FileLinkParams as FileLinkParams, type file_FileLinkResult as FileLinkResult, type file_FileTouchParams as FileTouchParams, type file_FileTouchResult as FileTouchResult, _default$3K as chgrp, _default$3J as chmod, _default$3L as chown, _default$3I as copy, _default$3F as delete, _default$3D as edit, _default$3H as exists, _default$3C as grep, _default$3E as link, _default$3G as touch };
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
1318
1318
|
declare const GitCloneInputSchema: z.ZodObject<{
|
|
@@ -1327,7 +1327,7 @@ declare const GitCloneOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1327
1327
|
error: z.ZodOptional<z.ZodString>;
|
|
1328
1328
|
}, z.z.core.$strip>]>;
|
|
1329
1329
|
type GitCloneResult = z.infer<typeof GitCloneOutputSchema>;
|
|
1330
|
-
declare const _default$
|
|
1330
|
+
declare const _default$3B: TaskFn<{
|
|
1331
1331
|
repo: string;
|
|
1332
1332
|
dir: string;
|
|
1333
1333
|
}, {
|
|
@@ -1351,7 +1351,7 @@ declare const GitPullOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1351
1351
|
error: z.ZodOptional<z.ZodString>;
|
|
1352
1352
|
}, z.z.core.$strip>]>;
|
|
1353
1353
|
type GitPullResult = z.infer<typeof GitPullOutputSchema>;
|
|
1354
|
-
declare const _default$
|
|
1354
|
+
declare const _default$3A: TaskFn<{
|
|
1355
1355
|
directory: string;
|
|
1356
1356
|
rebase?: boolean | undefined;
|
|
1357
1357
|
remote?: string | undefined;
|
|
@@ -1376,7 +1376,7 @@ declare const GitCheckoutOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1376
1376
|
error: z.ZodOptional<z.ZodString>;
|
|
1377
1377
|
}, z.z.core.$strip>]>;
|
|
1378
1378
|
type GitCheckoutResult = z.infer<typeof GitCheckoutOutputSchema>;
|
|
1379
|
-
declare const _default$
|
|
1379
|
+
declare const _default$3z: TaskFn<{
|
|
1380
1380
|
directory: string;
|
|
1381
1381
|
target: string;
|
|
1382
1382
|
new_branch?: boolean | undefined;
|
|
@@ -1394,7 +1394,7 @@ type git_GitCloneResult = GitCloneResult;
|
|
|
1394
1394
|
type git_GitPullParams = GitPullParams;
|
|
1395
1395
|
type git_GitPullResult = GitPullResult;
|
|
1396
1396
|
declare namespace git {
|
|
1397
|
-
export { type git_GitCheckoutParams as GitCheckoutParams, type git_GitCheckoutResult as GitCheckoutResult, type git_GitCloneParams as GitCloneParams, type git_GitCloneResult as GitCloneResult, type git_GitPullParams as GitPullParams, type git_GitPullResult as GitPullResult, _default$
|
|
1397
|
+
export { type git_GitCheckoutParams as GitCheckoutParams, type git_GitCheckoutResult as GitCheckoutResult, type git_GitCloneParams as GitCloneParams, type git_GitCloneResult as GitCloneResult, type git_GitPullParams as GitPullParams, type git_GitPullResult as GitPullResult, _default$3z as checkout, _default$3B as clone, _default$3A as pull };
|
|
1398
1398
|
}
|
|
1399
1399
|
|
|
1400
1400
|
declare const GroupCreateInputSchema: z.ZodObject<{
|
|
@@ -1409,7 +1409,7 @@ declare const GroupCreateOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1409
1409
|
error: z.ZodOptional<z.ZodString>;
|
|
1410
1410
|
}, z.z.core.$strip>]>;
|
|
1411
1411
|
type GroupCreateResult = z.infer<typeof GroupCreateOutputSchema>;
|
|
1412
|
-
declare const _default$
|
|
1412
|
+
declare const _default$3y: TaskFn<{
|
|
1413
1413
|
group: string;
|
|
1414
1414
|
sudo?: boolean | undefined;
|
|
1415
1415
|
}, {
|
|
@@ -1432,7 +1432,7 @@ declare const GroupDeleteOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1432
1432
|
error: z.ZodOptional<z.ZodString>;
|
|
1433
1433
|
}, z.z.core.$strip>]>;
|
|
1434
1434
|
type GroupDeleteResult = z.infer<typeof GroupDeleteOutputSchema>;
|
|
1435
|
-
declare const _default$
|
|
1435
|
+
declare const _default$3x: TaskFn<{
|
|
1436
1436
|
group: string;
|
|
1437
1437
|
sudo?: boolean | undefined;
|
|
1438
1438
|
}, {
|
|
@@ -1451,7 +1451,7 @@ declare const GroupExistsOutputSchema: z.ZodObject<{
|
|
|
1451
1451
|
exists: z.ZodBoolean;
|
|
1452
1452
|
}, z.z.core.$strip>;
|
|
1453
1453
|
type GroupExistsResult = z.infer<typeof GroupExistsOutputSchema>;
|
|
1454
|
-
declare const _default$
|
|
1454
|
+
declare const _default$3w: TaskFn<{
|
|
1455
1455
|
group: string;
|
|
1456
1456
|
}, {
|
|
1457
1457
|
exists: boolean;
|
|
@@ -1472,7 +1472,7 @@ declare const GroupListOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1472
1472
|
groups: z.ZodArray<z.ZodType<GroupInfo, unknown, z.z.core.$ZodTypeInternals<GroupInfo, unknown>>>;
|
|
1473
1473
|
}, z.z.core.$strip>]>;
|
|
1474
1474
|
type GroupListResult = z.infer<typeof GroupListOutputSchema>;
|
|
1475
|
-
declare const _default$
|
|
1475
|
+
declare const _default$3v: TaskFn<Record<string, never>, {
|
|
1476
1476
|
success: true;
|
|
1477
1477
|
groups: GroupInfo[];
|
|
1478
1478
|
} | {
|
|
@@ -1498,7 +1498,7 @@ declare const GroupModifyOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1498
1498
|
error: z.ZodOptional<z.ZodString>;
|
|
1499
1499
|
}, z.z.core.$strip>]>;
|
|
1500
1500
|
type GroupModifyResult = z.infer<typeof GroupModifyOutputSchema>;
|
|
1501
|
-
declare const _default$
|
|
1501
|
+
declare const _default$3u: TaskFn<{
|
|
1502
1502
|
group: string;
|
|
1503
1503
|
new_name?: string | undefined;
|
|
1504
1504
|
gid?: number | undefined;
|
|
@@ -1525,7 +1525,7 @@ type group_GroupListResult = GroupListResult;
|
|
|
1525
1525
|
type group_GroupModifyParams = GroupModifyParams;
|
|
1526
1526
|
type group_GroupModifyResult = GroupModifyResult;
|
|
1527
1527
|
declare namespace group {
|
|
1528
|
-
export { type group_GroupCreateParams as GroupCreateParams, type group_GroupCreateResult as GroupCreateResult, type group_GroupDeleteParams as GroupDeleteParams, type group_GroupDeleteResult as GroupDeleteResult, type group_GroupExistsParams as GroupExistsParams, type group_GroupExistsResult as GroupExistsResult, type group_GroupInfo as GroupInfo, type group_GroupListParams as GroupListParams, type group_GroupListResult as GroupListResult, type group_GroupModifyParams as GroupModifyParams, type group_GroupModifyResult as GroupModifyResult, _default$
|
|
1528
|
+
export { type group_GroupCreateParams as GroupCreateParams, type group_GroupCreateResult as GroupCreateResult, type group_GroupDeleteParams as GroupDeleteParams, type group_GroupDeleteResult as GroupDeleteResult, type group_GroupExistsParams as GroupExistsParams, type group_GroupExistsResult as GroupExistsResult, type group_GroupInfo as GroupInfo, type group_GroupListParams as GroupListParams, type group_GroupListResult as GroupListResult, type group_GroupModifyParams as GroupModifyParams, type group_GroupModifyResult as GroupModifyResult, _default$3y as create, _default$3x as delete, _default$3w as exists, _default$3v as list, _default$3u as modify };
|
|
1529
1529
|
}
|
|
1530
1530
|
|
|
1531
1531
|
interface OSInfo {
|
|
@@ -1566,7 +1566,7 @@ declare const HostInfoOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1566
1566
|
error: z.ZodOptional<z.ZodString>;
|
|
1567
1567
|
}, z.z.core.$strip>]>;
|
|
1568
1568
|
type HostInfoResult = z.infer<typeof HostInfoOutputSchema>;
|
|
1569
|
-
declare const _default$
|
|
1569
|
+
declare const _default$3t: TaskFn<Record<string, never>, {
|
|
1570
1570
|
success: true;
|
|
1571
1571
|
host: HostInfo;
|
|
1572
1572
|
} | {
|
|
@@ -1584,7 +1584,7 @@ declare const HostSummaryOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1584
1584
|
error: z.ZodOptional<z.ZodString>;
|
|
1585
1585
|
}, z.z.core.$strip>]>;
|
|
1586
1586
|
type HostSummaryResult = z.infer<typeof HostSummaryOutputSchema>;
|
|
1587
|
-
declare const _default$
|
|
1587
|
+
declare const _default$3s: TaskFn<Record<string, never>, {
|
|
1588
1588
|
success: true;
|
|
1589
1589
|
host: HostSummary;
|
|
1590
1590
|
} | {
|
|
@@ -1621,7 +1621,7 @@ type OsDetailsResult = z.infer<typeof OsDetailsOutputSchema>;
|
|
|
1621
1621
|
* Determines the operating system family, specific OS, variant, and version.
|
|
1622
1622
|
* @returns {OsDetailsResult}
|
|
1623
1623
|
*/
|
|
1624
|
-
declare const _default$
|
|
1624
|
+
declare const _default$3r: TaskFn<Record<string, never>, {
|
|
1625
1625
|
success: true;
|
|
1626
1626
|
family: "darwin" | "linux" | "unknown" | "bsd" | "solaris" | "windows";
|
|
1627
1627
|
os: string;
|
|
@@ -1651,7 +1651,7 @@ declare const HostnameOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1651
1651
|
}, z.z.core.$strip>]>;
|
|
1652
1652
|
type HostnameParams = z.infer<typeof HostnameInputSchema>;
|
|
1653
1653
|
type HostnameResult = z.infer<typeof HostnameOutputSchema>;
|
|
1654
|
-
declare const _default$
|
|
1654
|
+
declare const _default$3q: TaskFn<{
|
|
1655
1655
|
new_name?: string | undefined;
|
|
1656
1656
|
}, {
|
|
1657
1657
|
success: true;
|
|
@@ -1692,7 +1692,7 @@ declare const BootstrapServiceAccountOutputSchema: z.ZodObject<{
|
|
|
1692
1692
|
trace: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1693
1693
|
}, z.z.core.$strip>;
|
|
1694
1694
|
type BootstrapServiceAccountResult = z.infer<typeof BootstrapServiceAccountOutputSchema>;
|
|
1695
|
-
declare const _default$
|
|
1695
|
+
declare const _default$3p: TaskFn<{
|
|
1696
1696
|
username: string;
|
|
1697
1697
|
password: string;
|
|
1698
1698
|
public_key: string;
|
|
@@ -1731,7 +1731,7 @@ type host_LSCPUChild = LSCPUChild;
|
|
|
1731
1731
|
type host_OSInfo = OSInfo;
|
|
1732
1732
|
type host_OsDetailsResult = OsDetailsResult;
|
|
1733
1733
|
declare namespace host {
|
|
1734
|
-
export { type host_BootstrapServiceAccountParams as BootstrapServiceAccountParams, type host_BootstrapServiceAccountResult as BootstrapServiceAccountResult, type host_HostInfo as HostInfo, type host_HostInfoResult as HostInfoResult, type host_HostSummary as HostSummary, type host_HostSummaryResult as HostSummaryResult, type host_HostnameParams as HostnameParams, type host_HostnameResult as HostnameResult, type host_LSBRelease as LSBRelease, type host_LSCPUChild as LSCPUChild, type host_OSInfo as OSInfo, type host_OsDetailsResult as OsDetailsResult, _default$
|
|
1734
|
+
export { type host_BootstrapServiceAccountParams as BootstrapServiceAccountParams, type host_BootstrapServiceAccountResult as BootstrapServiceAccountResult, type host_HostInfo as HostInfo, type host_HostInfoResult as HostInfoResult, type host_HostSummary as HostSummary, type host_HostSummaryResult as HostSummaryResult, type host_HostnameParams as HostnameParams, type host_HostnameResult as HostnameResult, type host_LSBRelease as LSBRelease, type host_LSCPUChild as LSCPUChild, type host_OSInfo as OSInfo, type host_OsDetailsResult as OsDetailsResult, _default$3p as bootstrapServiceAccount, _default$3q as hostname, _default$3t as info, _default$3r as os, _default$3s as summary };
|
|
1735
1735
|
}
|
|
1736
1736
|
|
|
1737
1737
|
interface AbstractPkgParams {
|
|
@@ -1780,7 +1780,7 @@ interface AbstractPkgInstallParams extends AbstractPkgParams {
|
|
|
1780
1780
|
}
|
|
1781
1781
|
interface AbstractPkgInstallResult extends AbstractPkgResult {
|
|
1782
1782
|
}
|
|
1783
|
-
declare const _default$
|
|
1783
|
+
declare const _default$3o: TaskFn<AbstractPkgInstallParams, AbstractPkgInstallResult>;
|
|
1784
1784
|
|
|
1785
1785
|
declare const AbstractPkgUninstallParamsSchema: z.ZodObject<{
|
|
1786
1786
|
sudo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1802,7 +1802,7 @@ declare const AbstractPkgUninstallResultSchema: z.ZodObject<{
|
|
|
1802
1802
|
failed: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1803
1803
|
}, z.z.core.$strip>;
|
|
1804
1804
|
type AbstractPkgUninstallResult = z.infer<typeof AbstractPkgUninstallResultSchema>;
|
|
1805
|
-
declare const _default$
|
|
1805
|
+
declare const _default$3n: TaskFn<{
|
|
1806
1806
|
package: string | string[];
|
|
1807
1807
|
sudo?: boolean | undefined;
|
|
1808
1808
|
packageManager?: string | undefined;
|
|
@@ -1838,7 +1838,7 @@ declare const AbstractPkgUpdateResultSchema: z.ZodObject<{
|
|
|
1838
1838
|
failed: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1839
1839
|
}, z.z.core.$strip>;
|
|
1840
1840
|
type AbstractPkgUpdateResult = z.infer<typeof AbstractPkgUpdateResultSchema>;
|
|
1841
|
-
declare const _default$
|
|
1841
|
+
declare const _default$3m: TaskFn<{
|
|
1842
1842
|
sudo?: boolean | undefined;
|
|
1843
1843
|
packageManager?: string | undefined;
|
|
1844
1844
|
extraArgs?: string | undefined;
|
|
@@ -1868,7 +1868,7 @@ declare const PkgInfoOutputSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1868
1868
|
error: z.ZodOptional<z.ZodString>;
|
|
1869
1869
|
}, z.z.core.$strip>]>;
|
|
1870
1870
|
type PkgInfoResult = z.infer<typeof PkgInfoOutputSchema>;
|
|
1871
|
-
declare const _default$
|
|
1871
|
+
declare const _default$3l: TaskFn<{
|
|
1872
1872
|
package: string;
|
|
1873
1873
|
}, {
|
|
1874
1874
|
installed: boolean;
|
|
@@ -1920,13 +1920,13 @@ interface PkgIsInstalledResult {
|
|
|
1920
1920
|
error?: string;
|
|
1921
1921
|
}
|
|
1922
1922
|
|
|
1923
|
-
declare const _default$
|
|
1923
|
+
declare const _default$3k: TaskFn<PkgIsInstalledParams, PkgIsInstalledResult>;
|
|
1924
1924
|
|
|
1925
1925
|
declare const install: TaskFn<PkgInstallParams, PkgInstallResult>;
|
|
1926
1926
|
|
|
1927
|
-
declare const _default$
|
|
1927
|
+
declare const _default$3j: TaskFn<PkgRemoveParams, PkgRemoveResult>;
|
|
1928
1928
|
|
|
1929
|
-
declare const _default$
|
|
1929
|
+
declare const _default$3i: TaskFn<PkgUpdateParams, PkgUpdateResult>;
|
|
1930
1930
|
|
|
1931
1931
|
declare const AbstractPkgUpgradeParamsSchema: z.ZodObject<{
|
|
1932
1932
|
sudo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1946,7 +1946,7 @@ declare const AbstractPkgUpgradeResultSchema: z.ZodObject<{
|
|
|
1946
1946
|
failed: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1947
1947
|
}, z.z.core.$strip>;
|
|
1948
1948
|
type AbstractPkgUpgradeResult = z.infer<typeof AbstractPkgUpgradeResultSchema>;
|
|
1949
|
-
declare const _default$
|
|
1949
|
+
declare const _default$3h: TaskFn<{
|
|
1950
1950
|
sudo?: boolean | undefined;
|
|
1951
1951
|
packageManager?: string | undefined;
|
|
1952
1952
|
extraArgs?: string | undefined;
|
|
@@ -1979,7 +1979,7 @@ declare const AbstractPkgSearchResultSchema: z.ZodObject<{
|
|
|
1979
1979
|
failed: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1980
1980
|
}, z.z.core.$strip>;
|
|
1981
1981
|
type AbstractPkgSearchResult = z.infer<typeof AbstractPkgSearchResultSchema>;
|
|
1982
|
-
declare const _default$
|
|
1982
|
+
declare const _default$3g: TaskFn<{
|
|
1983
1983
|
query: string;
|
|
1984
1984
|
packageManager?: string | undefined;
|
|
1985
1985
|
}, {
|
|
@@ -2010,7 +2010,7 @@ declare const AbstractPkgListResultSchema: z.ZodObject<{
|
|
|
2010
2010
|
failed: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2011
2011
|
}, z.z.core.$strip>;
|
|
2012
2012
|
type AbstractPkgListResult = z.infer<typeof AbstractPkgListResultSchema>;
|
|
2013
|
-
declare const _default$
|
|
2013
|
+
declare const _default$3f: TaskFn<{
|
|
2014
2014
|
packageManager?: string | undefined;
|
|
2015
2015
|
}, {
|
|
2016
2016
|
success: boolean;
|
|
@@ -2024,7 +2024,7 @@ declare const _default$3e: TaskFn<{
|
|
|
2024
2024
|
failed?: string[] | undefined;
|
|
2025
2025
|
}>;
|
|
2026
2026
|
|
|
2027
|
-
declare const _default$
|
|
2027
|
+
declare const _default$3e: TaskFn<AbstractPkgCleanParams, AbstractPkgCleanResult>;
|
|
2028
2028
|
|
|
2029
2029
|
interface AptBaseParams extends AbstractPkgParams {
|
|
2030
2030
|
/** Force use of apt package manager (always true for apt-specific tasks) */
|
|
@@ -2210,27 +2210,27 @@ interface AptAddRepositoryResult {
|
|
|
2210
2210
|
error?: string;
|
|
2211
2211
|
}
|
|
2212
2212
|
|
|
2213
|
-
declare const _default$
|
|
2213
|
+
declare const _default$3d: TaskFn<AptInstallParams, AptInstallResult>;
|
|
2214
2214
|
|
|
2215
|
-
declare const _default$
|
|
2215
|
+
declare const _default$3c: TaskFn<AptUninstallParams, AptUninstallResult>;
|
|
2216
2216
|
|
|
2217
|
-
declare const _default$
|
|
2217
|
+
declare const _default$3b: TaskFn<AptUpdateParams, AptUpdateResult>;
|
|
2218
2218
|
|
|
2219
|
-
declare const _default$
|
|
2219
|
+
declare const _default$3a: TaskFn<AptUpgradeParams, AptUpgradeResult>;
|
|
2220
2220
|
|
|
2221
|
-
declare const _default$
|
|
2221
|
+
declare const _default$39: TaskFn<AptSearchParams, AptSearchResult>;
|
|
2222
2222
|
|
|
2223
|
-
declare const _default$
|
|
2223
|
+
declare const _default$38: TaskFn<AptListParams, AptListResult>;
|
|
2224
2224
|
|
|
2225
|
-
declare const _default$
|
|
2225
|
+
declare const _default$37: TaskFn<AptCleanParams, AptCleanResult>;
|
|
2226
2226
|
|
|
2227
|
-
declare const _default$
|
|
2227
|
+
declare const _default$36: TaskFn<AptIsInstalledParams, AptIsInstalledResult>;
|
|
2228
2228
|
|
|
2229
|
-
declare const _default$
|
|
2229
|
+
declare const _default$35: TaskFn<AptInfoParams, AptInfoResult>;
|
|
2230
2230
|
|
|
2231
|
-
declare const _default$
|
|
2231
|
+
declare const _default$34: TaskFn<AptAddKeyParams, AptAddKeyResult>;
|
|
2232
2232
|
|
|
2233
|
-
declare const _default$
|
|
2233
|
+
declare const _default$33: TaskFn<AptAddRepositoryParams, AptAddRepositoryResult>;
|
|
2234
2234
|
|
|
2235
2235
|
type index$3_AptAddKeyParams = AptAddKeyParams;
|
|
2236
2236
|
type index$3_AptAddKeyResult = AptAddKeyResult;
|
|
@@ -2255,7 +2255,7 @@ type index$3_AptUpdateResult = AptUpdateResult;
|
|
|
2255
2255
|
type index$3_AptUpgradeParams = AptUpgradeParams;
|
|
2256
2256
|
type index$3_AptUpgradeResult = AptUpgradeResult;
|
|
2257
2257
|
declare namespace index$3 {
|
|
2258
|
-
export { type index$3_AptAddKeyParams as AptAddKeyParams, type index$3_AptAddKeyResult as AptAddKeyResult, type index$3_AptAddRepositoryParams as AptAddRepositoryParams, type index$3_AptAddRepositoryResult as AptAddRepositoryResult, type index$3_AptCleanParams as AptCleanParams, type index$3_AptCleanResult as AptCleanResult, type index$3_AptInfoParams as AptInfoParams, type index$3_AptInfoResult as AptInfoResult, type index$3_AptInstallParams as AptInstallParams, type index$3_AptInstallResult as AptInstallResult, type index$3_AptIsInstalledParams as AptIsInstalledParams, type index$3_AptIsInstalledResult as AptIsInstalledResult, type index$3_AptListParams as AptListParams, type index$3_AptListResult as AptListResult, type index$3_AptSearchParams as AptSearchParams, type index$3_AptSearchResult as AptSearchResult, type index$3_AptUninstallParams as AptUninstallParams, type index$3_AptUninstallResult as AptUninstallResult, type index$3_AptUpdateParams as AptUpdateParams, type index$3_AptUpdateResult as AptUpdateResult, type index$3_AptUpgradeParams as AptUpgradeParams, type index$3_AptUpgradeResult as AptUpgradeResult, _default$
|
|
2258
|
+
export { type index$3_AptAddKeyParams as AptAddKeyParams, type index$3_AptAddKeyResult as AptAddKeyResult, type index$3_AptAddRepositoryParams as AptAddRepositoryParams, type index$3_AptAddRepositoryResult as AptAddRepositoryResult, type index$3_AptCleanParams as AptCleanParams, type index$3_AptCleanResult as AptCleanResult, type index$3_AptInfoParams as AptInfoParams, type index$3_AptInfoResult as AptInfoResult, type index$3_AptInstallParams as AptInstallParams, type index$3_AptInstallResult as AptInstallResult, type index$3_AptIsInstalledParams as AptIsInstalledParams, type index$3_AptIsInstalledResult as AptIsInstalledResult, type index$3_AptListParams as AptListParams, type index$3_AptListResult as AptListResult, type index$3_AptSearchParams as AptSearchParams, type index$3_AptSearchResult as AptSearchResult, type index$3_AptUninstallParams as AptUninstallParams, type index$3_AptUninstallResult as AptUninstallResult, type index$3_AptUpdateParams as AptUpdateParams, type index$3_AptUpdateResult as AptUpdateResult, type index$3_AptUpgradeParams as AptUpgradeParams, type index$3_AptUpgradeResult as AptUpgradeResult, _default$34 as add_key, _default$33 as add_repository, _default$37 as clean, _default$35 as info, _default$3d as install, _default$36 as isInstalled, _default$38 as list, _default$39 as search, _default$3c as uninstall, _default$3b as update, _default$3a as upgrade };
|
|
2259
2259
|
}
|
|
2260
2260
|
|
|
2261
2261
|
interface DnfBaseParams extends AbstractPkgParams {
|
|
@@ -2428,23 +2428,23 @@ interface DnfInfoResult extends AbstractPkgResult {
|
|
|
2428
2428
|
installed?: boolean;
|
|
2429
2429
|
}
|
|
2430
2430
|
|
|
2431
|
-
declare const _default$
|
|
2431
|
+
declare const _default$32: TaskFn<DnfInstallParams, DnfInstallResult>;
|
|
2432
2432
|
|
|
2433
|
-
declare const _default$
|
|
2433
|
+
declare const _default$31: TaskFn<DnfUninstallParams, DnfUninstallResult>;
|
|
2434
2434
|
|
|
2435
|
-
declare const _default$
|
|
2435
|
+
declare const _default$30: TaskFn<DnfUpdateParams, DnfUpdateResult>;
|
|
2436
2436
|
|
|
2437
|
-
declare const _default$
|
|
2437
|
+
declare const _default$2$: TaskFn<DnfUpgradeParams, DnfUpgradeResult>;
|
|
2438
2438
|
|
|
2439
|
-
declare const _default$
|
|
2439
|
+
declare const _default$2_: TaskFn<DnfSearchParams, DnfSearchResult>;
|
|
2440
2440
|
|
|
2441
|
-
declare const _default$
|
|
2441
|
+
declare const _default$2Z: TaskFn<DnfListParams, DnfListResult>;
|
|
2442
2442
|
|
|
2443
|
-
declare const _default$
|
|
2443
|
+
declare const _default$2Y: TaskFn<DnfCleanParams, DnfCleanResult>;
|
|
2444
2444
|
|
|
2445
|
-
declare const _default$
|
|
2445
|
+
declare const _default$2X: TaskFn<DnfIsInstalledParams, DnfIsInstalledResult>;
|
|
2446
2446
|
|
|
2447
|
-
declare const _default$
|
|
2447
|
+
declare const _default$2W: TaskFn<DnfInfoParams, DnfInfoResult>;
|
|
2448
2448
|
|
|
2449
2449
|
type index$2_DnfCleanParams = DnfCleanParams;
|
|
2450
2450
|
type index$2_DnfCleanResult = DnfCleanResult;
|
|
@@ -2465,7 +2465,7 @@ type index$2_DnfUpdateResult = DnfUpdateResult;
|
|
|
2465
2465
|
type index$2_DnfUpgradeParams = DnfUpgradeParams;
|
|
2466
2466
|
type index$2_DnfUpgradeResult = DnfUpgradeResult;
|
|
2467
2467
|
declare namespace index$2 {
|
|
2468
|
-
export { type index$2_DnfCleanParams as DnfCleanParams, type index$2_DnfCleanResult as DnfCleanResult, type index$2_DnfInfoParams as DnfInfoParams, type index$2_DnfInfoResult as DnfInfoResult, type index$2_DnfInstallParams as DnfInstallParams, type index$2_DnfInstallResult as DnfInstallResult, type index$2_DnfIsInstalledParams as DnfIsInstalledParams, type index$2_DnfIsInstalledResult as DnfIsInstalledResult, type index$2_DnfListParams as DnfListParams, type index$2_DnfListResult as DnfListResult, type index$2_DnfSearchParams as DnfSearchParams, type index$2_DnfSearchResult as DnfSearchResult, type index$2_DnfUninstallParams as DnfUninstallParams, type index$2_DnfUninstallResult as DnfUninstallResult, type index$2_DnfUpdateParams as DnfUpdateParams, type index$2_DnfUpdateResult as DnfUpdateResult, type index$2_DnfUpgradeParams as DnfUpgradeParams, type index$2_DnfUpgradeResult as DnfUpgradeResult, _default$
|
|
2468
|
+
export { type index$2_DnfCleanParams as DnfCleanParams, type index$2_DnfCleanResult as DnfCleanResult, type index$2_DnfInfoParams as DnfInfoParams, type index$2_DnfInfoResult as DnfInfoResult, type index$2_DnfInstallParams as DnfInstallParams, type index$2_DnfInstallResult as DnfInstallResult, type index$2_DnfIsInstalledParams as DnfIsInstalledParams, type index$2_DnfIsInstalledResult as DnfIsInstalledResult, type index$2_DnfListParams as DnfListParams, type index$2_DnfListResult as DnfListResult, type index$2_DnfSearchParams as DnfSearchParams, type index$2_DnfSearchResult as DnfSearchResult, type index$2_DnfUninstallParams as DnfUninstallParams, type index$2_DnfUninstallResult as DnfUninstallResult, type index$2_DnfUpdateParams as DnfUpdateParams, type index$2_DnfUpdateResult as DnfUpdateResult, type index$2_DnfUpgradeParams as DnfUpgradeParams, type index$2_DnfUpgradeResult as DnfUpgradeResult, _default$2Y as clean, _default$2W as info, _default$32 as install, _default$2X as isInstalled, _default$2Z as list, _default$2_ as search, _default$31 as uninstall, _default$30 as update, _default$2$ as upgrade };
|
|
2469
2469
|
}
|
|
2470
2470
|
|
|
2471
2471
|
interface YumBaseParams extends AbstractPkgParams {
|
|
@@ -2630,23 +2630,23 @@ interface YumInfoResult extends AbstractPkgResult {
|
|
|
2630
2630
|
installed?: boolean;
|
|
2631
2631
|
}
|
|
2632
2632
|
|
|
2633
|
-
declare const _default$
|
|
2633
|
+
declare const _default$2V: TaskFn<YumInstallParams, YumInstallResult>;
|
|
2634
2634
|
|
|
2635
|
-
declare const _default$
|
|
2635
|
+
declare const _default$2U: TaskFn<YumUninstallParams, YumUninstallResult>;
|
|
2636
2636
|
|
|
2637
|
-
declare const _default$
|
|
2637
|
+
declare const _default$2T: TaskFn<YumUpdateParams, YumUpdateResult>;
|
|
2638
2638
|
|
|
2639
|
-
declare const _default$
|
|
2639
|
+
declare const _default$2S: TaskFn<YumUpgradeParams, YumUpgradeResult>;
|
|
2640
2640
|
|
|
2641
|
-
declare const _default$
|
|
2641
|
+
declare const _default$2R: TaskFn<YumSearchParams, YumSearchResult>;
|
|
2642
2642
|
|
|
2643
|
-
declare const _default$
|
|
2643
|
+
declare const _default$2Q: TaskFn<YumListParams, YumListResult>;
|
|
2644
2644
|
|
|
2645
|
-
declare const _default$
|
|
2645
|
+
declare const _default$2P: TaskFn<YumCleanParams, YumCleanResult>;
|
|
2646
2646
|
|
|
2647
|
-
declare const _default$
|
|
2647
|
+
declare const _default$2O: TaskFn<YumIsInstalledParams, YumIsInstalledResult>;
|
|
2648
2648
|
|
|
2649
|
-
declare const _default$
|
|
2649
|
+
declare const _default$2N: TaskFn<YumInfoParams, YumInfoResult>;
|
|
2650
2650
|
|
|
2651
2651
|
type index$1_YumCleanParams = YumCleanParams;
|
|
2652
2652
|
type index$1_YumCleanResult = YumCleanResult;
|
|
@@ -2667,7 +2667,7 @@ type index$1_YumUpdateResult = YumUpdateResult;
|
|
|
2667
2667
|
type index$1_YumUpgradeParams = YumUpgradeParams;
|
|
2668
2668
|
type index$1_YumUpgradeResult = YumUpgradeResult;
|
|
2669
2669
|
declare namespace index$1 {
|
|
2670
|
-
export { type index$1_YumCleanParams as YumCleanParams, type index$1_YumCleanResult as YumCleanResult, type index$1_YumInfoParams as YumInfoParams, type index$1_YumInfoResult as YumInfoResult, type index$1_YumInstallParams as YumInstallParams, type index$1_YumInstallResult as YumInstallResult, type index$1_YumIsInstalledParams as YumIsInstalledParams, type index$1_YumIsInstalledResult as YumIsInstalledResult, type index$1_YumListParams as YumListParams, type index$1_YumListResult as YumListResult, type index$1_YumSearchParams as YumSearchParams, type index$1_YumSearchResult as YumSearchResult, type index$1_YumUninstallParams as YumUninstallParams, type index$1_YumUninstallResult as YumUninstallResult, type index$1_YumUpdateParams as YumUpdateParams, type index$1_YumUpdateResult as YumUpdateResult, type index$1_YumUpgradeParams as YumUpgradeParams, type index$1_YumUpgradeResult as YumUpgradeResult, _default$
|
|
2670
|
+
export { type index$1_YumCleanParams as YumCleanParams, type index$1_YumCleanResult as YumCleanResult, type index$1_YumInfoParams as YumInfoParams, type index$1_YumInfoResult as YumInfoResult, type index$1_YumInstallParams as YumInstallParams, type index$1_YumInstallResult as YumInstallResult, type index$1_YumIsInstalledParams as YumIsInstalledParams, type index$1_YumIsInstalledResult as YumIsInstalledResult, type index$1_YumListParams as YumListParams, type index$1_YumListResult as YumListResult, type index$1_YumSearchParams as YumSearchParams, type index$1_YumSearchResult as YumSearchResult, type index$1_YumUninstallParams as YumUninstallParams, type index$1_YumUninstallResult as YumUninstallResult, type index$1_YumUpdateParams as YumUpdateParams, type index$1_YumUpdateResult as YumUpdateResult, type index$1_YumUpgradeParams as YumUpgradeParams, type index$1_YumUpgradeResult as YumUpgradeResult, _default$2P as clean, _default$2N as info, _default$2V as install, _default$2O as isInstalled, _default$2Q as list, _default$2R as search, _default$2U as uninstall, _default$2T as update, _default$2S as upgrade };
|
|
2671
2671
|
}
|
|
2672
2672
|
|
|
2673
2673
|
interface PacmanBaseParams extends AbstractPkgParams {
|
|
@@ -2734,6 +2734,8 @@ interface PacmanUpgradeParams extends PacmanBaseParams {
|
|
|
2734
2734
|
fullUpgrade?: boolean;
|
|
2735
2735
|
/** Whether to upgrade only security updates */
|
|
2736
2736
|
securityOnly?: boolean;
|
|
2737
|
+
/** Optional keyring repair mode for signature failures */
|
|
2738
|
+
keyringRepair?: 'basic' | 'full';
|
|
2737
2739
|
}
|
|
2738
2740
|
interface PacmanUpgradeResult extends AbstractPkgResult {
|
|
2739
2741
|
/** Number of packages upgraded */
|
|
@@ -2743,6 +2745,17 @@ interface PacmanUpgradeResult extends AbstractPkgResult {
|
|
|
2743
2745
|
/** Whether a reboot is recommended */
|
|
2744
2746
|
rebootRecommended?: boolean;
|
|
2745
2747
|
}
|
|
2748
|
+
interface PacmanKeyringRepairParams extends Omit<PacmanBaseParams, 'package'> {
|
|
2749
|
+
/** Repair mode (basic is offline-safe; full refreshes from keyservers) */
|
|
2750
|
+
mode?: 'basic' | 'full';
|
|
2751
|
+
/** Optional list of corrupted package paths to remove */
|
|
2752
|
+
corruptedPackages?: string[];
|
|
2753
|
+
}
|
|
2754
|
+
interface PacmanKeyringRepairResult extends AbstractPkgResult {
|
|
2755
|
+
mode?: 'basic' | 'full';
|
|
2756
|
+
removedPackages?: string[];
|
|
2757
|
+
skippedPackages?: string[];
|
|
2758
|
+
}
|
|
2746
2759
|
interface PacmanSearchParams extends PacmanBaseParams {
|
|
2747
2760
|
/** Search query */
|
|
2748
2761
|
query: string;
|
|
@@ -2835,23 +2848,25 @@ interface PacmanInfoResult extends AbstractPkgResult {
|
|
|
2835
2848
|
};
|
|
2836
2849
|
}
|
|
2837
2850
|
|
|
2838
|
-
declare const _default$
|
|
2851
|
+
declare const _default$2M: TaskFn<PacmanInstallParams, PacmanInstallResult>;
|
|
2852
|
+
|
|
2853
|
+
declare const _default$2L: TaskFn<PacmanUninstallParams, PacmanUninstallResult>;
|
|
2839
2854
|
|
|
2840
|
-
declare const _default$2K: TaskFn<
|
|
2855
|
+
declare const _default$2K: TaskFn<PacmanUpdateParams, PacmanUpdateResult>;
|
|
2841
2856
|
|
|
2842
|
-
declare const _default$2J: TaskFn<
|
|
2857
|
+
declare const _default$2J: TaskFn<PacmanUpgradeParams, PacmanUpgradeResult>;
|
|
2843
2858
|
|
|
2844
|
-
declare const _default$2I: TaskFn<
|
|
2859
|
+
declare const _default$2I: TaskFn<PacmanSearchParams, PacmanSearchResult>;
|
|
2845
2860
|
|
|
2846
|
-
declare const _default$2H: TaskFn<
|
|
2861
|
+
declare const _default$2H: TaskFn<PacmanListParams, PacmanListResult>;
|
|
2847
2862
|
|
|
2848
|
-
declare const _default$2G: TaskFn<
|
|
2863
|
+
declare const _default$2G: TaskFn<PacmanCleanParams, PacmanCleanResult>;
|
|
2849
2864
|
|
|
2850
|
-
declare const _default$2F: TaskFn<
|
|
2865
|
+
declare const _default$2F: TaskFn<PacmanIsInstalledParams, PacmanIsInstalledResult>;
|
|
2851
2866
|
|
|
2852
|
-
declare const _default$2E: TaskFn<
|
|
2867
|
+
declare const _default$2E: TaskFn<PacmanInfoParams, PacmanInfoResult>;
|
|
2853
2868
|
|
|
2854
|
-
declare const _default$2D: TaskFn<
|
|
2869
|
+
declare const _default$2D: TaskFn<PacmanKeyringRepairParams, PacmanKeyringRepairResult>;
|
|
2855
2870
|
|
|
2856
2871
|
type index_PacmanCleanParams = PacmanCleanParams;
|
|
2857
2872
|
type index_PacmanCleanResult = PacmanCleanResult;
|
|
@@ -2861,6 +2876,8 @@ type index_PacmanInstallParams = PacmanInstallParams;
|
|
|
2861
2876
|
type index_PacmanInstallResult = PacmanInstallResult;
|
|
2862
2877
|
type index_PacmanIsInstalledParams = PacmanIsInstalledParams;
|
|
2863
2878
|
type index_PacmanIsInstalledResult = PacmanIsInstalledResult;
|
|
2879
|
+
type index_PacmanKeyringRepairParams = PacmanKeyringRepairParams;
|
|
2880
|
+
type index_PacmanKeyringRepairResult = PacmanKeyringRepairResult;
|
|
2864
2881
|
type index_PacmanListParams = PacmanListParams;
|
|
2865
2882
|
type index_PacmanListResult = PacmanListResult;
|
|
2866
2883
|
type index_PacmanSearchParams = PacmanSearchParams;
|
|
@@ -2872,7 +2889,7 @@ type index_PacmanUpdateResult = PacmanUpdateResult;
|
|
|
2872
2889
|
type index_PacmanUpgradeParams = PacmanUpgradeParams;
|
|
2873
2890
|
type index_PacmanUpgradeResult = PacmanUpgradeResult;
|
|
2874
2891
|
declare namespace index {
|
|
2875
|
-
export { type index_PacmanCleanParams as PacmanCleanParams, type index_PacmanCleanResult as PacmanCleanResult, type index_PacmanInfoParams as PacmanInfoParams, type index_PacmanInfoResult as PacmanInfoResult, type index_PacmanInstallParams as PacmanInstallParams, type index_PacmanInstallResult as PacmanInstallResult, type index_PacmanIsInstalledParams as PacmanIsInstalledParams, type index_PacmanIsInstalledResult as PacmanIsInstalledResult, type index_PacmanListParams as PacmanListParams, type index_PacmanListResult as PacmanListResult, type index_PacmanSearchParams as PacmanSearchParams, type index_PacmanSearchResult as PacmanSearchResult, type index_PacmanUninstallParams as PacmanUninstallParams, type index_PacmanUninstallResult as PacmanUninstallResult, type index_PacmanUpdateParams as PacmanUpdateParams, type index_PacmanUpdateResult as PacmanUpdateResult, type index_PacmanUpgradeParams as PacmanUpgradeParams, type index_PacmanUpgradeResult as PacmanUpgradeResult, _default$
|
|
2892
|
+
export { type index_PacmanCleanParams as PacmanCleanParams, type index_PacmanCleanResult as PacmanCleanResult, type index_PacmanInfoParams as PacmanInfoParams, type index_PacmanInfoResult as PacmanInfoResult, type index_PacmanInstallParams as PacmanInstallParams, type index_PacmanInstallResult as PacmanInstallResult, type index_PacmanIsInstalledParams as PacmanIsInstalledParams, type index_PacmanIsInstalledResult as PacmanIsInstalledResult, type index_PacmanKeyringRepairParams as PacmanKeyringRepairParams, type index_PacmanKeyringRepairResult as PacmanKeyringRepairResult, type index_PacmanListParams as PacmanListParams, type index_PacmanListResult as PacmanListResult, type index_PacmanSearchParams as PacmanSearchParams, type index_PacmanSearchResult as PacmanSearchResult, type index_PacmanUninstallParams as PacmanUninstallParams, type index_PacmanUninstallResult as PacmanUninstallResult, type index_PacmanUpdateParams as PacmanUpdateParams, type index_PacmanUpdateResult as PacmanUpdateResult, type index_PacmanUpgradeParams as PacmanUpgradeParams, type index_PacmanUpgradeResult as PacmanUpgradeResult, _default$2G as clean, _default$2E as info, _default$2M as install, _default$2F as isInstalled, _default$2H as list, _default$2D as repair_keyring, _default$2I as search, _default$2L as uninstall, _default$2K as update, _default$2J as upgrade };
|
|
2876
2893
|
}
|
|
2877
2894
|
|
|
2878
2895
|
type pkg_AbstractPkgCleanParams = AbstractPkgCleanParams;
|
|
@@ -2902,7 +2919,7 @@ type pkg_PkgRemoveResult = PkgRemoveResult;
|
|
|
2902
2919
|
type pkg_PkgUpdateParams = PkgUpdateParams;
|
|
2903
2920
|
type pkg_PkgUpdateResult = PkgUpdateResult;
|
|
2904
2921
|
declare namespace pkg {
|
|
2905
|
-
export { type pkg_AbstractPkgCleanParams as AbstractPkgCleanParams, type pkg_AbstractPkgCleanResult as AbstractPkgCleanResult, type pkg_AbstractPkgInstallParams as AbstractPkgInstallParams, type pkg_AbstractPkgInstallResult as AbstractPkgInstallResult, type pkg_AbstractPkgListParams as AbstractPkgListParams, type pkg_AbstractPkgListResult as AbstractPkgListResult, type pkg_AbstractPkgParams as AbstractPkgParams, type pkg_AbstractPkgResult as AbstractPkgResult, type pkg_AbstractPkgSearchParams as AbstractPkgSearchParams, type pkg_AbstractPkgSearchResult as AbstractPkgSearchResult, type pkg_AbstractPkgUninstallParams as AbstractPkgUninstallParams, type pkg_AbstractPkgUninstallResult as AbstractPkgUninstallResult, type pkg_AbstractPkgUpdateParams as AbstractPkgUpdateParams, type pkg_AbstractPkgUpdateResult as AbstractPkgUpdateResult, type pkg_AbstractPkgUpgradeParams as AbstractPkgUpgradeParams, type pkg_AbstractPkgUpgradeResult as AbstractPkgUpgradeResult, type pkg_PkgInfoParams as PkgInfoParams, type pkg_PkgInfoResult as PkgInfoResult, type pkg_PkgInstallParams as PkgInstallParams, type pkg_PkgInstallResult as PkgInstallResult, type pkg_PkgIsInstalledParams as PkgIsInstalledParams, type pkg_PkgIsInstalledResult as PkgIsInstalledResult, type pkg_PkgRemoveParams as PkgRemoveParams, type pkg_PkgRemoveResult as PkgRemoveResult, type pkg_PkgUpdateParams as PkgUpdateParams, type pkg_PkgUpdateResult as PkgUpdateResult, index$3 as apt, _default$
|
|
2922
|
+
export { type pkg_AbstractPkgCleanParams as AbstractPkgCleanParams, type pkg_AbstractPkgCleanResult as AbstractPkgCleanResult, type pkg_AbstractPkgInstallParams as AbstractPkgInstallParams, type pkg_AbstractPkgInstallResult as AbstractPkgInstallResult, type pkg_AbstractPkgListParams as AbstractPkgListParams, type pkg_AbstractPkgListResult as AbstractPkgListResult, type pkg_AbstractPkgParams as AbstractPkgParams, type pkg_AbstractPkgResult as AbstractPkgResult, type pkg_AbstractPkgSearchParams as AbstractPkgSearchParams, type pkg_AbstractPkgSearchResult as AbstractPkgSearchResult, type pkg_AbstractPkgUninstallParams as AbstractPkgUninstallParams, type pkg_AbstractPkgUninstallResult as AbstractPkgUninstallResult, type pkg_AbstractPkgUpdateParams as AbstractPkgUpdateParams, type pkg_AbstractPkgUpdateResult as AbstractPkgUpdateResult, type pkg_AbstractPkgUpgradeParams as AbstractPkgUpgradeParams, type pkg_AbstractPkgUpgradeResult as AbstractPkgUpgradeResult, type pkg_PkgInfoParams as PkgInfoParams, type pkg_PkgInfoResult as PkgInfoResult, type pkg_PkgInstallParams as PkgInstallParams, type pkg_PkgInstallResult as PkgInstallResult, type pkg_PkgIsInstalledParams as PkgIsInstalledParams, type pkg_PkgIsInstalledResult as PkgIsInstalledResult, type pkg_PkgRemoveParams as PkgRemoveParams, type pkg_PkgRemoveResult as PkgRemoveResult, type pkg_PkgUpdateParams as PkgUpdateParams, type pkg_PkgUpdateResult as PkgUpdateResult, index$3 as apt, _default$3e as clean, index$2 as dnf, _default$3l as info, _default$3o as install, install as installCp, _default$3k as isInstalled, _default$3f as list, index as pacman, _default$3n as remove, _default$3j as removeCp, _default$3g as search, _default$3m as update, _default$3i as updateCp, _default$3h as upgrade, index$1 as yum };
|
|
2906
2923
|
}
|
|
2907
2924
|
|
|
2908
2925
|
declare const K3supInstallInputSchema: z.ZodObject<{
|
|
@@ -4295,7 +4312,7 @@ declare const _default$20: TaskFn<Record<string, never>, {
|
|
|
4295
4312
|
}>;
|
|
4296
4313
|
|
|
4297
4314
|
declare const _default$1$: TaskFn<{
|
|
4298
|
-
level: "on" | "off" | "low" | "medium" | "high"
|
|
4315
|
+
level: "full" | "on" | "off" | "low" | "medium" | "high";
|
|
4299
4316
|
}, {
|
|
4300
4317
|
success: true;
|
|
4301
4318
|
error?: string | undefined;
|