penguins-eggs 25.10.19 → 25.10.24

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 (53) hide show
  1. package/.oclif.manifest.json +17 -3
  2. package/README.md +769 -2
  3. package/README.pdf +1705 -1747
  4. package/addons/eggs/theme/livecd/{grub.theme.cfg → full.grub.theme.cfg} +1 -1
  5. package/addons/eggs/theme/livecd/{isolinux.theme.cfg → full.isolinux.theme.cfg} +1 -1
  6. package/addons/eggs/theme/livecd/generic-splash.png +0 -0
  7. package/addons/eggs/theme/livecd/generic.grub.main.cfg +29 -0
  8. package/addons/eggs/theme/livecd/generic.grub.theme.cfg +67 -0
  9. package/addons/eggs/theme/livecd/generic.isolinux.main.cfg +34 -0
  10. package/addons/eggs/theme/livecd/generic.isolinux.theme.cfg +34 -0
  11. package/addons/eggs/theme/livecd/simple.grub.main.cfg +29 -0
  12. package/addons/eggs/theme/livecd/simple.grub.theme.cfg +67 -0
  13. package/addons/eggs/theme/livecd/{isolinux.main.simple.cfg → simple.isolinux.main.cfg} +1 -2
  14. package/addons/eggs/theme/livecd/simple.isolinux.theme.cfg +47 -0
  15. package/dist/classes/diversions.d.ts +1 -1
  16. package/dist/classes/diversions.js +4 -25
  17. package/dist/classes/ovary.d/bind-live-fs.js +1 -1
  18. package/dist/classes/ovary.d/initrd.js +3 -2
  19. package/dist/classes/ovary.d/luks-get-password.js +1 -0
  20. package/dist/classes/ovary.d/luks-home.js +41 -29
  21. package/dist/classes/ovary.d/luks-root-initrd.d.ts +17 -0
  22. package/dist/classes/ovary.d/luks-root-initrd.js +213 -0
  23. package/dist/classes/ovary.d/luks-root.js +60 -35
  24. package/dist/classes/ovary.d/make-dot-disk.js +10 -1
  25. package/dist/classes/ovary.d/make-efi.js +59 -43
  26. package/dist/classes/ovary.d/make-squashfs.d.ts +1 -1
  27. package/dist/classes/ovary.d/make-squashfs.js +2 -5
  28. package/dist/classes/ovary.d/merged.js +1 -1
  29. package/dist/classes/ovary.d/produce.d.ts +2 -2
  30. package/dist/classes/ovary.d/produce.js +45 -44
  31. package/dist/classes/ovary.d/syslinux.js +47 -34
  32. package/dist/classes/ovary.d/xorriso-command.js +1 -2
  33. package/dist/classes/ovary.d.ts +3 -4
  34. package/dist/classes/ovary.js +6 -6
  35. package/dist/classes/utils.d.ts +2 -0
  36. package/dist/classes/utils.js +13 -3
  37. package/dist/commands/love.d.ts +1 -0
  38. package/dist/commands/love.js +9 -2
  39. package/dist/commands/produce.d.ts +2 -1
  40. package/dist/commands/produce.js +18 -4
  41. package/dist/krill/classes/sequence.d.ts +1 -1
  42. package/dist/krill/classes/sequence.js +3 -3
  43. package/package.json +4 -4
  44. package/scripts/_eggs +3 -1
  45. package/scripts/boot-encrypted-root.sh +177 -0
  46. package/scripts/eggs.bash +2 -2
  47. package/scripts/mount-encrypted-home.sh +92 -56
  48. package/dist/classes/ovary.d/luks-root-bootstrap-builder.d.ts +0 -11
  49. package/dist/classes/ovary.d/luks-root-bootstrap-builder.js +0 -45
  50. package/scripts/luks-root-bootstrap-create.sh +0 -235
  51. package/scripts/luks-root-unlock.sh +0 -172
  52. /package/addons/eggs/theme/livecd/{grub.main.cfg → full.grub.main.cfg} +0 -0
  53. /package/addons/eggs/theme/livecd/{isolinux.main.full.cfg → full.isolinux.main.cfg} +0 -0
