penguins-eggs 10.0.21 → 10.0.22

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.
Files changed (45) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +33 -29
  3. package/conf/derivatives.yaml +1 -0
  4. package/conf/distros/alpine/README.md +3 -0
  5. package/conf/distros/noble/calamares/modules/automirror.yml +6 -0
  6. package/conf/distros/noble/calamares/modules/before_bootloader_context.yml +18 -0
  7. package/conf/distros/noble/calamares/modules/before_bootloader_mkdirs_context.yml +10 -0
  8. package/conf/distros/noble/calamares/modules/bootloader.yml +33 -0
  9. package/conf/distros/noble/calamares/modules/displaymanager.yml +9 -0
  10. package/conf/distros/noble/calamares/modules/finished.yml +3 -0
  11. package/conf/distros/noble/calamares/modules/fstab.yml +2 -0
  12. package/conf/distros/noble/calamares/modules/grubcfg.yml +3 -0
  13. package/conf/distros/noble/calamares/modules/locale.yml +8 -0
  14. package/conf/distros/noble/calamares/modules/machineid.yml +8 -0
  15. package/conf/distros/noble/calamares/modules/mount.yml +38 -0
  16. package/conf/distros/noble/calamares/modules/oemid.yml +2 -0
  17. package/conf/distros/noble/calamares/modules/packages.yml +17 -0
  18. package/conf/distros/noble/calamares/modules/partition.yml +21 -0
  19. package/conf/distros/noble/calamares/modules/pkgselect_context.yml +19 -0
  20. package/conf/distros/noble/calamares/modules/pkgselect_snap_context.yml +9 -0
  21. package/conf/distros/noble/calamares/modules/shellprocess_add386arch.yml +5 -0
  22. package/conf/distros/noble/calamares/modules/shellprocess_bug-LP#1829805.yml +5 -0
  23. package/conf/distros/noble/calamares/modules/shellprocess_fixconkeys_part1.yml +5 -0
  24. package/conf/distros/noble/calamares/modules/shellprocess_fixconkeys_part2.yml +5 -0
  25. package/conf/distros/noble/calamares/modules/shellprocess_logs.yml +5 -0
  26. package/conf/distros/noble/calamares/modules/shellprocess_oemprep.yml +5 -0
  27. package/conf/distros/noble/calamares/modules/umount.yml +4 -0
  28. package/conf/distros/noble/calamares/modules/unpackfs.yml +5 -0
  29. package/conf/distros/noble/calamares/modules/users.conf.oem +30 -0
  30. package/conf/distros/noble/calamares/modules/users.yml +23 -0
  31. package/conf/distros/noble/calamares/modules/welcome.yml +28 -0
  32. package/conf/distros/noble/calamares/settings.yml +87 -0
  33. package/dist/classes/distro.js +4 -3
  34. package/dist/classes/incubation/incubator.js +9 -0
  35. package/dist/classes/ovary.js +19 -18
  36. package/dist/classes/pacman.js +11 -9
  37. package/dist/classes/utils.d.ts +1 -0
  38. package/dist/classes/utils.js +44 -7
  39. package/dist/classes/xdg.js +0 -3
  40. package/dist/components/information.js +5 -2
  41. package/dist/krill/modules/machine-id.js +9 -1
  42. package/dist/krill/sequence.js +21 -17
  43. package/manpages/doc/man/eggs.1.gz +0 -0
  44. package/manpages/doc/man/eggs.html +587 -3
  45. package/package.json +7 -7
@@ -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.21</h1>
9
+ <h1>eggs(1) -- the reproductive system of penguins: eggs v10.0.22</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.21-bionic-1_amd64.deb
12
+ <pre><code>$ sudo dpkg -i penguins-eggs_10.0.22-bionic-1_amd64.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.21
33
+ penguins-eggs/10.0.22
34
34
  $ eggs --help [COMMAND]
35
35
 
36
36
  USAGE
