penguins-eggs 10.0.0 → 10.0.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/.oclif.manifest.json +192 -192
- package/README.md +29 -29
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +3 -3
- package/package.json +9 -7
- package/scripts/resy +10 -6
package/.oclif.manifest.json
CHANGED
|
@@ -979,19 +979,12 @@
|
|
|
979
979
|
"iso.js"
|
|
980
980
|
]
|
|
981
981
|
},
|
|
982
|
-
"
|
|
982
|
+
"tools:clean": {
|
|
983
983
|
"aliases": [],
|
|
984
|
-
"args": {
|
|
985
|
-
|
|
986
|
-
"description": "repository to get",
|
|
987
|
-
"name": "repo",
|
|
988
|
-
"required": false
|
|
989
|
-
}
|
|
990
|
-
},
|
|
991
|
-
"description": "get warorobe",
|
|
984
|
+
"args": {},
|
|
985
|
+
"description": "clean system log, apt, etc",
|
|
992
986
|
"examples": [
|
|
993
|
-
"eggs
|
|
994
|
-
"eggs wardrobe get your-wardrobe"
|
|
987
|
+
"sudo eggs tools clean"
|
|
995
988
|
],
|
|
996
989
|
"flags": {
|
|
997
990
|
"help": {
|
|
@@ -1001,8 +994,16 @@
|
|
|
1001
994
|
"allowNo": false,
|
|
1002
995
|
"type": "boolean"
|
|
1003
996
|
},
|
|
997
|
+
"nointeractive": {
|
|
998
|
+
"char": "n",
|
|
999
|
+
"description": "no user interaction",
|
|
1000
|
+
"name": "nointeractive",
|
|
1001
|
+
"allowNo": false,
|
|
1002
|
+
"type": "boolean"
|
|
1003
|
+
},
|
|
1004
1004
|
"verbose": {
|
|
1005
1005
|
"char": "v",
|
|
1006
|
+
"description": "verbose",
|
|
1006
1007
|
"name": "verbose",
|
|
1007
1008
|
"allowNo": false,
|
|
1008
1009
|
"type": "boolean"
|
|
@@ -1010,7 +1011,7 @@
|
|
|
1010
1011
|
},
|
|
1011
1012
|
"hasDynamicHelp": false,
|
|
1012
1013
|
"hiddenAliases": [],
|
|
1013
|
-
"id": "
|
|
1014
|
+
"id": "tools:clean",
|
|
1014
1015
|
"pluginAlias": "penguins-eggs",
|
|
1015
1016
|
"pluginName": "penguins-eggs",
|
|
1016
1017
|
"pluginType": "core",
|
|
@@ -1020,33 +1021,25 @@
|
|
|
1020
1021
|
"relativePath": [
|
|
1021
1022
|
"dist",
|
|
1022
1023
|
"commands",
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1024
|
+
"tools",
|
|
1025
|
+
"clean.js"
|
|
1025
1026
|
]
|
|
1026
1027
|
},
|
|
1027
|
-
"
|
|
1028
|
+
"tools:ppa": {
|
|
1028
1029
|
"aliases": [],
|
|
1029
|
-
"args": {
|
|
1030
|
-
|
|
1031
|
-
"description": "wardrobe to get",
|
|
1032
|
-
"name": "repo",
|
|
1033
|
-
"required": false
|
|
1034
|
-
}
|
|
1035
|
-
},
|
|
1036
|
-
"description": "list costumes and accessoires in wardrobe",
|
|
1030
|
+
"args": {},
|
|
1031
|
+
"description": "add/remove repo",
|
|
1037
1032
|
"examples": [
|
|
1038
|
-
"eggs
|
|
1039
|
-
"eggs
|
|
1040
|
-
"eggs wardrobe list --distro arch"
|
|
1033
|
+
"sudo eggs tools ppa --add",
|
|
1034
|
+
"sudo eggs tools ppa --remove"
|
|
1041
1035
|
],
|
|
1042
1036
|
"flags": {
|
|
1043
|
-
"
|
|
1044
|
-
"char": "
|
|
1045
|
-
"description": "
|
|
1046
|
-
"name": "
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
1049
|
-
"type": "option"
|
|
1037
|
+
"add": {
|
|
1038
|
+
"char": "a",
|
|
1039
|
+
"description": "add penguins-eggs PPA repository",
|
|
1040
|
+
"name": "add",
|
|
1041
|
+
"allowNo": false,
|
|
1042
|
+
"type": "boolean"
|
|
1050
1043
|
},
|
|
1051
1044
|
"help": {
|
|
1052
1045
|
"char": "h",
|
|
@@ -1055,8 +1048,23 @@
|
|
|
1055
1048
|
"allowNo": false,
|
|
1056
1049
|
"type": "boolean"
|
|
1057
1050
|
},
|
|
1051
|
+
"nointeractive": {
|
|
1052
|
+
"char": "n",
|
|
1053
|
+
"description": "no user interaction",
|
|
1054
|
+
"name": "nointeractive",
|
|
1055
|
+
"allowNo": false,
|
|
1056
|
+
"type": "boolean"
|
|
1057
|
+
},
|
|
1058
|
+
"remove": {
|
|
1059
|
+
"char": "r",
|
|
1060
|
+
"description": "remove penguins-eggs PPA repository",
|
|
1061
|
+
"name": "remove",
|
|
1062
|
+
"allowNo": false,
|
|
1063
|
+
"type": "boolean"
|
|
1064
|
+
},
|
|
1058
1065
|
"verbose": {
|
|
1059
1066
|
"char": "v",
|
|
1067
|
+
"description": "verbose",
|
|
1060
1068
|
"name": "verbose",
|
|
1061
1069
|
"allowNo": false,
|
|
1062
1070
|
"type": "boolean"
|
|
@@ -1064,7 +1072,7 @@
|
|
|
1064
1072
|
},
|
|
1065
1073
|
"hasDynamicHelp": false,
|
|
1066
1074
|
"hiddenAliases": [],
|
|
1067
|
-
"id": "
|
|
1075
|
+
"id": "tools:ppa",
|
|
1068
1076
|
"pluginAlias": "penguins-eggs",
|
|
1069
1077
|
"pluginName": "penguins-eggs",
|
|
1070
1078
|
"pluginType": "core",
|
|
@@ -1074,24 +1082,17 @@
|
|
|
1074
1082
|
"relativePath": [
|
|
1075
1083
|
"dist",
|
|
1076
1084
|
"commands",
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1085
|
+
"tools",
|
|
1086
|
+
"ppa.js"
|
|
1079
1087
|
]
|
|
1080
1088
|
},
|
|
1081
|
-
"
|
|
1089
|
+
"tools:skel": {
|
|
1082
1090
|
"aliases": [],
|
|
1083
|
-
"args": {
|
|
1084
|
-
|
|
1085
|
-
"description": "costume to show",
|
|
1086
|
-
"name": "repo",
|
|
1087
|
-
"required": false
|
|
1088
|
-
}
|
|
1089
|
-
},
|
|
1090
|
-
"description": "show costumes/accessories in wardrobe",
|
|
1091
|
+
"args": {},
|
|
1092
|
+
"description": "update skel from home configuration",
|
|
1091
1093
|
"examples": [
|
|
1092
|
-
"eggs
|
|
1093
|
-
"eggs
|
|
1094
|
-
"eggs wardrobe show accessories/"
|
|
1094
|
+
"sudo eggs tools skel",
|
|
1095
|
+
"sudo eggs tools skel --user user-to-be-copied"
|
|
1095
1096
|
],
|
|
1096
1097
|
"flags": {
|
|
1097
1098
|
"help": {
|
|
@@ -1101,63 +1102,45 @@
|
|
|
1101
1102
|
"allowNo": false,
|
|
1102
1103
|
"type": "boolean"
|
|
1103
1104
|
},
|
|
1104
|
-
"
|
|
1105
|
-
"char": "
|
|
1106
|
-
"description": "
|
|
1107
|
-
"name": "
|
|
1108
|
-
"
|
|
1109
|
-
"
|
|
1105
|
+
"user": {
|
|
1106
|
+
"char": "u",
|
|
1107
|
+
"description": "user to be used",
|
|
1108
|
+
"name": "user",
|
|
1109
|
+
"hasDynamicHelp": false,
|
|
1110
|
+
"multiple": false,
|
|
1111
|
+
"type": "option"
|
|
1110
1112
|
},
|
|
1111
1113
|
"verbose": {
|
|
1112
1114
|
"char": "v",
|
|
1113
1115
|
"name": "verbose",
|
|
1114
1116
|
"allowNo": false,
|
|
1115
1117
|
"type": "boolean"
|
|
1116
|
-
},
|
|
1117
|
-
"wardrobe": {
|
|
1118
|
-
"char": "w",
|
|
1119
|
-
"description": "wardrobe",
|
|
1120
|
-
"name": "wardrobe",
|
|
1121
|
-
"hasDynamicHelp": false,
|
|
1122
|
-
"multiple": false,
|
|
1123
|
-
"type": "option"
|
|
1124
1118
|
}
|
|
1125
1119
|
},
|
|
1126
1120
|
"hasDynamicHelp": false,
|
|
1127
1121
|
"hiddenAliases": [],
|
|
1128
|
-
"id": "
|
|
1122
|
+
"id": "tools:skel",
|
|
1129
1123
|
"pluginAlias": "penguins-eggs",
|
|
1130
1124
|
"pluginName": "penguins-eggs",
|
|
1131
1125
|
"pluginType": "core",
|
|
1132
1126
|
"strict": true,
|
|
1133
1127
|
"enableJsonFlag": false,
|
|
1134
|
-
"example": [
|
|
1135
|
-
"eggs wardrobe show colibri",
|
|
1136
|
-
"eggs wardrobe show accessories/firmwares",
|
|
1137
|
-
"eggs wardrobe show accessories/"
|
|
1138
|
-
],
|
|
1139
1128
|
"isESM": true,
|
|
1140
1129
|
"relativePath": [
|
|
1141
1130
|
"dist",
|
|
1142
1131
|
"commands",
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1132
|
+
"tools",
|
|
1133
|
+
"skel.js"
|
|
1145
1134
|
]
|
|
1146
1135
|
},
|
|
1147
|
-
"
|
|
1136
|
+
"tools:stat": {
|
|
1148
1137
|
"aliases": [],
|
|
1149
|
-
"args": {
|
|
1150
|
-
|
|
1151
|
-
"description": "costume to wear",
|
|
1152
|
-
"name": "repo",
|
|
1153
|
-
"required": false
|
|
1154
|
-
}
|
|
1155
|
-
},
|
|
1156
|
-
"description": "wear costume/accessories from wardrobe",
|
|
1138
|
+
"args": {},
|
|
1139
|
+
"description": "get statistics from sourceforge",
|
|
1157
1140
|
"examples": [
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1160
|
-
"
|
|
1141
|
+
"eggs tools stat",
|
|
1142
|
+
"eggs tools stat --month",
|
|
1143
|
+
"eggs tools stat --year"
|
|
1161
1144
|
],
|
|
1162
1145
|
"flags": {
|
|
1163
1146
|
"help": {
|
|
@@ -1167,38 +1150,24 @@
|
|
|
1167
1150
|
"allowNo": false,
|
|
1168
1151
|
"type": "boolean"
|
|
1169
1152
|
},
|
|
1170
|
-
"
|
|
1171
|
-
"char": "
|
|
1172
|
-
"description": "
|
|
1173
|
-
"name": "
|
|
1174
|
-
"allowNo": false,
|
|
1175
|
-
"type": "boolean"
|
|
1176
|
-
},
|
|
1177
|
-
"no_firmwares": {
|
|
1178
|
-
"char": "f",
|
|
1179
|
-
"description": "not install firmwares",
|
|
1180
|
-
"name": "no_firmwares",
|
|
1153
|
+
"month": {
|
|
1154
|
+
"char": "m",
|
|
1155
|
+
"description": "current month",
|
|
1156
|
+
"name": "month",
|
|
1181
1157
|
"allowNo": false,
|
|
1182
1158
|
"type": "boolean"
|
|
1183
1159
|
},
|
|
1184
|
-
"
|
|
1185
|
-
"char": "
|
|
1186
|
-
"
|
|
1160
|
+
"year": {
|
|
1161
|
+
"char": "y",
|
|
1162
|
+
"description": "current year",
|
|
1163
|
+
"name": "year",
|
|
1187
1164
|
"allowNo": false,
|
|
1188
1165
|
"type": "boolean"
|
|
1189
|
-
},
|
|
1190
|
-
"wardrobe": {
|
|
1191
|
-
"char": "w",
|
|
1192
|
-
"description": "wardrobe",
|
|
1193
|
-
"name": "wardrobe",
|
|
1194
|
-
"hasDynamicHelp": false,
|
|
1195
|
-
"multiple": false,
|
|
1196
|
-
"type": "option"
|
|
1197
1166
|
}
|
|
1198
1167
|
},
|
|
1199
1168
|
"hasDynamicHelp": false,
|
|
1200
1169
|
"hiddenAliases": [],
|
|
1201
|
-
"id": "
|
|
1170
|
+
"id": "tools:stat",
|
|
1202
1171
|
"pluginAlias": "penguins-eggs",
|
|
1203
1172
|
"pluginName": "penguins-eggs",
|
|
1204
1173
|
"pluginType": "core",
|
|
@@ -1208,16 +1177,16 @@
|
|
|
1208
1177
|
"relativePath": [
|
|
1209
1178
|
"dist",
|
|
1210
1179
|
"commands",
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1180
|
+
"tools",
|
|
1181
|
+
"stat.js"
|
|
1213
1182
|
]
|
|
1214
1183
|
},
|
|
1215
|
-
"tools:
|
|
1184
|
+
"tools:yolk": {
|
|
1216
1185
|
"aliases": [],
|
|
1217
1186
|
"args": {},
|
|
1218
|
-
"description": "
|
|
1187
|
+
"description": "configure eggs to install without internet",
|
|
1219
1188
|
"examples": [
|
|
1220
|
-
"sudo eggs tools
|
|
1189
|
+
"sudo eggs tools yolk"
|
|
1221
1190
|
],
|
|
1222
1191
|
"flags": {
|
|
1223
1192
|
"help": {
|
|
@@ -1227,16 +1196,8 @@
|
|
|
1227
1196
|
"allowNo": false,
|
|
1228
1197
|
"type": "boolean"
|
|
1229
1198
|
},
|
|
1230
|
-
"nointeractive": {
|
|
1231
|
-
"char": "n",
|
|
1232
|
-
"description": "no user interaction",
|
|
1233
|
-
"name": "nointeractive",
|
|
1234
|
-
"allowNo": false,
|
|
1235
|
-
"type": "boolean"
|
|
1236
|
-
},
|
|
1237
1199
|
"verbose": {
|
|
1238
1200
|
"char": "v",
|
|
1239
|
-
"description": "verbose",
|
|
1240
1201
|
"name": "verbose",
|
|
1241
1202
|
"allowNo": false,
|
|
1242
1203
|
"type": "boolean"
|
|
@@ -1244,36 +1205,36 @@
|
|
|
1244
1205
|
},
|
|
1245
1206
|
"hasDynamicHelp": false,
|
|
1246
1207
|
"hiddenAliases": [],
|
|
1247
|
-
"id": "tools:
|
|
1208
|
+
"id": "tools:yolk",
|
|
1248
1209
|
"pluginAlias": "penguins-eggs",
|
|
1249
1210
|
"pluginName": "penguins-eggs",
|
|
1250
1211
|
"pluginType": "core",
|
|
1251
1212
|
"strict": true,
|
|
1252
1213
|
"enableJsonFlag": false,
|
|
1214
|
+
"dir": "/var/local/yolk",
|
|
1253
1215
|
"isESM": true,
|
|
1254
1216
|
"relativePath": [
|
|
1255
1217
|
"dist",
|
|
1256
1218
|
"commands",
|
|
1257
1219
|
"tools",
|
|
1258
|
-
"
|
|
1220
|
+
"yolk.js"
|
|
1259
1221
|
]
|
|
1260
1222
|
},
|
|
1261
|
-
"
|
|
1223
|
+
"wardrobe:get": {
|
|
1262
1224
|
"aliases": [],
|
|
1263
|
-
"args": {
|
|
1264
|
-
|
|
1225
|
+
"args": {
|
|
1226
|
+
"repo": {
|
|
1227
|
+
"description": "repository to get",
|
|
1228
|
+
"name": "repo",
|
|
1229
|
+
"required": false
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
"description": "get warorobe",
|
|
1265
1233
|
"examples": [
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1234
|
+
"eggs wardrobe get",
|
|
1235
|
+
"eggs wardrobe get your-wardrobe"
|
|
1268
1236
|
],
|
|
1269
1237
|
"flags": {
|
|
1270
|
-
"add": {
|
|
1271
|
-
"char": "a",
|
|
1272
|
-
"description": "add penguins-eggs PPA repository",
|
|
1273
|
-
"name": "add",
|
|
1274
|
-
"allowNo": false,
|
|
1275
|
-
"type": "boolean"
|
|
1276
|
-
},
|
|
1277
1238
|
"help": {
|
|
1278
1239
|
"char": "h",
|
|
1279
1240
|
"description": "Show CLI help.",
|
|
@@ -1281,23 +1242,8 @@
|
|
|
1281
1242
|
"allowNo": false,
|
|
1282
1243
|
"type": "boolean"
|
|
1283
1244
|
},
|
|
1284
|
-
"nointeractive": {
|
|
1285
|
-
"char": "n",
|
|
1286
|
-
"description": "no user interaction",
|
|
1287
|
-
"name": "nointeractive",
|
|
1288
|
-
"allowNo": false,
|
|
1289
|
-
"type": "boolean"
|
|
1290
|
-
},
|
|
1291
|
-
"remove": {
|
|
1292
|
-
"char": "r",
|
|
1293
|
-
"description": "remove penguins-eggs PPA repository",
|
|
1294
|
-
"name": "remove",
|
|
1295
|
-
"allowNo": false,
|
|
1296
|
-
"type": "boolean"
|
|
1297
|
-
},
|
|
1298
1245
|
"verbose": {
|
|
1299
1246
|
"char": "v",
|
|
1300
|
-
"description": "verbose",
|
|
1301
1247
|
"name": "verbose",
|
|
1302
1248
|
"allowNo": false,
|
|
1303
1249
|
"type": "boolean"
|
|
@@ -1305,7 +1251,7 @@
|
|
|
1305
1251
|
},
|
|
1306
1252
|
"hasDynamicHelp": false,
|
|
1307
1253
|
"hiddenAliases": [],
|
|
1308
|
-
"id": "
|
|
1254
|
+
"id": "wardrobe:get",
|
|
1309
1255
|
"pluginAlias": "penguins-eggs",
|
|
1310
1256
|
"pluginName": "penguins-eggs",
|
|
1311
1257
|
"pluginType": "core",
|
|
@@ -1315,19 +1261,34 @@
|
|
|
1315
1261
|
"relativePath": [
|
|
1316
1262
|
"dist",
|
|
1317
1263
|
"commands",
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1264
|
+
"wardrobe",
|
|
1265
|
+
"get.js"
|
|
1320
1266
|
]
|
|
1321
1267
|
},
|
|
1322
|
-
"
|
|
1268
|
+
"wardrobe:list": {
|
|
1323
1269
|
"aliases": [],
|
|
1324
|
-
"args": {
|
|
1325
|
-
|
|
1270
|
+
"args": {
|
|
1271
|
+
"repo": {
|
|
1272
|
+
"description": "wardrobe to get",
|
|
1273
|
+
"name": "repo",
|
|
1274
|
+
"required": false
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
"description": "list costumes and accessoires in wardrobe",
|
|
1326
1278
|
"examples": [
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1279
|
+
"eggs wardrobe list",
|
|
1280
|
+
"eggs wardrobe list your-wardrobe",
|
|
1281
|
+
"eggs wardrobe list --distro arch"
|
|
1329
1282
|
],
|
|
1330
1283
|
"flags": {
|
|
1284
|
+
"distro": {
|
|
1285
|
+
"char": "d",
|
|
1286
|
+
"description": "distro",
|
|
1287
|
+
"name": "distro",
|
|
1288
|
+
"hasDynamicHelp": false,
|
|
1289
|
+
"multiple": false,
|
|
1290
|
+
"type": "option"
|
|
1291
|
+
},
|
|
1331
1292
|
"help": {
|
|
1332
1293
|
"char": "h",
|
|
1333
1294
|
"description": "Show CLI help.",
|
|
@@ -1335,14 +1296,6 @@
|
|
|
1335
1296
|
"allowNo": false,
|
|
1336
1297
|
"type": "boolean"
|
|
1337
1298
|
},
|
|
1338
|
-
"user": {
|
|
1339
|
-
"char": "u",
|
|
1340
|
-
"description": "user to be used",
|
|
1341
|
-
"name": "user",
|
|
1342
|
-
"hasDynamicHelp": false,
|
|
1343
|
-
"multiple": false,
|
|
1344
|
-
"type": "option"
|
|
1345
|
-
},
|
|
1346
1299
|
"verbose": {
|
|
1347
1300
|
"char": "v",
|
|
1348
1301
|
"name": "verbose",
|
|
@@ -1352,7 +1305,7 @@
|
|
|
1352
1305
|
},
|
|
1353
1306
|
"hasDynamicHelp": false,
|
|
1354
1307
|
"hiddenAliases": [],
|
|
1355
|
-
"id": "
|
|
1308
|
+
"id": "wardrobe:list",
|
|
1356
1309
|
"pluginAlias": "penguins-eggs",
|
|
1357
1310
|
"pluginName": "penguins-eggs",
|
|
1358
1311
|
"pluginType": "core",
|
|
@@ -1362,18 +1315,24 @@
|
|
|
1362
1315
|
"relativePath": [
|
|
1363
1316
|
"dist",
|
|
1364
1317
|
"commands",
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1318
|
+
"wardrobe",
|
|
1319
|
+
"list.js"
|
|
1367
1320
|
]
|
|
1368
1321
|
},
|
|
1369
|
-
"
|
|
1322
|
+
"wardrobe:show": {
|
|
1370
1323
|
"aliases": [],
|
|
1371
|
-
"args": {
|
|
1372
|
-
|
|
1324
|
+
"args": {
|
|
1325
|
+
"repo": {
|
|
1326
|
+
"description": "costume to show",
|
|
1327
|
+
"name": "repo",
|
|
1328
|
+
"required": false
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
"description": "show costumes/accessories in wardrobe",
|
|
1373
1332
|
"examples": [
|
|
1374
|
-
"eggs
|
|
1375
|
-
"eggs
|
|
1376
|
-
"eggs
|
|
1333
|
+
"eggs wardrobe show colibri",
|
|
1334
|
+
"eggs wardrobe show accessories/firmwares",
|
|
1335
|
+
"eggs wardrobe show accessories/"
|
|
1377
1336
|
],
|
|
1378
1337
|
"flags": {
|
|
1379
1338
|
"help": {
|
|
@@ -1383,43 +1342,63 @@
|
|
|
1383
1342
|
"allowNo": false,
|
|
1384
1343
|
"type": "boolean"
|
|
1385
1344
|
},
|
|
1386
|
-
"
|
|
1387
|
-
"char": "
|
|
1388
|
-
"description": "
|
|
1389
|
-
"name": "
|
|
1345
|
+
"json": {
|
|
1346
|
+
"char": "j",
|
|
1347
|
+
"description": "output JSON",
|
|
1348
|
+
"name": "json",
|
|
1390
1349
|
"allowNo": false,
|
|
1391
1350
|
"type": "boolean"
|
|
1392
1351
|
},
|
|
1393
|
-
"
|
|
1394
|
-
"char": "
|
|
1395
|
-
"
|
|
1396
|
-
"name": "year",
|
|
1352
|
+
"verbose": {
|
|
1353
|
+
"char": "v",
|
|
1354
|
+
"name": "verbose",
|
|
1397
1355
|
"allowNo": false,
|
|
1398
1356
|
"type": "boolean"
|
|
1357
|
+
},
|
|
1358
|
+
"wardrobe": {
|
|
1359
|
+
"char": "w",
|
|
1360
|
+
"description": "wardrobe",
|
|
1361
|
+
"name": "wardrobe",
|
|
1362
|
+
"hasDynamicHelp": false,
|
|
1363
|
+
"multiple": false,
|
|
1364
|
+
"type": "option"
|
|
1399
1365
|
}
|
|
1400
1366
|
},
|
|
1401
1367
|
"hasDynamicHelp": false,
|
|
1402
1368
|
"hiddenAliases": [],
|
|
1403
|
-
"id": "
|
|
1369
|
+
"id": "wardrobe:show",
|
|
1404
1370
|
"pluginAlias": "penguins-eggs",
|
|
1405
1371
|
"pluginName": "penguins-eggs",
|
|
1406
1372
|
"pluginType": "core",
|
|
1407
1373
|
"strict": true,
|
|
1408
1374
|
"enableJsonFlag": false,
|
|
1375
|
+
"example": [
|
|
1376
|
+
"eggs wardrobe show colibri",
|
|
1377
|
+
"eggs wardrobe show accessories/firmwares",
|
|
1378
|
+
"eggs wardrobe show accessories/"
|
|
1379
|
+
],
|
|
1409
1380
|
"isESM": true,
|
|
1410
1381
|
"relativePath": [
|
|
1411
1382
|
"dist",
|
|
1412
1383
|
"commands",
|
|
1413
|
-
"
|
|
1414
|
-
"
|
|
1384
|
+
"wardrobe",
|
|
1385
|
+
"show.js"
|
|
1415
1386
|
]
|
|
1416
1387
|
},
|
|
1417
|
-
"
|
|
1388
|
+
"wardrobe:wear": {
|
|
1418
1389
|
"aliases": [],
|
|
1419
|
-
"args": {
|
|
1420
|
-
|
|
1390
|
+
"args": {
|
|
1391
|
+
"repo": {
|
|
1392
|
+
"description": "costume to wear",
|
|
1393
|
+
"name": "repo",
|
|
1394
|
+
"required": false
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"description": "wear costume/accessories from wardrobe",
|
|
1421
1398
|
"examples": [
|
|
1422
|
-
"sudo eggs
|
|
1399
|
+
"sudo eggs wardrobe wear duck",
|
|
1400
|
+
"sudo eggs wardrobe wear accessories/firmwares",
|
|
1401
|
+
"sudo eggs wardrobe wear wagtail/waydroid"
|
|
1423
1402
|
],
|
|
1424
1403
|
"flags": {
|
|
1425
1404
|
"help": {
|
|
@@ -1429,30 +1408,51 @@
|
|
|
1429
1408
|
"allowNo": false,
|
|
1430
1409
|
"type": "boolean"
|
|
1431
1410
|
},
|
|
1411
|
+
"no_accessories": {
|
|
1412
|
+
"char": "a",
|
|
1413
|
+
"description": "not install accessories",
|
|
1414
|
+
"name": "no_accessories",
|
|
1415
|
+
"allowNo": false,
|
|
1416
|
+
"type": "boolean"
|
|
1417
|
+
},
|
|
1418
|
+
"no_firmwares": {
|
|
1419
|
+
"char": "f",
|
|
1420
|
+
"description": "not install firmwares",
|
|
1421
|
+
"name": "no_firmwares",
|
|
1422
|
+
"allowNo": false,
|
|
1423
|
+
"type": "boolean"
|
|
1424
|
+
},
|
|
1432
1425
|
"verbose": {
|
|
1433
1426
|
"char": "v",
|
|
1434
1427
|
"name": "verbose",
|
|
1435
1428
|
"allowNo": false,
|
|
1436
1429
|
"type": "boolean"
|
|
1430
|
+
},
|
|
1431
|
+
"wardrobe": {
|
|
1432
|
+
"char": "w",
|
|
1433
|
+
"description": "wardrobe",
|
|
1434
|
+
"name": "wardrobe",
|
|
1435
|
+
"hasDynamicHelp": false,
|
|
1436
|
+
"multiple": false,
|
|
1437
|
+
"type": "option"
|
|
1437
1438
|
}
|
|
1438
1439
|
},
|
|
1439
1440
|
"hasDynamicHelp": false,
|
|
1440
1441
|
"hiddenAliases": [],
|
|
1441
|
-
"id": "
|
|
1442
|
+
"id": "wardrobe:wear",
|
|
1442
1443
|
"pluginAlias": "penguins-eggs",
|
|
1443
1444
|
"pluginName": "penguins-eggs",
|
|
1444
1445
|
"pluginType": "core",
|
|
1445
1446
|
"strict": true,
|
|
1446
1447
|
"enableJsonFlag": false,
|
|
1447
|
-
"dir": "/var/local/yolk",
|
|
1448
1448
|
"isESM": true,
|
|
1449
1449
|
"relativePath": [
|
|
1450
1450
|
"dist",
|
|
1451
1451
|
"commands",
|
|
1452
|
-
"
|
|
1453
|
-
"
|
|
1452
|
+
"wardrobe",
|
|
1453
|
+
"wear.js"
|
|
1454
1454
|
]
|
|
1455
1455
|
}
|
|
1456
1456
|
},
|
|
1457
|
-
"version": "10.0.
|
|
1457
|
+
"version": "10.0.2"
|
|
1458
1458
|
}
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ penguins-eggs
|
|
|
15
15
|
# Index
|
|
16
16
|
<!-- toc -->
|
|
17
17
|
* [Index](#index)
|
|
18
|
-
* [
|
|
18
|
+
* [penguins-eggs-10.0.0](#penguins-eggs-1000)
|
|
19
19
|
* [Introduction](#introduction)
|
|
20
20
|
* [Technology](#technology)
|
|
21
21
|
* [Features](#features)
|
|
@@ -26,8 +26,8 @@ penguins-eggs
|
|
|
26
26
|
* [Copyright and licenses](#copyright-and-licenses)
|
|
27
27
|
<!-- tocstop -->
|
|
28
28
|
|
|
29
|
-
#
|
|
30
|
-
With version 10.0.0 we celebrate more than 8 years of penguins-eggs development! Come with us, the time is right.
|
|
29
|
+
# penguins-eggs-10.0.0
|
|
30
|
+
With [penguins-eggs version 10.0.0](https://github.com/pieroproietti/penguins-eggs/blob/master/CHANGELOG.md#penguins-eggs-1000) we celebrate more than 8 years of penguins-eggs development! Come with us, the time is right.
|
|
31
31
|
|
|
32
32
|
# Introduction
|
|
33
33
|
penguins-eggs is a console tool, under continuous development, that allows you to remaster your system and redistribute it as live images on USB sticks or via PXE. The concept behind Penguins’ Eggs stems from the idea of “reproduction” and “population selection” applied to operating systems. During the era of popular remastering programs like Remastersys and Systemback, both of which experienced maintenance issues and were eventually abandoned, the need for a new, modern tool became evident. The inspiration for Penguins’ Eggs led to the development of a new tool written in a modern, cross-distribution language, utilizing its own packaging system. Initially built with node.js and later transitioning to Typescript as the primary development language, the tool’s design resembles an egg production process, consisting of operations such as “produce” for creating the eggs, “hatch” for installation, and other commands like “kill” for removing produced ISOs, “update” for software updates, and “install” for configuring the graphical installer. It also has prerequisites to install the .deb packages necessary for the process, namely, calamares.
|
|
@@ -444,7 +444,7 @@ EXAMPLES
|
|
|
444
444
|
$ eggs adapt
|
|
445
445
|
```
|
|
446
446
|
|
|
447
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/
|
|
447
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/adapt.ts)_
|
|
448
448
|
|
|
449
449
|
## `eggs analyze`
|
|
450
450
|
|
|
@@ -465,7 +465,7 @@ EXAMPLES
|
|
|
465
465
|
sudo eggs analyze
|
|
466
466
|
```
|
|
467
467
|
|
|
468
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/
|
|
468
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/analyze.ts)_
|
|
469
469
|
|
|
470
470
|
## `eggs autocomplete [SHELL]`
|
|
471
471
|
|
|
@@ -496,7 +496,7 @@ EXAMPLES
|
|
|
496
496
|
$ eggs autocomplete --refresh-cache
|
|
497
497
|
```
|
|
498
498
|
|
|
499
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.1.
|
|
499
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.1.1/src/commands/autocomplete/index.ts)_
|
|
500
500
|
|
|
501
501
|
## `eggs calamares`
|
|
502
502
|
|
|
@@ -529,7 +529,7 @@ EXAMPLES
|
|
|
529
529
|
sudo eggs calamares --remove
|
|
530
530
|
```
|
|
531
531
|
|
|
532
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/
|
|
532
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/calamares.ts)_
|
|
533
533
|
|
|
534
534
|
## `eggs config`
|
|
535
535
|
|
|
@@ -557,7 +557,7 @@ EXAMPLES
|
|
|
557
557
|
sudo eggs config --clean --nointeractive
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/
|
|
560
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/config.ts)_
|
|
561
561
|
|
|
562
562
|
## `eggs cuckoo`
|
|
563
563
|
|
|
@@ -577,7 +577,7 @@ EXAMPLES
|
|
|
577
577
|
sudo eggs cuckoo
|
|
578
578
|
```
|
|
579
579
|
|
|
580
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/
|
|
580
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/cuckoo.ts)_
|
|
581
581
|
|
|
582
582
|
## `eggs dad`
|
|
583
583
|
|
|
@@ -604,7 +604,7 @@ EXAMPLES
|
|
|
604
604
|
sudo dad --default
|
|
605
605
|
```
|
|
606
606
|
|
|
607
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/
|
|
607
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/dad.ts)_
|
|
608
608
|
|
|
609
609
|
## `eggs export deb`
|
|
610
610
|
|
|
@@ -631,7 +631,7 @@ EXAMPLES
|
|
|
631
631
|
$ eggs export deb --all
|
|
632
632
|
```
|
|
633
633
|
|
|
634
|
-
_See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/
|
|
634
|
+
_See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/export/deb.ts)_
|
|
635
635
|
|
|
636
636
|
## `eggs export iso`
|
|
637
637
|
|
|
@@ -656,7 +656,7 @@ EXAMPLES
|
|
|
656
656
|
$ eggs export iso --clean
|
|
657
657
|
```
|
|
658
658
|
|
|
659
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/
|
|
659
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/export/iso.ts)_
|
|
660
660
|
|
|
661
661
|
## `eggs help [COMMAND]`
|
|
662
662
|
|
|
@@ -717,7 +717,7 @@ EXAMPLES
|
|
|
717
717
|
sudo eggs install --custom it
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/
|
|
720
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/install.ts)_
|
|
721
721
|
|
|
722
722
|
## `eggs kill`
|
|
723
723
|
|
|
@@ -740,7 +740,7 @@ EXAMPLES
|
|
|
740
740
|
sudo eggs kill
|
|
741
741
|
```
|
|
742
742
|
|
|
743
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/
|
|
743
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/kill.ts)_
|
|
744
744
|
|
|
745
745
|
## `eggs krill`
|
|
746
746
|
|
|
@@ -799,7 +799,7 @@ EXAMPLES
|
|
|
799
799
|
$ eggs mom
|
|
800
800
|
```
|
|
801
801
|
|
|
802
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/
|
|
802
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/mom.ts)_
|
|
803
803
|
|
|
804
804
|
## `eggs produce`
|
|
805
805
|
|
|
@@ -855,7 +855,7 @@ EXAMPLES
|
|
|
855
855
|
sudo eggs produce --excludes=static
|
|
856
856
|
```
|
|
857
857
|
|
|
858
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/
|
|
858
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/produce.ts)_
|
|
859
859
|
|
|
860
860
|
## `eggs status`
|
|
861
861
|
|
|
@@ -876,7 +876,7 @@ EXAMPLES
|
|
|
876
876
|
$ eggs status
|
|
877
877
|
```
|
|
878
878
|
|
|
879
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/
|
|
879
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/status.ts)_
|
|
880
880
|
|
|
881
881
|
## `eggs syncfrom`
|
|
882
882
|
|
|
@@ -902,7 +902,7 @@ EXAMPLES
|
|
|
902
902
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
903
903
|
```
|
|
904
904
|
|
|
905
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/
|
|
905
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/syncfrom.ts)_
|
|
906
906
|
|
|
907
907
|
## `eggs syncto`
|
|
908
908
|
|
|
@@ -929,7 +929,7 @@ EXAMPLES
|
|
|
929
929
|
sudo eggs syncto --excludes
|
|
930
930
|
```
|
|
931
931
|
|
|
932
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/
|
|
932
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/syncto.ts)_
|
|
933
933
|
|
|
934
934
|
## `eggs tools clean`
|
|
935
935
|
|
|
@@ -951,7 +951,7 @@ EXAMPLES
|
|
|
951
951
|
sudo eggs tools clean
|
|
952
952
|
```
|
|
953
953
|
|
|
954
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/
|
|
954
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/tools/clean.ts)_
|
|
955
955
|
|
|
956
956
|
## `eggs tools ppa`
|
|
957
957
|
|
|
@@ -977,7 +977,7 @@ EXAMPLES
|
|
|
977
977
|
sudo eggs tools ppa --remove
|
|
978
978
|
```
|
|
979
979
|
|
|
980
|
-
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/
|
|
980
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/tools/ppa.ts)_
|
|
981
981
|
|
|
982
982
|
## `eggs tools skel`
|
|
983
983
|
|
|
@@ -1001,7 +1001,7 @@ EXAMPLES
|
|
|
1001
1001
|
sudo eggs tools skel --user user-to-be-copied
|
|
1002
1002
|
```
|
|
1003
1003
|
|
|
1004
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/
|
|
1004
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/tools/skel.ts)_
|
|
1005
1005
|
|
|
1006
1006
|
## `eggs tools stat`
|
|
1007
1007
|
|
|
@@ -1027,7 +1027,7 @@ EXAMPLES
|
|
|
1027
1027
|
$ eggs tools stat --year
|
|
1028
1028
|
```
|
|
1029
1029
|
|
|
1030
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/
|
|
1030
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/tools/stat.ts)_
|
|
1031
1031
|
|
|
1032
1032
|
## `eggs tools yolk`
|
|
1033
1033
|
|
|
@@ -1048,7 +1048,7 @@ EXAMPLES
|
|
|
1048
1048
|
sudo eggs tools yolk
|
|
1049
1049
|
```
|
|
1050
1050
|
|
|
1051
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/
|
|
1051
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/tools/yolk.ts)_
|
|
1052
1052
|
|
|
1053
1053
|
## `eggs update`
|
|
1054
1054
|
|
|
@@ -1069,7 +1069,7 @@ EXAMPLES
|
|
|
1069
1069
|
$ eggs update
|
|
1070
1070
|
```
|
|
1071
1071
|
|
|
1072
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/
|
|
1072
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/update.ts)_
|
|
1073
1073
|
|
|
1074
1074
|
## `eggs version`
|
|
1075
1075
|
|
|
@@ -1115,7 +1115,7 @@ EXAMPLES
|
|
|
1115
1115
|
$ eggs wardrobe get your-wardrobe
|
|
1116
1116
|
```
|
|
1117
1117
|
|
|
1118
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/
|
|
1118
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/wardrobe/get.ts)_
|
|
1119
1119
|
|
|
1120
1120
|
## `eggs wardrobe list [REPO]`
|
|
1121
1121
|
|
|
@@ -1144,7 +1144,7 @@ EXAMPLES
|
|
|
1144
1144
|
$ eggs wardrobe list --distro arch
|
|
1145
1145
|
```
|
|
1146
1146
|
|
|
1147
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/
|
|
1147
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/wardrobe/list.ts)_
|
|
1148
1148
|
|
|
1149
1149
|
## `eggs wardrobe show [REPO]`
|
|
1150
1150
|
|
|
@@ -1174,7 +1174,7 @@ EXAMPLES
|
|
|
1174
1174
|
$ eggs wardrobe show accessories/
|
|
1175
1175
|
```
|
|
1176
1176
|
|
|
1177
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/
|
|
1177
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/wardrobe/show.ts)_
|
|
1178
1178
|
|
|
1179
1179
|
## `eggs wardrobe wear [REPO]`
|
|
1180
1180
|
|
|
@@ -1205,7 +1205,7 @@ EXAMPLES
|
|
|
1205
1205
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1206
1206
|
```
|
|
1207
1207
|
|
|
1208
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/
|
|
1208
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.2/src/commands/wardrobe/wear.ts)_
|
|
1209
1209
|
<!-- commandsstop -->
|
|
1210
1210
|
* [`eggs adapt`](#eggs-adapt)
|
|
1211
1211
|
* [`eggs analyze`](#eggs-analyze)
|
|
Binary file
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
7
|
</head>
|
|
8
8
|
<body>
|
|
9
|
-
<h1>eggs(1) -- the reproductive system of penguins: eggs v10.0.
|
|
9
|
+
<h1>eggs(1) -- the reproductive system of penguins: eggs v10.0.2</h1>
|
|
10
10
|
<h1>SYNOPSIS</h1>
|
|
11
11
|
<p>Install Debian families (debian/devuan/ubuntu)</p>
|
|
12
|
-
<pre><code>$ sudo dpkg -i penguins-eggs_10.0.
|
|
12
|
+
<pre><code>$ sudo dpkg -i penguins-eggs_10.0.2-1_i386.deb
|
|
13
13
|
</code></pre>
|
|
14
14
|
<p>Install Arch families (Arch, manjaro Linux)</p>
|
|
15
15
|
<p>Arch from AUR</p>
|
|
@@ -30,7 +30,7 @@ $ makepkg -si
|
|
|
30
30
|
<h1>USAGE</h1>
|
|
31
31
|
<pre><code>$ eggs (-v|--version|version)
|
|
32
32
|
|
|
33
|
-
penguins-eggs/10.0.
|
|
33
|
+
penguins-eggs/10.0.2
|
|
34
34
|
$ eggs --help [COMMAND]
|
|
35
35
|
|
|
36
36
|
USAGE
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "penguins-eggs",
|
|
3
3
|
"shortName": "eggs",
|
|
4
|
-
"description": "
|
|
5
|
-
"version": "10.0.
|
|
4
|
+
"description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
|
|
5
|
+
"version": "10.0.2",
|
|
6
6
|
"author": "Piero Proietti",
|
|
7
7
|
"bin": {
|
|
8
8
|
"eggs": "./bin/run.js"
|
|
9
9
|
},
|
|
10
|
-
"bugs": "https://github.com/pieroproietti/
|
|
10
|
+
"bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3",
|
|
13
13
|
"@oclif/plugin-autocomplete": "^3.1.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"eslint-config-oclif-typescript": "^3",
|
|
47
47
|
"eslint-config-prettier": "^9",
|
|
48
48
|
"mocha": "^10",
|
|
49
|
-
"perrisbrewery": "
|
|
49
|
+
"perrisbrewery": "../perrisbrewery",
|
|
50
50
|
"oclif": "^4.12.0",
|
|
51
51
|
"shx": "^0.3.3",
|
|
52
52
|
"ts-node": "^10",
|
|
@@ -68,9 +68,11 @@
|
|
|
68
68
|
"/mkinitcpio",
|
|
69
69
|
"/scripts"
|
|
70
70
|
],
|
|
71
|
-
"homepage": "https://
|
|
71
|
+
"homepage": "https://penguins-eggs.net",
|
|
72
72
|
"keywords": [
|
|
73
|
-
"oclif"
|
|
73
|
+
"oclif",
|
|
74
|
+
"remaster",
|
|
75
|
+
"system"
|
|
74
76
|
],
|
|
75
77
|
"license": "MIT",
|
|
76
78
|
"main": "dist/index.js",
|
|
@@ -91,7 +93,7 @@
|
|
|
91
93
|
}
|
|
92
94
|
}
|
|
93
95
|
},
|
|
94
|
-
"repository": "pieroproietti/
|
|
96
|
+
"repository": "pieroproietti/penguins-eggs",
|
|
95
97
|
"types": "dist/index.d.ts",
|
|
96
98
|
"scripts": {
|
|
97
99
|
"build": "shx rm -rf dist && tsc -b",
|
package/scripts/resy
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
#!/bin/sh
|
|
2
|
+
if [ "$(id -u)" != "0" ]; then
|
|
3
|
+
echo "Please use sudo" 1>&2
|
|
4
|
+
exit 1
|
|
5
|
+
fi
|
|
2
6
|
clear
|
|
3
|
-
echo ">>> Re-install Eggs Saving Yolk"
|
|
7
|
+
echo ">>> Re-install penguis-Eggs Saving Yolk"
|
|
4
8
|
tmpDir=$(mktemp -d)
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
mv /var/local/yolk "${tmpDir}"
|
|
10
|
+
apt -y purge penguins-eggs
|
|
11
|
+
dpkg -i /tmp/penguins-eggs*.deb
|
|
12
|
+
mv "${tmpDir}/yolk" /var/local
|
|
13
|
+
eggs dad -d
|