package/README.md CHANGED
@@ -486,9 +486,78 @@ sudo eggs produce --max
486
486
  > This command will apply differents compression to the ISO file, resulting in a smaller file size or in a longer process. Consult [Penguins Eggs' official guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide) for more detailed informations.
487
487
  # Commands
488
488
  <!-- commands -->
489
+ * [`eggs adapt`](#eggs-adapt)
490
+ * [`eggs analyze`](#eggs-analyze)
489
491
  * [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
492
+ * [`eggs calamares`](#eggs-calamares)
493
+ * [`eggs config`](#eggs-config)
494
+ * [`eggs cuckoo`](#eggs-cuckoo)
495
+ * [`eggs dad`](#eggs-dad)
496
+ * [`eggs export iso`](#eggs-export-iso)
497
+ * [`eggs export pkg`](#eggs-export-pkg)
498
+ * [`eggs export tarballs`](#eggs-export-tarballs)
490
499
  * [`eggs help [COMMAND]`](#eggs-help-command)
500
+ * [`eggs install`](#eggs-install)
501
+ * [`eggs kill`](#eggs-kill)
502
+ * [`eggs krill`](#eggs-krill)
503
+ * [`eggs love`](#eggs-love)
504
+ * [`eggs mom`](#eggs-mom)
505
+ * [`eggs pods [DISTRO]`](#eggs-pods-distro)
506
+ * [`eggs produce`](#eggs-produce)
507
+ * [`eggs status`](#eggs-status)
508
+ * [`eggs tools clean`](#eggs-tools-clean)
509
+ * [`eggs tools repo`](#eggs-tools-repo)
510
+ * [`eggs tools skel`](#eggs-tools-skel)
511
+ * [`eggs tools stat`](#eggs-tools-stat)
512
+ * [`eggs tools yolk`](#eggs-tools-yolk)
513
+ * [`eggs update`](#eggs-update)
491
514
  * [`eggs version`](#eggs-version)
515
+ * [`eggs wardrobe get [REPO]`](#eggs-wardrobe-get-repo)
516
+ * [`eggs wardrobe list [REPO]`](#eggs-wardrobe-list-repo)
517
+ * [`eggs wardrobe show [REPO]`](#eggs-wardrobe-show-repo)
518
+ * [`eggs wardrobe wear [REPO]`](#eggs-wardrobe-wear-repo)
519
+
520
+ ## `eggs adapt`
521
+
522
+ adapt monitor resolution for VM only
523
+
524
+ ```
525
+ USAGE
526
+ $ eggs adapt [-h] [-v]
527
+
528
+ FLAGS
529
+ -h, --help Show CLI help.
530
+ -v, --verbose
531
+
532
+ DESCRIPTION
533
+ adapt monitor resolution for VM only
534
+
535
+ EXAMPLES
536
+ $ eggs adapt
537
+ ```
538
+
539
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/adapt.ts)_
540
+
541
+ ## `eggs analyze`
542
+
543
+ analyze for syncto
544
+
545
+ ```
546
+ USAGE
547
+ $ eggs analyze [-h] [-v]
548
+
549
+ FLAGS
550
+ -h, --help Show CLI help.
551
+ -v, --verbose verbose
552
+
553
+ DESCRIPTION
554
+ analyze for syncto
555
+
556
+ EXAMPLES
557
+ sudo eggs analyze
558
+ ```
559
+
560
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/analyze.ts)_
492
561
 
493
562
  ## `eggs autocomplete [SHELL]`
494
563
 
@@ -519,7 +588,193 @@ EXAMPLES
519
588
  $ eggs autocomplete --refresh-cache
520
589
  ```
521
590
 
522
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.36/src/commands/autocomplete/index.ts)_
591
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.37/src/commands/autocomplete/index.ts)_
592
+
593
+ ## `eggs calamares`
594
+
595
+ configure calamares or install or configure it
596
+
597
+ ```
598
+ USAGE
599
+ $ eggs calamares [-h] [-i] [-n] [-p] [-r] [--remove] [--theme <value>] [-v]
600
+
601
+ FLAGS
602
+ -h, --help Show CLI help.
603
+ -i, --install install calamares and its dependencies
604
+ -n, --nointeractive no user interaction
605
+ -p, --policies configure calamares policies
606
+ -r, --release release: remove calamares and all its dependencies after the installation
607
+ -v, --verbose
608
+ --remove remove calamares and its dependencies
609
+ --theme=<value> theme/branding for eggs and calamares
610
+
611
+ DESCRIPTION
612
+ configure calamares or install or configure it
613
+
614
+ EXAMPLES
615
+ sudo eggs calamares
616
+
617
+ sudo eggs calamares --install
618
+
619
+ sudo eggs calamares --install --theme=/path/to/theme
620
+
621
+ sudo eggs calamares --remove
622
+ ```
623
+
624
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/calamares.ts)_
625
+
626
+ ## `eggs config`
627
+
628
+ Configure eggs to run it
629
+
630
+ ```
631
+ USAGE
632
+ $ eggs config [-c] [-h] [-n] [-v]
633
+
634
+ FLAGS
635
+ -c, --clean remove old configuration before to create new one
636
+ -h, --help Show CLI help.
637
+ -n, --nointeractive no user interaction
638
+ -v, --verbose verbose
639
+
640
+ DESCRIPTION
641
+ Configure eggs to run it
642
+
643
+ EXAMPLES
644
+ sudo eggs config
645
+
646
+ sudo eggs config --clean
647
+
648
+ sudo eggs config --clean --nointeractive
649
+ ```
650
+
651
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/config.ts)_
652
+
653
+ ## `eggs cuckoo`
654
+
655
+ PXE start with proxy-dhcp
656
+
657
+ ```
658
+ USAGE
659
+ $ eggs cuckoo [-h] [-v]
660
+
661
+ FLAGS
662
+ -h, --help Show CLI help.
663
+ -v, --verbose verbose
664
+
665
+ DESCRIPTION
666
+ PXE start with proxy-dhcp
667
+
668
+ EXAMPLES
669
+ sudo eggs cuckoo
670
+ ```
671
+
672
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/cuckoo.ts)_
673
+
674
+ ## `eggs dad`
675
+
676
+ ask help from daddy - TUI configuration helper
677
+
678
+ ```
679
+ USAGE
680
+ $ eggs dad [-c] [-d] [-f <value>] [-n] [-h] [-v]
681
+
682
+ FLAGS
683
+ -c, --clean remove old configuration before to create
684
+ -d, --default reset to default values
685
+ -f, --file=<value> use a file configuration custom
686
+ -h, --help Show CLI help.
687
+ -n, --nointeractive no user interaction
688
+ -v, --verbose
689
+
690
+ DESCRIPTION
691
+ ask help from daddy - TUI configuration helper
692
+
693
+ EXAMPLES
694
+ sudo dad
695
+
696
+ sudo dad --clean
697
+
698
+ sudo dad --default
699
+ ```
700
+
701
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/dad.ts)_
702
+
703
+ ## `eggs export iso`
704
+
705
+ export iso in the destination host
706
+
707
+ ```
708
+ USAGE
709
+ $ eggs export iso [-C] [-c] [-h] [-v]
710
+
711
+ FLAGS
712
+ -C, --checksum export checksums md5 and sha256
713
+ -c, --clean delete old ISOs before to copy
714
+ -h, --help Show CLI help.
715
+ -v, --verbose verbose
716
+
717
+ DESCRIPTION
718
+ export iso in the destination host
719
+
720
+ EXAMPLES
721
+ $ eggs export iso
722
+
723
+ $ eggs export iso --clean
724
+ ```
725
+
726
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/export/iso.ts)_
727
+
728
+ ## `eggs export pkg`
729
+
730
+ export pkg/iso to the destination host
731
+
732
+ ```
733
+ USAGE
734
+ $ eggs export pkg [-a] [-c] [-h] [-v]
735
+
736
+ FLAGS
737
+ -a, --all export all archs
738
+ -c, --clean remove old .deb before to copy
739
+ -h, --help Show CLI help.
740
+ -v, --verbose verbose
741
+
742
+ DESCRIPTION
743
+ export pkg/iso to the destination host
744
+
745
+ EXAMPLES
746
+ $ eggs export pkg
747
+
748
+ $ eggs export pkg --clean
749
+
750
+ $ eggs export pkg --all
751
+ ```
752
+
753
+ _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/export/pkg.ts)_
754
+
755
+ ## `eggs export tarballs`
756
+
757
+ export pkg/iso/tarballs to the destination host
758
+
759
+ ```
760
+ USAGE
761
+ $ eggs export tarballs [-c] [-h] [-v]
762
+
763
+ FLAGS
764
+ -c, --clean remove old .deb before to copy
765
+ -h, --help Show CLI help.
766
+ -v, --verbose verbose
767
+
768
+ DESCRIPTION
769
+ export pkg/iso/tarballs to the destination host
770
+
771
+ EXAMPLES
772
+ $ eggs export tarballs
773
+
774
+ $ eggs export tarballs --clean
775
+ ```
776
+
777
+ _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/export/tarballs.ts)_
523
778
 
524
779
  ## `eggs help [COMMAND]`
525
780
 
@@ -541,6 +796,402 @@ DESCRIPTION
541
796
 
542
797
  _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.33/src/commands/help.ts)_
543
798
 
799
+ ## `eggs install`
800
+
801
+ krill: the CLI system installer - the egg became a penguin!
802
+
803
+ ```
804
+ USAGE
805
+ $ eggs install [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-R <value>] [-s] [-S] [-t]
806
+ [-u] [-v]
807
+
808
+ FLAGS
809
+ -H, --halt Halt the system after installation
810
+ -N, --none Swap none: 256M
811
+ -R, --replace=<value> Replace partition. eg: --replace /dev/sda3
812
+ -S, --suspend Swap suspend: RAM x 2
813
+ -b, --btrfs Format btrfs
814
+ -c, --chroot chroot before to end
815
+ -d, --domain=<value> Domain name, defult: .local
816
+ -h, --help Show CLI help.
817
+ -i, --ip hostname as ip, eg: ip-192-168-1-33
818
+ -k, --crypted Crypted CLI installation
819
+ -n, --nointeractive no user interaction
820
+ -p, --pve Proxmox VE install
821
+ -r, --random Add random to hostname, eg: colibri-ay412dt
822
+ -s, --small Swap small: RAM
823
+ -t, --testing Just testing krill
824
+ -u, --unattended Unattended installation
825
+ -v, --verbose Verbose
826
+
827
+ DESCRIPTION
828
+ krill: the CLI system installer - the egg became a penguin!
829
+
830
+ ALIASES
831
+ $ eggs krill
832
+
833
+ EXAMPLES
834
+ sudo eggs install
835
+
836
+ sudo eggs install --unattended --halt
837
+
838
+ sudo eggs install --chroot
839
+ ```
840
+
841
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/install.ts)_
842
+
843
+ ## `eggs kill`
844
+
845
+ kill the eggs/free the nest
846
+
847
+ ```
848
+ USAGE
849
+ $ eggs kill [-h] [-i] [-n] [-v]
850
+
851
+ FLAGS
852
+ -h, --help Show CLI help.
853
+ -i, --isos erase all ISOs on remote mount
854
+ -n, --nointeractive no user interaction
855
+ -v, --verbose verbose
856
+
857
+ DESCRIPTION
858
+ kill the eggs/free the nest
859
+
860
+ EXAMPLES
861
+ sudo eggs kill
862
+ ```
863
+
864
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/kill.ts)_
865
+
866
+ ## `eggs krill`
867
+
868
+ krill: the CLI system installer - the egg became a penguin!
869
+
870
+ ```
871
+ USAGE
872
+ $ eggs krill [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-R <value>] [-s] [-S] [-t]
873
+ [-u] [-v]
874
+
875
+ FLAGS
876
+ -H, --halt Halt the system after installation
877
+ -N, --none Swap none: 256M
878
+ -R, --replace=<value> Replace partition. eg: --replace /dev/sda3
879
+ -S, --suspend Swap suspend: RAM x 2
880
+ -b, --btrfs Format btrfs
881
+ -c, --chroot chroot before to end
882
+ -d, --domain=<value> Domain name, defult: .local
883
+ -h, --help Show CLI help.
884
+ -i, --ip hostname as ip, eg: ip-192-168-1-33
885
+ -k, --crypted Crypted CLI installation
886
+ -n, --nointeractive no user interaction
887
+ -p, --pve Proxmox VE install
888
+ -r, --random Add random to hostname, eg: colibri-ay412dt
889
+ -s, --small Swap small: RAM
890
+ -t, --testing Just testing krill
891
+ -u, --unattended Unattended installation
892
+ -v, --verbose Verbose
893
+
894
+ DESCRIPTION
895
+ krill: the CLI system installer - the egg became a penguin!
896
+
897
+ ALIASES
898
+ $ eggs krill
899
+
900
+ EXAMPLES
901
+ sudo eggs install
902
+
903
+ sudo eggs install --unattended --halt
904
+
905
+ sudo eggs install --chroot
906
+ ```
907
+
908
+ ## `eggs love`
909
+
910
+ the simplest way to get an egg!
911
+
912
+ ```
913
+ USAGE
914
+ $ eggs love [-h] [-v] [-H] [-n] [-c] [-k] [-f]
915
+
916
+ FLAGS
917
+ -H, --hidden stealth mode
918
+ -c, --clone clone (uncrypted)
919
+ -f, --fullcrypt clone crypted full
920
+ -h, --help Show CLI help.
921
+ -k, --homecrypt clone crypted home
922
+ -n, --nointeractive no user interaction
923
+ -v, --verbose
924
+
925
+ DESCRIPTION
926
+ the simplest way to get an egg!
927
+
928
+ EXAMPLES
929
+ $ eggs auto
930
+ ```
931
+
932
+ _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/love.ts)_
933
+
934
+ ## `eggs mom`
935
+
936
+ ask help from mommy - TUI helper
937
+
938
+ ```
939
+ USAGE
940
+ $ eggs mom [-h]
941
+
942
+ FLAGS
943
+ -h, --help Show CLI help.
944
+
945
+ DESCRIPTION
946
+ ask help from mommy - TUI helper
947
+
948
+ EXAMPLES
949
+ $ eggs mom
950
+ ```
951
+
952
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/mom.ts)_
953
+
954
+ ## `eggs pods [DISTRO]`
955
+
956
+ eggs pods: build ISOs from containers
957
+
958
+ ```
959
+ USAGE
960
+ $ eggs pods [DISTRO] [-h]
961
+
962
+ ARGUMENTS
963
+ [DISTRO] distro to build
964
+
965
+ FLAGS
966
+ -h, --help Show CLI help.
967
+
968
+ DESCRIPTION
969
+ eggs pods: build ISOs from containers
970
+
971
+ EXAMPLES
972
+ $ eggs pods archlinux
973
+
974
+ $ eggs pods debian
975
+
976
+ $ eggs pods ubuntu
977
+ ```
978
+
979
+ _See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/pods.ts)_
980
+
981
+ ## `eggs produce`
982
+
983
+ produce a live image from your system whithout your data
984
+
985
+ ```
986
+ USAGE
987
+ $ eggs produce [--addons <value>...] [--basename <value>] [-c] [-k] [-f] [--excludes <value>...] [-h] [-H]
988
+ [-K <value>] [--links <value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [-S] [--theme <value>] [-i] [-v]
989
+ [-y]
990
+
991
+ FLAGS
992
+ -H, --hidden stealth mode
993
+ -K, --kernel=<value> kernel version
994
+ -N, --noicon no icon eggs on desktop
995
+ -P, --prefix=<value> prefix
996
+ -S, --standard standard compression: xz -b 1M
997
+ -c, --clone clone (uncrypted)
998
+ -f, --fullcrypt clone crypted full
999
+ -h, --help Show CLI help.
1000
+ -i, --includeRootHome folder /root is included on live
1001
+ -k, --homecrypt clone crypted home
1002
+ -m, --max max compression: xz -Xbcj ...
1003
+ -n, --nointeractive no user interaction
1004
+ -p, --pendrive optimized for pendrive: zstd -b 1M -Xcompression-level 15
1005
+ -s, --script script mode. Generate scripts to manage iso build
1006
+ -v, --verbose verbose
1007
+ -y, --yolk force yolk renew
1008
+ --addons=<value>... addons to be used: adapt, pve, rsupport
1009
+ --basename=<value> basename
1010
+ --excludes=<value>... use: static, homes, home
1011
+ --links=<value>... desktop links
1012
+ --release release: remove penguins-eggs, calamares and dependencies after installation
1013
+ --theme=<value> theme for livecd, calamares branding and partitions
1014
+
1015
+ DESCRIPTION
1016
+ produce a live image from your system whithout your data
1017
+
1018
+ EXAMPLES
1019
+ sudo eggs produce # zstd fast compression
1020
+
1021
+ sudo eggs produce --pendrive # zstd compression optimized pendrive
1022
+
1023
+ sudo eggs produce --clone # clear clone (unencrypted)
1024
+
1025
+ sudo eggs produce --homecrypt # clone crypted home (all inside /home is cypted)
1026
+
1027
+ sudo eggs produce --fullcrypt # clone crypted full (entire system is crypted)
1028
+
1029
+ sudo eggs produce --basename=colibri
1030
+ ```
1031
+
1032
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/produce.ts)_
1033
+
1034
+ ## `eggs status`
1035
+
1036
+ informations about eggs status
1037
+
1038
+ ```
1039
+ USAGE
1040
+ $ eggs status [-h] [-v]
1041
+
1042
+ FLAGS
1043
+ -h, --help Show CLI help.
1044
+ -v, --verbose
1045
+
1046
+ DESCRIPTION
1047
+ informations about eggs status
1048
+
1049
+ EXAMPLES
1050
+ $ eggs status
1051
+ ```
1052
+
1053
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/status.ts)_
1054
+
1055
+ ## `eggs tools clean`
1056
+
1057
+ clean system log, apt, etc
1058
+
1059
+ ```
1060
+ USAGE
1061
+ $ eggs tools clean [-h] [-n] [-v]
1062
+
1063
+ FLAGS
1064
+ -h, --help Show CLI help.
1065
+ -n, --nointeractive no user interaction
1066
+ -v, --verbose verbose
1067
+
1068
+ DESCRIPTION
1069
+ clean system log, apt, etc
1070
+
1071
+ EXAMPLES
1072
+ sudo eggs tools clean
1073
+ ```
1074
+
1075
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/tools/clean.ts)_
1076
+
1077
+ ## `eggs tools repo`
1078
+
1079
+ add/remove penguins-eggs-repo
1080
+
1081
+ ```
1082
+ USAGE
1083
+ $ eggs tools repo [-a] [-h] [-n] [-r] [-v]
1084
+
1085
+ FLAGS
1086
+ -a, --add add penguins-eggs-repo
1087
+ -h, --help Show CLI help.
1088
+ -n, --nointeractive no user interaction
1089
+ -r, --remove remove penguins-eggs-repo
1090
+ -v, --verbose verbose
1091
+
1092
+ DESCRIPTION
1093
+ add/remove penguins-eggs-repo
1094
+
1095
+ EXAMPLES
1096
+ sudo eggs tools repo --add
1097
+
1098
+ sudo eggs tools repo --remove
1099
+ ```
1100
+
1101
+ _See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/tools/repo.ts)_
1102
+
1103
+ ## `eggs tools skel`
1104
+
1105
+ update skel from home configuration
1106
+
1107
+ ```
1108
+ USAGE
1109
+ $ eggs tools skel [-h] [-u <value>] [-v]
1110
+
1111
+ FLAGS
1112
+ -h, --help Show CLI help.
1113
+ -u, --user=<value> user to be used
1114
+ -v, --verbose
1115
+
1116
+ DESCRIPTION
1117
+ update skel from home configuration
1118
+
1119
+ EXAMPLES
1120
+ sudo eggs tools skel
1121
+
1122
+ sudo eggs tools skel --user user-to-be-copied
1123
+ ```
1124
+
1125
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/tools/skel.ts)_
1126
+
1127
+ ## `eggs tools stat`
1128
+
1129
+ get statistics from sourceforge
1130
+
1131
+ ```
1132
+ USAGE
1133
+ $ eggs tools stat [-h] [-m] [-y]
1134
+
1135
+ FLAGS
1136
+ -h, --help Show CLI help.
1137
+ -m, --month current month
1138
+ -y, --year current year
1139
+
1140
+ DESCRIPTION
1141
+ get statistics from sourceforge
1142
+
1143
+ EXAMPLES
1144
+ $ eggs tools stat
1145
+
1146
+ $ eggs tools stat --month
1147
+
1148
+ $ eggs tools stat --year
1149
+ ```
1150
+
1151
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/tools/stat.ts)_
1152
+
1153
+ ## `eggs tools yolk`
1154
+
1155
+ configure eggs to install without internet
1156
+
1157
+ ```
1158
+ USAGE
1159
+ $ eggs tools yolk [-h] [-v]
1160
+
1161
+ FLAGS
1162
+ -h, --help Show CLI help.
1163
+ -v, --verbose
1164
+
1165
+ DESCRIPTION
1166
+ configure eggs to install without internet
1167
+
1168
+ EXAMPLES
1169
+ sudo eggs tools yolk
1170
+ ```
1171
+
1172
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/tools/yolk.ts)_
1173
+
1174
+ ## `eggs update`
1175
+
1176
+ update the Penguins' eggs tool
1177
+
1178
+ ```
1179
+ USAGE
1180
+ $ eggs update [-h] [-v]
1181
+
1182
+ FLAGS
1183
+ -h, --help Show CLI help.
1184
+ -v, --verbose verbose
1185
+
1186
+ DESCRIPTION
1187
+ update the Penguins' eggs tool
1188
+
1189
+ EXAMPLES
1190
+ $ eggs update
1191
+ ```
1192
+
1193
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/update.ts)_
1194
+
544
1195
  ## `eggs version`
545
1196
 
546
1197
  ```
@@ -559,7 +1210,123 @@ FLAG DESCRIPTIONS
559
1210
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
560
1211
  ```
561
1212
 
562
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.33/src/commands/version.ts)_
1213
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.34/src/commands/version.ts)_
1214
+
1215
+ ## `eggs wardrobe get [REPO]`
1216
+
1217
+ get warorobe
1218
+
1219
+ ```
1220
+ USAGE
1221
+ $ eggs wardrobe get [REPO] [-h] [-v]
1222
+
1223
+ ARGUMENTS
1224
+ [REPO] repository to get
1225
+
1226
+ FLAGS
1227
+ -h, --help Show CLI help.
1228
+ -v, --verbose
1229
+
1230
+ DESCRIPTION
1231
+ get warorobe
1232
+
1233
+ EXAMPLES
1234
+ $ eggs wardrobe get
1235
+
1236
+ $ eggs wardrobe get your-wardrobe
1237
+ ```
1238
+
1239
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/wardrobe/get.ts)_
1240
+
1241
+ ## `eggs wardrobe list [REPO]`
1242
+
1243
+ list costumes and accessoires in wardrobe
1244
+
1245
+ ```
1246
+ USAGE
1247
+ $ eggs wardrobe list [REPO] [-d <value>] [-h] [-v]
1248
+
1249
+ ARGUMENTS
1250
+ [REPO] wardrobe to get
1251
+
1252
+ FLAGS
1253
+ -d, --distro=<value> distro
1254
+ -h, --help Show CLI help.
1255
+ -v, --verbose
1256
+
1257
+ DESCRIPTION
1258
+ list costumes and accessoires in wardrobe
1259
+
1260
+ EXAMPLES
1261
+ $ eggs wardrobe list
1262
+
1263
+ $ eggs wardrobe list your-wardrobe
1264
+
1265
+ $ eggs wardrobe list --distro arch
1266
+ ```
1267
+
1268
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/wardrobe/list.ts)_
1269
+
1270
+ ## `eggs wardrobe show [REPO]`
1271
+
1272
+ show costumes/accessories in wardrobe
1273
+
1274
+ ```
1275
+ USAGE
1276
+ $ eggs wardrobe show [REPO] [-h] [-j] [-v] [-w <value>]
1277
+
1278
+ ARGUMENTS
1279
+ [REPO] costume to show
1280
+
1281
+ FLAGS
1282
+ -h, --help Show CLI help.
1283
+ -j, --json output JSON
1284
+ -v, --verbose
1285
+ -w, --wardrobe=<value> wardrobe
1286
+
1287
+ DESCRIPTION
1288
+ show costumes/accessories in wardrobe
1289
+
1290
+ EXAMPLES
1291
+ $ eggs wardrobe show colibri
1292
+
1293
+ $ eggs wardrobe show accessories/firmwares
1294
+
1295
+ $ eggs wardrobe show accessories/
1296
+ ```
1297
+
1298
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/wardrobe/show.ts)_
1299
+
1300
+ ## `eggs wardrobe wear [REPO]`
1301
+
1302
+ wear costume/accessories from wardrobe
1303
+
1304
+ ```
1305
+ USAGE
1306
+ $ eggs wardrobe wear [REPO] [-h] [-a] [-f] [-v] [-w <value>]
1307
+
1308
+ ARGUMENTS
1309
+ [REPO] costume to wear
1310
+
1311
+ FLAGS
1312
+ -a, --no_accessories not install accessories
1313
+ -f, --no_firmwares not install firmwares
1314
+ -h, --help Show CLI help.
1315
+ -v, --verbose
1316
+ -w, --wardrobe=<value> wardrobe
1317
+
1318
+ DESCRIPTION
1319
+ wear costume/accessories from wardrobe
1320
+
1321
+ EXAMPLES
1322
+ sudo eggs wardrobe wear duck
1323
+
1324
+ sudo eggs wardrobe wear accessories/firmwares
1325
+
1326
+ sudo eggs wardrobe wear wagtail/waydroid
1327
+ ```
1328
+
1329
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.10.24/src/commands/wardrobe/wear.ts)_
563
1330
  <!-- commandsstop -->
564
1331
 
565
1332
  # GUI