@@ -54,10 +54,66 @@ sudo eggs dad -d
54
54
  <p>The scope of this project is to implement the process of remastering your version of Linux, generate it as ISO image to burn on a CD/DVD or copy to a usb key to boot your system. You can easily install your live system with gui installer (calamares) or eggs CLI installer (krill).</p>
55
55
  <h1>COMMANDS</h1>
56
56
  <ul>
57
+ <li><a href="#eggs-adapt"><code>eggs adapt</code></a></li>
58
+ <li><a href="#eggs-analyze"><code>eggs analyze</code></a></li>
57
59
  <li><a href="#eggs-autocomplete-shell"><code>eggs autocomplete [SHELL]</code></a></li>
60
+ <li><a href="#eggs-calamares"><code>eggs calamares</code></a></li>
61
+ <li><a href="#eggs-config"><code>eggs config</code></a></li>
62
+ <li><a href="#eggs-cuckoo"><code>eggs cuckoo</code></a></li>
63
+ <li><a href="#eggs-dad"><code>eggs dad</code></a></li>
64
+ <li><a href="#eggs-export-deb"><code>eggs export deb</code></a></li>
65
+ <li><a href="#eggs-export-iso"><code>eggs export iso</code></a></li>
58
66
  <li><a href="#eggs-help-command"><code>eggs help [COMMAND]</code></a></li>
67
+ <li><a href="#eggs-install"><code>eggs install</code></a></li>
68
+ <li><a href="#eggs-kill"><code>eggs kill</code></a></li>
69
+ <li><a href="#eggs-krill"><code>eggs krill</code></a></li>
70
+ <li><a href="#eggs-mom"><code>eggs mom</code></a></li>
71
+ <li><a href="#eggs-produce"><code>eggs produce</code></a></li>
72
+ <li><a href="#eggs-status"><code>eggs status</code></a></li>
73
+ <li><a href="#eggs-syncfrom"><code>eggs syncfrom</code></a></li>
74
+ <li><a href="#eggs-syncto"><code>eggs syncto</code></a></li>
75
+ <li><a href="#eggs-tools-clean"><code>eggs tools clean</code></a></li>
76
+ <li><a href="#eggs-tools-ppa"><code>eggs tools ppa</code></a></li>
77
+ <li><a href="#eggs-tools-skel"><code>eggs tools skel</code></a></li>
78
+ <li><a href="#eggs-tools-stat"><code>eggs tools stat</code></a></li>
79
+ <li><a href="#eggs-tools-yolk"><code>eggs tools yolk</code></a></li>
80
+ <li><a href="#eggs-update"><code>eggs update</code></a></li>
59
81
  <li><a href="#eggs-version"><code>eggs version</code></a></li>
82
+ <li><a href="#eggs-wardrobe-get-repo"><code>eggs wardrobe get [REPO]</code></a></li>
83
+ <li><a href="#eggs-wardrobe-list-repo"><code>eggs wardrobe list [REPO]</code></a></li>
84
+ <li><a href="#eggs-wardrobe-show-repo"><code>eggs wardrobe show [REPO]</code></a></li>
85
+ <li><a href="#eggs-wardrobe-wear-repo"><code>eggs wardrobe wear [REPO]</code></a></li>
60
86
  </ul>
87
+ <h2><code>eggs adapt</code></h2>
88
+ <p>adapt monitor resolution for VM only</p>
89
+ <pre><code>USAGE
90
+ $ eggs adapt [-h] [-v]
91
+
92
+ FLAGS
93
+ -h, --help Show CLI help.
94
+ -v, --verbose
95
+
96
+ DESCRIPTION
97
+ adapt monitor resolution for VM only
98
+
99
+ EXAMPLES
100
+ $ eggs adapt
101
+ </code></pre>
102
+ <h2><code>eggs analyze</code></h2>
103
+ <p>analyze for syncto</p>
104
+ <pre><code>USAGE
105
+ $ eggs analyze [-h] [-v]
106
+
107
+ FLAGS
108
+ -h, --help Show CLI help.
109
+ -v, --verbose verbose
110
+
111
+ DESCRIPTION
112
+ analyze for syncto
113
+
114
+ EXAMPLES
115
+ sudo eggs analyze
116
+ </code></pre>
61
117
  <h2><code>eggs autocomplete [SHELL]</code></h2>
62
118
  <p>Display autocomplete installation instructions.</p>
63
119
  <pre><code>USAGE
@@ -82,6 +138,130 @@ EXAMPLES
82
138
  $ eggs autocomplete powershell
83
139
 
84
140
  $ eggs autocomplete --refresh-cache
141
+ </code></pre>
142
+ <h2><code>eggs calamares</code></h2>
143
+ <p>configure calamares or install or configure it</p>
144
+ <pre><code>USAGE
145
+ $ eggs calamares [-h] [-i] [-n] [-p] [-r] [--remove] [--theme &#x3C;value>] [-v]
146
+
147
+ FLAGS
148
+ -h, --help Show CLI help.
149
+ -i, --install install calamares and its dependencies
150
+ -n, --nointeractive no user interaction
151
+ -p, --policies configure calamares policies
152
+ -r, --release release: remove calamares and all its dependencies after the installation
153
+ -v, --verbose
154
+ --remove remove calamares and its dependencies
155
+ --theme=&#x3C;value> theme/branding for eggs and calamares
156
+
157
+ DESCRIPTION
158
+ configure calamares or install or configure it
159
+
160
+ EXAMPLES
161
+ sudo eggs calamares
162
+
163
+ sudo eggs calamares --install
164
+
165
+ sudo eggs calamares --install --theme=/path/to/theme
166
+
167
+ sudo eggs calamares --remove
168
+ </code></pre>
169
+ <h2><code>eggs config</code></h2>
170
+ <p>Configure eggs to run it</p>
171
+ <pre><code>USAGE
172
+ $ eggs config [-c] [-h] [-n] [-v]
173
+
174
+ FLAGS
175
+ -c, --clean remove old configuration before to create new one
176
+ -h, --help Show CLI help.
177
+ -n, --nointeractive no user interaction
178
+ -v, --verbose verbose
179
+
180
+ DESCRIPTION
181
+ Configure eggs to run it
182
+
183
+ EXAMPLES
184
+ sudo eggs config
185
+
186
+ sudo eggs config --clean
187
+
188
+ sudo eggs config --clean --nointeractive
189
+ </code></pre>
190
+ <h2><code>eggs cuckoo</code></h2>
191
+ <p>PXE start with proxy-dhcp</p>
192
+ <pre><code>USAGE
193
+ $ eggs cuckoo [-h]
194
+
195
+ FLAGS
196
+ -h, --help Show CLI help.
197
+
198
+ DESCRIPTION
199
+ PXE start with proxy-dhcp
200
+
201
+ EXAMPLES
202
+ sudo eggs cuckoo
203
+ </code></pre>
204
+ <h2><code>eggs dad</code></h2>
205
+ <p>ask help from daddy - TUI configuration helper</p>
206
+ <pre><code>USAGE
207
+ $ eggs dad [-c] [-d] [-h] [-f &#x3C;value>] [-v]
208
+
209
+ FLAGS
210
+ -c, --clean remove old configuration before to create
211
+ -d, --default reset to default values
212
+ -f, --file=&#x3C;value> use a file configuration custom
213
+ -h, --help Show CLI help.
214
+ -v, --verbose
215
+
216
+ DESCRIPTION
217
+ ask help from daddy - TUI configuration helper
218
+
219
+ EXAMPLES
220
+ sudo dad
221
+
222
+ sudo dad --clean
223
+
224
+ sudo dad --default
225
+ </code></pre>
226
+ <h2><code>eggs export deb</code></h2>
227
+ <p>export deb/docs/iso to the destination host</p>
228
+ <pre><code>USAGE
229
+ $ eggs export deb [-a] [-c] [-h] [-v]
230
+
231
+ FLAGS
232
+ -a, --all export all archs
233
+ -c, --clean remove old .deb before to copy
234
+ -h, --help Show CLI help.
235
+ -v, --verbose verbose
236
+
237
+ DESCRIPTION
238
+ export deb/docs/iso to the destination host
239
+
240
+ EXAMPLES
241
+ $ eggs export deb
242
+
243
+ $ eggs export deb --clean
244
+
245
+ $ eggs export deb --all
246
+ </code></pre>
247
+ <h2><code>eggs export iso</code></h2>
248
+ <p>export iso in the destination host</p>
249
+ <pre><code>USAGE
250
+ $ eggs export iso [-C] [-c] [-h] [-v]
251
+
252
+ FLAGS
253
+ -C, --checksum export checksums md5 and sha256
254
+ -c, --clean delete old ISOs before to copy
255
+ -h, --help Show CLI help.
256
+ -v, --verbose verbose
257
+
258
+ DESCRIPTION
259
+ export iso in the destination host
260
+
261
+ EXAMPLES
262
+ $ eggs export iso
263
+
264
+ $ eggs export iso --clean
85
265
  </code></pre>
86
266
  <h2><code>eggs help [COMMAND]</code></h2>
87
267
  <p>Display help for eggs.</p>
@@ -96,6 +276,318 @@ FLAGS
96
276
 
97
277
  DESCRIPTION
98
278
  Display help for eggs.
279
+ </code></pre>
280
+ <h2><code>eggs install</code></h2>
281
+ <p>krill: the CLI system installer - the egg became a penguin!</p>
282
+ <pre><code>USAGE
283
+ $ eggs install [-b] [-c] [-k] [-d &#x3C;value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
284
+
285
+ FLAGS
286
+ -H, --halt Halt the system after installation
287
+ -N, --none Swap none: 256M
288
+ -S, --suspend Swap suspend: RAM x 2
289
+ -b, --btrfs Format btrfs
290
+ -c, --chroot chroot before to end
291
+ -d, --domain=&#x3C;value> Domain name, defult: .local
292
+ -h, --help Show CLI help.
293
+ -i, --ip hostname as ip, eg: ip-192-168-1-33
294
+ -k, --crypted Crypted CLI installation
295
+ -n, --nointeractive no user interaction
296
+ -p, --pve Proxmox VE install
297
+ -r, --random Add random to hostname, eg: colibri-ay412dt
298
+ -s, --small Swap small: RAM
299
+ -u, --unattended Unattended installation
300
+ -v, --verbose Verbose
301
+
302
+ DESCRIPTION
303
+ krill: the CLI system installer - the egg became a penguin!
304
+
305
+ ALIASES
306
+ $ eggs krill
307
+
308
+ EXAMPLES
309
+ sudo eggs install
310
+
311
+ sudo eggs install --unattended --halt
312
+
313
+ sudo eggs install --chroot
314
+ </code></pre>
315
+ <h2><code>eggs kill</code></h2>
316
+ <p>kill the eggs/free the nest</p>
317
+ <pre><code>USAGE
318
+ $ eggs kill [-h] [-i] [-n] [-v]
319
+
320
+ FLAGS
321
+ -h, --help Show CLI help.
322
+ -i, --isos erase all ISOs on remote mount
323
+ -n, --nointeractive no user interaction
324
+ -v, --verbose verbose
325
+
326
+ DESCRIPTION
327
+ kill the eggs/free the nest
328
+
329
+ EXAMPLES
330
+ sudo eggs kill
331
+ </code></pre>
332
+ <h2><code>eggs krill</code></h2>
333
+ <p>krill: the CLI system installer - the egg became a penguin!</p>
334
+ <pre><code>USAGE
335
+ $ eggs krill [-b] [-c] [-k] [-d &#x3C;value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
336
+
337
+ FLAGS
338
+ -H, --halt Halt the system after installation
339
+ -N, --none Swap none: 256M
340
+ -S, --suspend Swap suspend: RAM x 2
341
+ -b, --btrfs Format btrfs
342
+ -c, --chroot chroot before to end
343
+ -d, --domain=&#x3C;value> Domain name, defult: .local
344
+ -h, --help Show CLI help.
345
+ -i, --ip hostname as ip, eg: ip-192-168-1-33
346
+ -k, --crypted Crypted CLI installation
347
+ -n, --nointeractive no user interaction
348
+ -p, --pve Proxmox VE install
349
+ -r, --random Add random to hostname, eg: colibri-ay412dt
350
+ -s, --small Swap small: RAM
351
+ -u, --unattended Unattended installation
352
+ -v, --verbose Verbose
353
+
354
+ DESCRIPTION
355
+ krill: the CLI system installer - the egg became a penguin!
356
+
357
+ ALIASES
358
+ $ eggs krill
359
+
360
+ EXAMPLES
361
+ sudo eggs install
362
+
363
+ sudo eggs install --unattended --halt
364
+
365
+ sudo eggs install --chroot
366
+ </code></pre>
367
+ <h2><code>eggs mom</code></h2>
368
+ <p>ask help from mommy - TUI helper</p>
369
+ <pre><code>USAGE
370
+ $ eggs mom [-h]
371
+
372
+ FLAGS
373
+ -h, --help Show CLI help.
374
+
375
+ DESCRIPTION
376
+ ask help from mommy - TUI helper
377
+
378
+ EXAMPLES
379
+ $ eggs mom
380
+ </code></pre>
381
+ <h2><code>eggs produce</code></h2>
382
+ <p>produce a live image from your system whithout your data</p>
383
+ <pre><code>USAGE
384
+ $ eggs produce [--addons &#x3C;value>...] [--basename &#x3C;value>] [-c] [-C] [--excludes &#x3C;value>...] [-h] [--links
385
+ &#x3C;value>...] [-m] [-N] [-n] [-p] [-P &#x3C;value>] [--release] [-s] [-f] [--theme &#x3C;value>] [-u] [-v] [-y]
386
+
387
+ FLAGS
388
+ -C, --cryptedclone crypted clone
389
+ -N, --noicon no icon eggs on desktop
390
+ -P, --prefix=&#x3C;value> prefix
391
+ -c, --clone clone
392
+ -f, --standard standard compression: xz -b 1M
393
+ -h, --help Show CLI help.
394
+ -m, --max max compression: xz -Xbcj ...
395
+ -n, --nointeractive no user interaction
396
+ -p, --pendrive optimized for pendrive: zstd -b 1M -Xcompression-level 15
397
+ -s, --script script mode. Generate scripts to manage iso build
398
+ -u, --unsecure /root contents are included on live
399
+ -v, --verbose verbose
400
+ -y, --yolk force yolk renew
401
+ --addons=&#x3C;value>... addons to be used: adapt, ichoice, pve, rsupport
402
+ --basename=&#x3C;value> basename
403
+ --excludes=&#x3C;value>... use: static, homes, home
404
+ --links=&#x3C;value>... desktop links
405
+ --release release: remove penguins-eggs, calamares and dependencies after installation
406
+ --theme=&#x3C;value> theme for livecd, calamares branding and partitions
407
+
408
+ DESCRIPTION
409
+ produce a live image from your system whithout your data
410
+
411
+ EXAMPLES
412
+ sudo eggs produce # fast compression
413
+
414
+ sudo eggs produce --max # max compression
415
+
416
+ sudo eggs produce --pendrive # compression optomized pendrive
417
+
418
+ sudo eggs produce --clone # clone
419
+
420
+ sudo eggs produce --cryptedclone # crypted clone
421
+
422
+ sudo eggs produce --basename=colibri
423
+
424
+ sudo eggs produce --theme lastos
425
+
426
+ sudo eggs produce --excludes static # you can customize it
427
+
428
+ sudo eggs produce --excludes homes # exclude /home/*
429
+
430
+ sudo eggs produce --excludes home # exclude ~/*
431
+ </code></pre>
432
+ <h2><code>eggs status</code></h2>
433
+ <p>informations about eggs status</p>
434
+ <pre><code>USAGE
435
+ $ eggs status [-h] [-v]
436
+
437
+ FLAGS
438
+ -h, --help Show CLI help.
439
+ -v, --verbose
440
+
441
+ DESCRIPTION
442
+ informations about eggs status
443
+
444
+ EXAMPLES
445
+ $ eggs status
446
+ </code></pre>
447
+ <h2><code>eggs syncfrom</code></h2>
448
+ <p>restore users and user data from a LUKS volumes</p>
449
+ <pre><code>USAGE
450
+ $ eggs syncfrom [--delete &#x3C;value>] [-f &#x3C;value>] [-h] [-r &#x3C;value>] [-v]
451
+
452
+ FLAGS
453
+ -f, --file=&#x3C;value> file containing luks-volume encrypted
454
+ -h, --help Show CLI help.
455
+ -r, --rootdir=&#x3C;value> rootdir of the installed system, when used from live
456
+ -v, --verbose verbose
457
+ --delete=&#x3C;value> rsync --delete delete extraneous files from dest dirs
458
+
459
+ DESCRIPTION
460
+ restore users and user data from a LUKS volumes
461
+
462
+ EXAMPLES
463
+ sudo eggs syncfrom
464
+
465
+ sudo eggs syncfrom --file /path/to/luks-volume
466
+ </code></pre>
467
+ <h2><code>eggs syncto</code></h2>
468
+ <p>Save users and users' data ENCRYPTED</p>
469
+ <pre><code>USAGE
470
+ $ eggs syncto [-e] [-f &#x3C;value>] [-h] [-v]
471
+
472
+ FLAGS
473
+ -e, --excludes use: exclude.list.d/home.list
474
+ -f, --file=&#x3C;value> file luks-volume encrypted
475
+ -h, --help Show CLI help.
476
+ -v, --verbose verbose
477
+
478
+ DESCRIPTION
479
+ Save users and users' data ENCRYPTED
480
+
481
+ EXAMPLES
482
+ sudo eggs syncto
483
+
484
+ sudo eggs syncto --file /path/to/luks-volume
485
+
486
+ sudo eggs syncto --excludes
487
+ </code></pre>
488
+ <h2><code>eggs tools clean</code></h2>
489
+ <p>clean system log, apt, etc</p>
490
+ <pre><code>USAGE
491
+ $ eggs tools clean [-h] [-n] [-v]
492
+
493
+ FLAGS
494
+ -h, --help Show CLI help.
495
+ -n, --nointeractive no user interaction
496
+ -v, --verbose verbose
497
+
498
+ DESCRIPTION
499
+ clean system log, apt, etc
500
+
501
+ EXAMPLES
502
+ sudo eggs tools clean
503
+ </code></pre>
504
+ <h2><code>eggs tools ppa</code></h2>
505
+ <p>add/remove repo</p>
506
+ <pre><code>USAGE
507
+ $ eggs tools ppa [-a] [-h] [-n] [-r] [-v]
508
+
509
+ FLAGS
510
+ -a, --add add penguins-eggs PPA repository
511
+ -h, --help Show CLI help.
512
+ -n, --nointeractive no user interaction
513
+ -r, --remove remove penguins-eggs PPA repository
514
+ -v, --verbose verbose
515
+
516
+ DESCRIPTION
517
+ add/remove repo
518
+
519
+ EXAMPLES
520
+ sudo eggs tools ppa --add
521
+
522
+ sudo eggs tools ppa --remove
523
+ </code></pre>
524
+ <h2><code>eggs tools skel</code></h2>
525
+ <p>update skel from home configuration</p>
526
+ <pre><code>USAGE
527
+ $ eggs tools skel [-h] [-u &#x3C;value>] [-v]
528
+
529
+ FLAGS
530
+ -h, --help Show CLI help.
531
+ -u, --user=&#x3C;value> user to be used
532
+ -v, --verbose
533
+
534
+ DESCRIPTION
535
+ update skel from home configuration
536
+
537
+ EXAMPLES
538
+ sudo eggs tools skel
539
+
540
+ sudo eggs tools skel --user user-to-be-copied
541
+ </code></pre>
542
+ <h2><code>eggs tools stat</code></h2>
543
+ <p>get statistics from sourceforge</p>
544
+ <pre><code>USAGE
545
+ $ eggs tools stat [-h] [-m] [-y]
546
+
547
+ FLAGS
548
+ -h, --help Show CLI help.
549
+ -m, --month current month
550
+ -y, --year current year
551
+
552
+ DESCRIPTION
553
+ get statistics from sourceforge
554
+
555
+ EXAMPLES
556
+ $ eggs tools stat
557
+
558
+ $ eggs tools stat --month
559
+
560
+ $ eggs tools stat --year
561
+ </code></pre>
562
+ <h2><code>eggs tools yolk</code></h2>
563
+ <p>configure eggs to install without internet</p>
564
+ <pre><code>USAGE
565
+ $ eggs tools yolk [-h] [-v]
566
+
567
+ FLAGS
568
+ -h, --help Show CLI help.
569
+ -v, --verbose
570
+
571
+ DESCRIPTION
572
+ configure eggs to install without internet
573
+
574
+ EXAMPLES
575
+ sudo eggs tools yolk
576
+ </code></pre>
577
+ <h2><code>eggs update</code></h2>
578
+ <p>update the Penguins' eggs tool</p>
579
+ <pre><code>USAGE
580
+ $ eggs update [-h] [-v]
581
+
582
+ FLAGS
583
+ -h, --help Show CLI help.
584
+ -v, --verbose verbose
585
+
586
+ DESCRIPTION
587
+ update the Penguins' eggs tool
588
+
589
+ EXAMPLES
590
+ $ eggs update
99
591
  </code></pre>
100
592
  <h2><code>eggs version</code></h2>
101
593
  <pre><code>USAGE
@@ -111,6 +603,98 @@ FLAG DESCRIPTIONS
111
603
  --verbose Show additional information about the CLI.
112
604
 
113
605
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
606
+ </code></pre>
607
+ <h2><code>eggs wardrobe get [REPO]</code></h2>
608
+ <p>get warorobe</p>
609
+ <pre><code>USAGE
610
+ $ eggs wardrobe get [REPO] [-h] [-v]
611
+
612
+ ARGUMENTS
613
+ REPO repository to get
614
+
615
+ FLAGS
616
+ -h, --help Show CLI help.
617
+ -v, --verbose
618
+
619
+ DESCRIPTION
620
+ get warorobe
621
+
622
+ EXAMPLES
623
+ $ eggs wardrobe get
624
+
625
+ $ eggs wardrobe get your-wardrobe
626
+ </code></pre>
627
+ <h2><code>eggs wardrobe list [REPO]</code></h2>
628
+ <p>list costumes and accessoires in wardrobe</p>
629
+ <pre><code>USAGE
630
+ $ eggs wardrobe list [REPO] [-d &#x3C;value>] [-h] [-v]
631
+
632
+ ARGUMENTS
633
+ REPO wardrobe to get
634
+
635
+ FLAGS
636
+ -d, --distro=&#x3C;value> distro
637
+ -h, --help Show CLI help.
638
+ -v, --verbose
639
+
640
+ DESCRIPTION
641
+ list costumes and accessoires in wardrobe
642
+
643
+ EXAMPLES
644
+ $ eggs wardrobe list
645
+
646
+ $ eggs wardrobe list your-wardrobe
647
+
648
+ $ eggs wardrobe list --distro arch
649
+ </code></pre>
650
+ <h2><code>eggs wardrobe show [REPO]</code></h2>
651
+ <p>show costumes/accessories in wardrobe</p>
652
+ <pre><code>USAGE
653
+ $ eggs wardrobe show [REPO] [-h] [-j] [-v] [-w &#x3C;value>]
654
+
655
+ ARGUMENTS
656
+ REPO costume to show
657
+
658
+ FLAGS
659
+ -h, --help Show CLI help.
660
+ -j, --json output JSON
661
+ -v, --verbose
662
+ -w, --wardrobe=&#x3C;value> wardrobe
663
+
664
+ DESCRIPTION
665
+ show costumes/accessories in wardrobe
666
+
667
+ EXAMPLES
668
+ $ eggs wardrobe show colibri
669
+
670
+ $ eggs wardrobe show accessories/firmwares
671
+
672
+ $ eggs wardrobe show accessories/
673
+ </code></pre>
674
+ <h2><code>eggs wardrobe wear [REPO]</code></h2>
675
+ <p>wear costume/accessories from wardrobe</p>
676
+ <pre><code>USAGE
677
+ $ eggs wardrobe wear [REPO] [-h] [-a] [-f] [-v] [-w &#x3C;value>]
678
+
679
+ ARGUMENTS
680
+ REPO costume to wear
681
+
682
+ FLAGS
683
+ -a, --no_accessories not install accessories
684
+ -f, --no_firmwares not install firmwares
685
+ -h, --help Show CLI help.
686
+ -v, --verbose
687
+ -w, --wardrobe=&#x3C;value> wardrobe
688
+
689
+ DESCRIPTION
690
+ wear costume/accessories from wardrobe
691
+
692
+ EXAMPLES
693
+ sudo eggs wardrobe wear duck
694
+
695
+ sudo eggs wardrobe wear accessories/firmwares
696
+
697
+ sudo eggs wardrobe wear wagtail/waydroid
114
698
  </code></pre>
115
699
  <h1>FILES</h1>
116
700
  <pre><code> /etc/penguins-eggs.d
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "penguins-eggs",
3
3
  "shortName": "eggs",
4
4
  "description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
5
- "version": "10.0.21",
5
+ "version": "10.0.22",
6
6
  "author": "Piero Proietti",
7
7
  "bin": {
8
8
  "eggs": "./bin/run.js"
@@ -12,8 +12,8 @@
12
12
  "@oclif/core": "^4.0.17",
13
13
  "@oclif/plugin-autocomplete": "^3.1.11",
14
14
  "@oclif/plugin-help": "^6.2.7",
15
- "@oclif/plugin-version": "^2.2.9",
16
- "axios": "^1.7.2",
15
+ "@oclif/plugin-version": "^2.2.10",
16
+ "axios": "^1.7.3",
17
17
  "chalk": "^5.3.0",
18
18
  "cli-cursor": "^4.0.0",
19
19
  "ink": "^5.0.1",
@@ -31,7 +31,7 @@
31
31
  "devDependencies": {
32
32
  "@oclif/prettier-config": "^0.2.1",
33
33
  "@oclif/test": "^4.0.7",
34
- "@types/chai": "^4.3.16",
34
+ "@types/chai": "^4.3.17",
35
35
  "@types/inquirer": "^9.0.7",
36
36
  "@types/js-yaml": "^4.0.9",
37
37
  "@types/mocha": "^10.0.6",
@@ -43,11 +43,11 @@
43
43
  "@types/shelljs": "^0.8.15",
44
44
  "chai": "^5.1.1",
45
45
  "eslint": "^8.57.0",
46
- "eslint-config-oclif": "^5.2.0",
47
- "eslint-config-oclif-typescript": "^3.1.8",
46
+ "eslint-config-oclif": "^5.2.1",
47
+ "eslint-config-oclif-typescript": "^3.1.9",
48
48
  "eslint-config-prettier": "^9.1.0",
49
49
  "mocha": "^10.6.0",
50
- "oclif": "^4.14.12",
50
+ "oclif": "^4.14.13",
51
51
  "perrisbrewery": "^10.0.1",
52
52
  "prettier": "^3.3.3",
53
53
  "shx": "^0.3.4",