penguins-eggs 9.3.20 → 9.3.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.
- package/.oclif.manifest.json +1 -1
- package/README.md +30 -30
- package/conf/derivatives.yaml +32 -31
- package/dist/classes/distro.js +10 -3
- package/dist/classes/pacman.js +3 -3
- package/dist/commands/adapt.js +2 -2
- package/dist/commands/calamares.js +2 -2
- package/dist/commands/config.js +1 -1
- package/dist/commands/dad.js +1 -1
- package/dist/commands/export/deb.js +1 -1
- package/dist/commands/export/iso.js +1 -1
- package/dist/commands/install.js +8 -14
- package/dist/commands/produce.js +8 -9
- package/dist/commands/status.js +2 -2
- package/dist/commands/syncfrom.js +1 -3
- package/dist/commands/tools/ppa.js +1 -1
- package/dist/commands/wardrobe/get.js +2 -2
- package/dist/commands/wardrobe/list.js +2 -2
- package/dist/commands/wardrobe/show.js +2 -2
- package/dist/commands/wardrobe/wear.js +2 -2
- package/package.json +1 -1
package/.oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.3.20","commands":{"adapt":{"id":"adapt","description":"adapt monitor resolution for VM only","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"analyze":{"id":"analyze","description":"analyze for syncto","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs analyze"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"calamares":{"id":"calamares","description":"calamares or install or configure it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["~$ sudo eggs calamares \ncreate/renew calamares configuration's files\n","~$ sudo eggs calamares -i \ninstall calamares and create it's configuration's files\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"install":{"name":"install","type":"boolean","char":"i","description":"install calamares and it's dependencies","allowNo":false},"release":{"name":"release","type":"boolean","char":"r","description":"release: remove calamares and all it's dependencies after the installation","allowNo":false},"remove":{"name":"remove","type":"boolean","description":"remove calamares and it's dependencies","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme/branding for eggs and calamares","multiple":false}},"args":[]},"config":{"id":"config","description":"Configure and install prerequisites deb packages to run it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["~$ sudo eggs config\nConfigure and install prerequisites deb packages to run it"],"flags":{"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"assume yes","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create new one","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"cuckoo":{"id":"cuckoo","description":"PXE start with proxy-dhcp","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs cuckoo\nstart a PXE server with dhcp-proxy (can coexists with a real dhcp server)\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"dad":{"id":"dad","description":"ask help from daddy - configuration helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create","allowNo":false},"default":{"name":"default","type":"boolean","char":"d","description":"remove old configuration and force default","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"install":{"id":"install","description":"command-line system installer - the egg became a penguin!","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs install\nInstall the system using krill installer\n"],"flags":{"unattended":{"name":"unattended","type":"boolean","char":"u","description":"Unattended installation","allowNo":false},"custom":{"name":"custom","type":"option","char":"c","description":"custom unattended configuration","multiple":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"assume yes","allowNo":false},"ip":{"name":"ip","type":"boolean","char":"i","description":"hostname as ip, eg: ip-192-168-1-33","allowNo":false},"random":{"name":"random","type":"boolean","char":"r","description":"Add random to hostname, eg: colibri-ay412dt","allowNo":false},"domain":{"name":"domain","type":"option","char":"d","description":"Domain name, defult: .local","multiple":false},"suspend":{"name":"suspend","type":"boolean","char":"S","description":"Swap suspend: RAM x 2","allowNo":false},"small":{"name":"small","type":"boolean","char":"s","description":"Swap small: RAM","allowNo":false},"none":{"name":"none","type":"boolean","char":"N","description":"Swap none: 256M","allowNo":false},"crypted":{"name":"crypted","type":"boolean","char":"k","description":"Crypted CLI installation","allowNo":false},"pve":{"name":"pve","type":"boolean","char":"p","description":"Proxmox VE install","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"kill":{"id":"kill","description":"kill the eggs/free the nest","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs kill\nkill the eggs/free the nest"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"mom":{"id":"mom","description":"ask for mommy - gui helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"produce":{"id":"produce","description":"produce a live image from your system whithout your data","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs produce \nproduce an ISO called [hostname]-[arch]-YYYY-MM-DD_HHMM.iso, compressed xz (standard compression).\nIf hostname=ugo and arch=i386 ugo-x86-2020-08-25_1215.iso\n","$ sudo eggs produce -v\nsame as previuos, but with --verbose output\n","$ sudo eggs produce -vf\nsame as previuos, compression zstd, lz4 or gzip (depend from system capability)\n","$ sudo eggs produce -vm\nsame as previuos, compression xz -Xbcj x86 (max compression, about 10%\nmore compressed)\n","$ sudo eggs produce -vf --basename leo --theme debian --addons adapt \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression fast,\nusing Debian theme and link to adapt\n","$ sudo eggs produce -v --basename leo --theme debian --addons rsupport \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression xz,\nusing Debian theme and link to dwagent\n","$ sudo eggs produce -v --basename leo --rsupport \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression xz, using eggs\ntheme and link to dwagent\n","$ sudo eggs produce -vs --basename leo --rsupport \nproduce scripts to build an ISO as the previus example. Scripts can be found\nin /home/eggs/ovarium and you can customize all you need\n"],"flags":{"prefix":{"name":"prefix","type":"option","char":"p","description":"prefix","multiple":false},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"backup":{"name":"backup","type":"boolean","char":"b","description":"backup mode (CRYPTED)","allowNo":false},"clone":{"name":"clone","type":"boolean","char":"c","description":"clone mode","allowNo":false},"fast":{"name":"fast","type":"boolean","char":"f","description":"fast compression","allowNo":false},"max":{"name":"max","type":"boolean","char":"m","description":"max compression","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false},"yolk":{"name":"yolk","type":"boolean","char":"y","description":"-y force yolk renew","allowNo":false},"script":{"name":"script","type":"boolean","char":"s","description":"script mode. Generate scripts to manage iso build","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme for livecd, calamares branding and partitions","multiple":false},"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"release":{"name":"release","type":"boolean","description":"release: max compression, remove penguins-eggs and calamares after installation","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"don't ask for user interctions","allowNo":false}},"args":[]},"status":{"id":"status","description":"informations about eggs status","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"syncfrom":{"id":"syncfrom","description":"restore users and user data from a LUKS volumes","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs restore"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"rootdir of the installed system, when used from live","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"syncto":{"id":"syncto","description":"saves users and user data in a LUKS volume inside the iso","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs syncto"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"update":{"id":"update","description":"update the penguin's eggs tool","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs update\nupdate/upgrade the penguin's eggs tool"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:deb":{"id":"export:deb","description":"export deb/docs/iso to the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"all":{"name":"all","type":"boolean","char":"a","description":"export all archs","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old .deb before to copy","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:iso":{"id":"export:iso","description":"export iso in the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"backup":{"name":"backup","type":"boolean","char":"b","description":"export backup ISOs","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"delete old ISOs before to copy","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:clean":{"id":"tools:clean","description":"clean system log, apt, etc","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:ppa":{"id":"tools:ppa","description":"add/remove PPA repositories (Debian family)","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"add":{"name":"add","type":"boolean","char":"a","description":"add penguins-eggs PPA repository","allowNo":false},"remove":{"name":"remove","type":"boolean","char":"r","description":"remove penguins-eggs PPA repository","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:skel":{"id":"tools:skel","description":"update skel from home configuration","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs skel --user mauro\ndesktop configuration of user mauro will get used as default"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"user":{"name":"user","type":"option","char":"u","description":"user to be used","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"tools:stat":{"id":"tools:stat","description":"get statistics from sourceforge","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"month":{"name":"month","type":"boolean","char":"m","description":"current month","allowNo":false},"year":{"name":"year","type":"boolean","char":"y","description":"current year","allowNo":false}},"args":[]},"tools:yolk":{"id":"tools:yolk","description":"configure eggs to install without internet","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs yolk -v"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"dir":"/var/local/yolk"},"wardrobe:get":{"id":"wardrobe:get","description":"get warorobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"repo","description":"repository to get","required":false}]},"wardrobe:list":{"id":"wardrobe:list","description":"list costumes and accessoires in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"wardrobe","description":"wardrobe","required":false}]},"wardrobe:show":{"id":"wardrobe:show","description":"show costumes/accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false},"json":{"name":"json","type":"boolean","char":"j","description":"output JSON","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","required":false}]},"wardrobe:wear":{"id":"wardrobe:wear","description":"wear costume/accessories from wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false},"no_accessories":{"name":"no_accessories","type":"boolean","char":"a","description":"not install accessories","allowNo":false},"no_firmwares":{"name":"no_firmwares","type":"boolean","char":"f","description":"not install firmwares","allowNo":false},"silent":{"name":"silent","type":"boolean","char":"s","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","required":false}]}}}
|
|
1
|
+
{"version":"9.3.22","commands":{"adapt":{"id":"adapt","description":"adapt monitor resolution for VM only","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"analyze":{"id":"analyze","description":"analyze for syncto","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs analyze"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"calamares":{"id":"calamares","description":"calamares or install or configure it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["~$ sudo eggs calamares \ncreate/renew calamares configuration's files\n","~$ sudo eggs calamares -i \ninstall calamares and create it's configuration's files\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"install":{"name":"install","type":"boolean","char":"i","description":"install calamares and it's dependencies","allowNo":false},"release":{"name":"release","type":"boolean","char":"r","description":"release: remove calamares and all it's dependencies after the installation","allowNo":false},"remove":{"name":"remove","type":"boolean","description":"remove calamares and it's dependencies","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme/branding for eggs and calamares","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"config":{"id":"config","description":"Configure and install prerequisites deb packages to run it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["~$ sudo eggs config\nConfigure and install prerequisites deb packages to run it"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create new one","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"assume yes","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"cuckoo":{"id":"cuckoo","description":"PXE start with proxy-dhcp","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs cuckoo\nstart a PXE server with dhcp-proxy (can coexists with a real dhcp server)\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"dad":{"id":"dad","description":"ask help from daddy - configuration helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create","allowNo":false},"default":{"name":"default","type":"boolean","char":"d","description":"remove old configuration and force default","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"install":{"id":"install","description":"command-line system installer - the egg became a penguin!","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs install\nInstall the system using krill installer\n"],"flags":{"crypted":{"name":"crypted","type":"boolean","char":"k","description":"Crypted CLI installation","allowNo":false},"custom":{"name":"custom","type":"option","char":"c","description":"custom unattended configuration","multiple":false},"domain":{"name":"domain","type":"option","char":"d","description":"Domain name, defult: .local","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"ip":{"name":"ip","type":"boolean","char":"i","description":"hostname as ip, eg: ip-192-168-1-33","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"assume yes","allowNo":false},"none":{"name":"none","type":"boolean","char":"N","description":"Swap none: 256M","allowNo":false},"pve":{"name":"pve","type":"boolean","char":"p","description":"Proxmox VE install","allowNo":false},"random":{"name":"random","type":"boolean","char":"r","description":"Add random to hostname, eg: colibri-ay412dt","allowNo":false},"small":{"name":"small","type":"boolean","char":"s","description":"Swap small: RAM","allowNo":false},"suspend":{"name":"suspend","type":"boolean","char":"S","description":"Swap suspend: RAM x 2","allowNo":false},"unattended":{"name":"unattended","type":"boolean","char":"u","description":"Unattended installation","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"kill":{"id":"kill","description":"kill the eggs/free the nest","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs kill\nkill the eggs/free the nest"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"mom":{"id":"mom","description":"ask for mommy - gui helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"produce":{"id":"produce","description":"produce a live image from your system whithout your data","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs produce \nproduce an ISO called [hostname]-[arch]-YYYY-MM-DD_HHMM.iso, compressed xz (standard compression).\nIf hostname=ugo and arch=i386 ugo-x86-2020-08-25_1215.iso\n","$ sudo eggs produce -v\nsame as previuos, but with --verbose output\n","$ sudo eggs produce -vf\nsame as previuos, compression zstd, lz4 or gzip (depend from system capability)\n","$ sudo eggs produce -vm\nsame as previuos, compression xz -Xbcj x86 (max compression, about 10%\nmore compressed)\n","$ sudo eggs produce -vf --basename leo --theme debian --addons adapt \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression fast,\nusing Debian theme and link to adapt\n","$ sudo eggs produce -v --basename leo --theme debian --addons rsupport \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression xz,\nusing Debian theme and link to dwagent\n","$ sudo eggs produce -v --basename leo --rsupport \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression xz, using eggs\ntheme and link to dwagent\n","$ sudo eggs produce -vs --basename leo --rsupport \nproduce scripts to build an ISO as the previus example. Scripts can be found\nin /home/eggs/ovarium and you can customize all you need\n"],"flags":{"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"backup":{"name":"backup","type":"boolean","char":"b","description":"backup mode (CRYPTED)","allowNo":false},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"clone":{"name":"clone","type":"boolean","char":"c","description":"clone mode","allowNo":false},"fast":{"name":"fast","type":"boolean","char":"f","description":"fast compression","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"max":{"name":"max","type":"boolean","char":"m","description":"max compression","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"don't ask for user interctions","allowNo":false},"prefix":{"name":"prefix","type":"option","char":"p","description":"prefix","multiple":false},"release":{"name":"release","type":"boolean","description":"release: max compression, remove penguins-eggs and calamares after installation","allowNo":false},"script":{"name":"script","type":"boolean","char":"s","description":"script mode. Generate scripts to manage iso build","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme for livecd, calamares branding and partitions","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false},"yolk":{"name":"yolk","type":"boolean","char":"y","description":"-y force yolk renew","allowNo":false}},"args":[]},"status":{"id":"status","description":"informations about eggs status","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"syncfrom":{"id":"syncfrom","description":"restore users and user data from a LUKS volumes","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs restore"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"rootdir of the installed system, when used from live","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"syncto":{"id":"syncto","description":"saves users and user data in a LUKS volume inside the iso","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs syncto"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"update":{"id":"update","description":"update the penguin's eggs tool","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs update\nupdate/upgrade the penguin's eggs tool"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:deb":{"id":"export:deb","description":"export deb/docs/iso to the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","char":"a","description":"export all archs","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old .deb before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:iso":{"id":"export:iso","description":"export iso in the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"backup":{"name":"backup","type":"boolean","char":"b","description":"export backup ISOs","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"delete old ISOs before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:clean":{"id":"tools:clean","description":"clean system log, apt, etc","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:ppa":{"id":"tools:ppa","description":"add/remove PPA repositories (Debian family)","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"add":{"name":"add","type":"boolean","char":"a","description":"add penguins-eggs PPA repository","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"remove":{"name":"remove","type":"boolean","char":"r","description":"remove penguins-eggs PPA repository","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:skel":{"id":"tools:skel","description":"update skel from home configuration","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs skel --user mauro\ndesktop configuration of user mauro will get used as default"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"user":{"name":"user","type":"option","char":"u","description":"user to be used","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"tools:stat":{"id":"tools:stat","description":"get statistics from sourceforge","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"month":{"name":"month","type":"boolean","char":"m","description":"current month","allowNo":false},"year":{"name":"year","type":"boolean","char":"y","description":"current year","allowNo":false}},"args":[]},"tools:yolk":{"id":"tools:yolk","description":"configure eggs to install without internet","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs yolk -v"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"dir":"/var/local/yolk"},"wardrobe:get":{"id":"wardrobe:get","description":"get warorobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"repo","description":"repository to get","required":false}]},"wardrobe:list":{"id":"wardrobe:list","description":"list costumes and accessoires in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"wardrobe","description":"wardrobe","required":false}]},"wardrobe:show":{"id":"wardrobe:show","description":"show costumes/accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output JSON","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}]},"wardrobe:wear":{"id":"wardrobe:wear","description":"wear costume/accessories from wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"no_accessories":{"name":"no_accessories","type":"boolean","char":"a","description":"not install accessories","allowNo":false},"no_firmwares":{"name":"no_firmwares","type":"boolean","char":"f","description":"not install firmwares","allowNo":false},"silent":{"name":"silent","type":"boolean","char":"s","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}]}}}
|
package/README.md
CHANGED
|
@@ -194,7 +194,7 @@ adapt monitor resolution for VM only
|
|
|
194
194
|
|
|
195
195
|
```
|
|
196
196
|
USAGE
|
|
197
|
-
$ eggs adapt [-
|
|
197
|
+
$ eggs adapt [-h] [-v]
|
|
198
198
|
|
|
199
199
|
FLAGS
|
|
200
200
|
-h, --help Show CLI help.
|
|
@@ -204,7 +204,7 @@ DESCRIPTION
|
|
|
204
204
|
adapt monitor resolution for VM only
|
|
205
205
|
```
|
|
206
206
|
|
|
207
|
-
_See code: [dist/commands/adapt.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
207
|
+
_See code: [dist/commands/adapt.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/adapt.js)_
|
|
208
208
|
|
|
209
209
|
## `eggs analyze`
|
|
210
210
|
|
|
@@ -225,7 +225,7 @@ EXAMPLES
|
|
|
225
225
|
$ sudo eggs analyze
|
|
226
226
|
```
|
|
227
227
|
|
|
228
|
-
_See code: [dist/commands/analyze.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
228
|
+
_See code: [dist/commands/analyze.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/analyze.js)_
|
|
229
229
|
|
|
230
230
|
## `eggs autocomplete [SHELL]`
|
|
231
231
|
|
|
@@ -262,7 +262,7 @@ calamares or install or configure it
|
|
|
262
262
|
|
|
263
263
|
```
|
|
264
264
|
USAGE
|
|
265
|
-
$ eggs calamares [-h] [-
|
|
265
|
+
$ eggs calamares [-h] [-i] [-r] [--remove] [--theme <value>] [-v]
|
|
266
266
|
|
|
267
267
|
FLAGS
|
|
268
268
|
-h, --help Show CLI help.
|
|
@@ -283,7 +283,7 @@ EXAMPLES
|
|
|
283
283
|
install calamares and create it's configuration's files
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [dist/commands/calamares.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
286
|
+
_See code: [dist/commands/calamares.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/calamares.js)_
|
|
287
287
|
|
|
288
288
|
## `eggs config`
|
|
289
289
|
|
|
@@ -291,7 +291,7 @@ Configure and install prerequisites deb packages to run it
|
|
|
291
291
|
|
|
292
292
|
```
|
|
293
293
|
USAGE
|
|
294
|
-
$ eggs config [-
|
|
294
|
+
$ eggs config [-c] [-h] [-n] [-v]
|
|
295
295
|
|
|
296
296
|
FLAGS
|
|
297
297
|
-c, --clean remove old configuration before to create new one
|
|
@@ -307,7 +307,7 @@ EXAMPLES
|
|
|
307
307
|
Configure and install prerequisites deb packages to run it
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [dist/commands/config.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
310
|
+
_See code: [dist/commands/config.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/config.js)_
|
|
311
311
|
|
|
312
312
|
## `eggs cuckoo`
|
|
313
313
|
|
|
@@ -328,7 +328,7 @@ EXAMPLES
|
|
|
328
328
|
start a PXE server with dhcp-proxy (can coexists with a real dhcp server)
|
|
329
329
|
```
|
|
330
330
|
|
|
331
|
-
_See code: [dist/commands/cuckoo.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
331
|
+
_See code: [dist/commands/cuckoo.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/cuckoo.js)_
|
|
332
332
|
|
|
333
333
|
## `eggs dad`
|
|
334
334
|
|
|
@@ -336,7 +336,7 @@ ask help from daddy - configuration helper
|
|
|
336
336
|
|
|
337
337
|
```
|
|
338
338
|
USAGE
|
|
339
|
-
$ eggs dad [-
|
|
339
|
+
$ eggs dad [-c] [-d] [-h] [-v]
|
|
340
340
|
|
|
341
341
|
FLAGS
|
|
342
342
|
-c, --clean remove old configuration before to create
|
|
@@ -348,7 +348,7 @@ DESCRIPTION
|
|
|
348
348
|
ask help from daddy - configuration helper
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [dist/commands/dad.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
351
|
+
_See code: [dist/commands/dad.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/dad.js)_
|
|
352
352
|
|
|
353
353
|
## `eggs export deb`
|
|
354
354
|
|
|
@@ -356,7 +356,7 @@ export deb/docs/iso to the destination host
|
|
|
356
356
|
|
|
357
357
|
```
|
|
358
358
|
USAGE
|
|
359
|
-
$ eggs export deb [-
|
|
359
|
+
$ eggs export deb [-a] [-c] [-h] [-v]
|
|
360
360
|
|
|
361
361
|
FLAGS
|
|
362
362
|
-a, --all export all archs
|
|
@@ -374,7 +374,7 @@ export iso in the destination host
|
|
|
374
374
|
|
|
375
375
|
```
|
|
376
376
|
USAGE
|
|
377
|
-
$ eggs export iso [-
|
|
377
|
+
$ eggs export iso [-b] [-c] [-h] [-v]
|
|
378
378
|
|
|
379
379
|
FLAGS
|
|
380
380
|
-b, --backup export backup ISOs
|
|
@@ -412,7 +412,7 @@ command-line system installer - the egg became a penguin!
|
|
|
412
412
|
|
|
413
413
|
```
|
|
414
414
|
USAGE
|
|
415
|
-
$ eggs install [-
|
|
415
|
+
$ eggs install [-k] [-c <value>] [-d <value>] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
|
|
416
416
|
|
|
417
417
|
FLAGS
|
|
418
418
|
-N, --none Swap none: 256M
|
|
@@ -437,7 +437,7 @@ EXAMPLES
|
|
|
437
437
|
Install the system using krill installer
|
|
438
438
|
```
|
|
439
439
|
|
|
440
|
-
_See code: [dist/commands/install.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
440
|
+
_See code: [dist/commands/install.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/install.js)_
|
|
441
441
|
|
|
442
442
|
## `eggs kill`
|
|
443
443
|
|
|
@@ -459,7 +459,7 @@ EXAMPLES
|
|
|
459
459
|
kill the eggs/free the nest
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
_See code: [dist/commands/kill.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
462
|
+
_See code: [dist/commands/kill.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/kill.js)_
|
|
463
463
|
|
|
464
464
|
## `eggs mom`
|
|
465
465
|
|
|
@@ -476,7 +476,7 @@ DESCRIPTION
|
|
|
476
476
|
ask for mommy - gui helper
|
|
477
477
|
```
|
|
478
478
|
|
|
479
|
-
_See code: [dist/commands/mom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
479
|
+
_See code: [dist/commands/mom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/mom.js)_
|
|
480
480
|
|
|
481
481
|
## `eggs produce`
|
|
482
482
|
|
|
@@ -484,8 +484,8 @@ produce a live image from your system whithout your data
|
|
|
484
484
|
|
|
485
485
|
```
|
|
486
486
|
USAGE
|
|
487
|
-
$ eggs produce [
|
|
488
|
-
[--
|
|
487
|
+
$ eggs produce [--addons <value>] [-b] [--basename <value>] [-c] [-f] [-h] [-m] [-n] [-p <value>]
|
|
488
|
+
[--release] [-s] [--theme <value>] [-v] [-y]
|
|
489
489
|
|
|
490
490
|
FLAGS
|
|
491
491
|
-b, --backup backup mode (CRYPTED)
|
|
@@ -538,7 +538,7 @@ EXAMPLES
|
|
|
538
538
|
in /home/eggs/ovarium and you can customize all you need
|
|
539
539
|
```
|
|
540
540
|
|
|
541
|
-
_See code: [dist/commands/produce.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
541
|
+
_See code: [dist/commands/produce.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/produce.js)_
|
|
542
542
|
|
|
543
543
|
## `eggs status`
|
|
544
544
|
|
|
@@ -546,7 +546,7 @@ informations about eggs status
|
|
|
546
546
|
|
|
547
547
|
```
|
|
548
548
|
USAGE
|
|
549
|
-
$ eggs status [-
|
|
549
|
+
$ eggs status [-h] [-v]
|
|
550
550
|
|
|
551
551
|
FLAGS
|
|
552
552
|
-h, --help Show CLI help.
|
|
@@ -556,7 +556,7 @@ DESCRIPTION
|
|
|
556
556
|
informations about eggs status
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [dist/commands/status.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
559
|
+
_See code: [dist/commands/status.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/status.js)_
|
|
560
560
|
|
|
561
561
|
## `eggs syncfrom`
|
|
562
562
|
|
|
@@ -564,7 +564,7 @@ restore users and user data from a LUKS volumes
|
|
|
564
564
|
|
|
565
565
|
```
|
|
566
566
|
USAGE
|
|
567
|
-
$ eggs syncfrom [--delete <value>] [-f <value>] [-r <value>] [-
|
|
567
|
+
$ eggs syncfrom [--delete <value>] [-f <value>] [-h] [-r <value>] [-v]
|
|
568
568
|
|
|
569
569
|
FLAGS
|
|
570
570
|
-f, --file=<value> file LUKS volume encrypted
|
|
@@ -580,7 +580,7 @@ EXAMPLES
|
|
|
580
580
|
$ sudo eggs restore
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_See code: [dist/commands/syncfrom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
583
|
+
_See code: [dist/commands/syncfrom.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/syncfrom.js)_
|
|
584
584
|
|
|
585
585
|
## `eggs syncto`
|
|
586
586
|
|
|
@@ -603,7 +603,7 @@ EXAMPLES
|
|
|
603
603
|
$ sudo eggs syncto
|
|
604
604
|
```
|
|
605
605
|
|
|
606
|
-
_See code: [dist/commands/syncto.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
606
|
+
_See code: [dist/commands/syncto.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/syncto.js)_
|
|
607
607
|
|
|
608
608
|
## `eggs tools clean`
|
|
609
609
|
|
|
@@ -627,7 +627,7 @@ add/remove PPA repositories (Debian family)
|
|
|
627
627
|
|
|
628
628
|
```
|
|
629
629
|
USAGE
|
|
630
|
-
$ eggs tools ppa [-
|
|
630
|
+
$ eggs tools ppa [-a] [-h] [-r] [-v]
|
|
631
631
|
|
|
632
632
|
FLAGS
|
|
633
633
|
-a, --add add penguins-eggs PPA repository
|
|
@@ -716,7 +716,7 @@ EXAMPLES
|
|
|
716
716
|
update/upgrade the penguin's eggs tool
|
|
717
717
|
```
|
|
718
718
|
|
|
719
|
-
_See code: [dist/commands/update.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.
|
|
719
|
+
_See code: [dist/commands/update.js](https://github.com/pieroproietti/penguins-eggs/blob/v9.3.22/dist/commands/update.js)_
|
|
720
720
|
|
|
721
721
|
## `eggs version`
|
|
722
722
|
|
|
@@ -744,7 +744,7 @@ get warorobe
|
|
|
744
744
|
|
|
745
745
|
```
|
|
746
746
|
USAGE
|
|
747
|
-
$ eggs wardrobe get [REPO] [-
|
|
747
|
+
$ eggs wardrobe get [REPO] [-h] [-v]
|
|
748
748
|
|
|
749
749
|
ARGUMENTS
|
|
750
750
|
REPO repository to get
|
|
@@ -763,7 +763,7 @@ list costumes and accessoires in wardrobe
|
|
|
763
763
|
|
|
764
764
|
```
|
|
765
765
|
USAGE
|
|
766
|
-
$ eggs wardrobe list [WARDROBE] [-
|
|
766
|
+
$ eggs wardrobe list [WARDROBE] [-h] [-v]
|
|
767
767
|
|
|
768
768
|
ARGUMENTS
|
|
769
769
|
WARDROBE wardrobe
|
|
@@ -782,7 +782,7 @@ show costumes/accessories in wardrobe
|
|
|
782
782
|
|
|
783
783
|
```
|
|
784
784
|
USAGE
|
|
785
|
-
$ eggs wardrobe show [COSTUME] [-
|
|
785
|
+
$ eggs wardrobe show [COSTUME] [-h] [-j] [-v] [-w <value>]
|
|
786
786
|
|
|
787
787
|
ARGUMENTS
|
|
788
788
|
COSTUME costume
|
|
@@ -803,7 +803,7 @@ wear costume/accessories from wardrobe
|
|
|
803
803
|
|
|
804
804
|
```
|
|
805
805
|
USAGE
|
|
806
|
-
$ eggs wardrobe wear [COSTUME] [-
|
|
806
|
+
$ eggs wardrobe wear [COSTUME] [-h] [-a] [-f] [-s] [-v] [-w <value>]
|
|
807
807
|
|
|
808
808
|
ARGUMENTS
|
|
809
809
|
COSTUME costume
|
package/conf/derivatives.yaml
CHANGED
|
@@ -8,64 +8,65 @@
|
|
|
8
8
|
# buster derivated
|
|
9
9
|
- id: buster
|
|
10
10
|
distro: Debian
|
|
11
|
-
derivatives:
|
|
12
|
-
debbie
|
|
13
|
-
siena
|
|
14
|
-
]
|
|
11
|
+
derivatives:
|
|
12
|
+
- debbie # LMDE4
|
|
13
|
+
- siena # Ufficiozero siena
|
|
15
14
|
|
|
16
15
|
# bullseye derivated
|
|
17
16
|
- id: bullseye
|
|
18
17
|
distro: Debian
|
|
19
|
-
derivatives:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
]
|
|
18
|
+
derivatives:
|
|
19
|
+
- desktop # Netrunner Desktop 23
|
|
20
|
+
- elsie # LMDE5
|
|
21
|
+
- filadelfia, # SysLinuxOS filadelfia
|
|
24
22
|
|
|
25
23
|
# bootkworm derivated
|
|
26
24
|
- id: bookworm
|
|
27
25
|
distro: Debian
|
|
28
|
-
derivatives:
|
|
29
|
-
kali-rolling # kali
|
|
30
|
-
]
|
|
26
|
+
derivatives:
|
|
27
|
+
- kali-rolling # kali
|
|
31
28
|
|
|
32
29
|
#
|
|
33
30
|
# DEVUAN
|
|
34
31
|
#
|
|
35
|
-
|
|
36
32
|
# beowulf derivated
|
|
37
33
|
- id: beowulf
|
|
38
34
|
distro: Devuan
|
|
39
|
-
derivatives:
|
|
40
|
-
roma # Ufficiozero roma
|
|
41
|
-
]
|
|
35
|
+
derivatives:
|
|
36
|
+
- roma # Ufficiozero roma
|
|
42
37
|
|
|
43
38
|
#
|
|
44
39
|
# UBUNTU
|
|
45
40
|
#
|
|
46
|
-
|
|
47
41
|
# bionic derivated
|
|
48
42
|
- id: bionic
|
|
49
43
|
distro: Ubuntu
|
|
50
|
-
derivatives:
|
|
51
|
-
hera
|
|
52
|
-
tara
|
|
53
|
-
|
|
54
|
-
|
|
44
|
+
derivatives:
|
|
45
|
+
- hera # Elementary hera
|
|
46
|
+
- tara # Linux Mint
|
|
47
|
+
- tessa # Linux Mint
|
|
48
|
+
- tina # Linux Mint
|
|
49
|
+
- tricia # Linux Mint
|
|
50
|
+
- vieste # Ufficiozero vieste
|
|
55
51
|
|
|
56
52
|
# focal derivated
|
|
57
53
|
- id: focal
|
|
58
54
|
distro: Ubuntu
|
|
59
|
-
derivatives:
|
|
60
|
-
tropea # UfficioZero tropea
|
|
61
|
-
]
|
|
55
|
+
derivatives:
|
|
56
|
+
- tropea # UfficioZero tropea
|
|
62
57
|
|
|
63
58
|
# jammy derivated
|
|
64
59
|
- id: jammy
|
|
65
60
|
distro: Ubuntu
|
|
66
|
-
derivatives:
|
|
67
|
-
|
|
68
|
-
jolnir
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
61
|
+
derivatives:
|
|
62
|
+
- horus # elementary OS 7 Horus
|
|
63
|
+
- jolnir # Elementary jolnir
|
|
64
|
+
- lunar # Ubuntu rolling
|
|
65
|
+
- ShiFt # Makululu
|
|
66
|
+
- ulyana # Linux Mint
|
|
67
|
+
- ulyssa # Linux Mint
|
|
68
|
+
- uma # Linux Mint
|
|
69
|
+
- una # Linux Mint
|
|
70
|
+
- vanessa # Linux Mint
|
|
71
|
+
- vera # Linux Mint
|
|
72
|
+
- victoria # Linux Mint
|
package/dist/classes/distro.js
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
const tslib_1 = require("tslib");
|
|
11
11
|
const node_fs_1 = tslib_1.__importDefault(require("node:fs"));
|
|
12
|
+
const node_path_1 = tslib_1.__importDefault(require("node:path"));
|
|
12
13
|
const shelljs_1 = tslib_1.__importDefault(require("shelljs"));
|
|
13
14
|
const js_yaml_1 = tslib_1.__importDefault(require("js-yaml"));
|
|
14
15
|
/**
|
|
@@ -119,13 +120,13 @@ class Distro {
|
|
|
119
120
|
break;
|
|
120
121
|
}
|
|
121
122
|
case 'bookworm': {
|
|
122
|
-
// Debian 12 bookworm
|
|
123
|
+
// Debian 12 bookworm
|
|
123
124
|
this.distroLike = 'Debian';
|
|
124
125
|
this.codenameLikeId = 'bookworm';
|
|
125
126
|
break;
|
|
126
127
|
}
|
|
127
128
|
case 'beowulf': {
|
|
128
|
-
// Devuab 3 beowulf
|
|
129
|
+
// Devuab 3 beowulf
|
|
129
130
|
this.distroLike = 'Devuan';
|
|
130
131
|
this.codenameLikeId = 'beowulf';
|
|
131
132
|
break;
|
|
@@ -198,8 +199,14 @@ class Distro {
|
|
|
198
199
|
break;
|
|
199
200
|
}
|
|
200
201
|
default: {
|
|
202
|
+
/**
|
|
203
|
+
* patch per Roy
|
|
204
|
+
*/
|
|
201
205
|
let found = false;
|
|
202
|
-
|
|
206
|
+
let file = node_path_1.default.resolve(__dirname, '../../conf/derivatives.yaml');
|
|
207
|
+
if (node_fs_1.default.existsSync('/etc/penguins-eggs.d/derivatives.yaml')) {
|
|
208
|
+
file = "/etc/penguins-eggs.d/derivatives.yaml";
|
|
209
|
+
}
|
|
203
210
|
const content = node_fs_1.default.readFileSync(file, 'utf8');
|
|
204
211
|
let distros = js_yaml_1.default.load(content);
|
|
205
212
|
for (let i = 0; i < distros.length; i++) {
|
package/dist/classes/pacman.js
CHANGED
|
@@ -392,10 +392,10 @@ class Pacman {
|
|
|
392
392
|
}
|
|
393
393
|
(0, node_child_process_1.execSync)(`mkdir -p ${init}`);
|
|
394
394
|
shelljs_1.default.ln('-s', node_path_1.default.resolve(__dirname, '../../addons'), addons);
|
|
395
|
-
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/README.md'),
|
|
395
|
+
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/README.md'), confRoot);
|
|
396
396
|
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/tools.yaml'), config_tools);
|
|
397
|
-
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/krill.yaml'),
|
|
398
|
-
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/derivatives.yaml'),
|
|
397
|
+
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/krill.yaml'), confRoot);
|
|
398
|
+
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/derivatives.yaml'), confRoot);
|
|
399
399
|
// init
|
|
400
400
|
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../conf/init/unattended.sh'), '/etc/penguins-eggs.d/init');
|
|
401
401
|
shelljs_1.default.chmod('+x', '/etc/penguins-eggs.d/init/unattended.sh');
|
package/dist/commands/adapt.js
CHANGED
|
@@ -25,6 +25,6 @@ exports.default = Adapt;
|
|
|
25
25
|
Adapt.description = 'adapt monitor resolution for VM only';
|
|
26
26
|
// static aliases = ['adjust']
|
|
27
27
|
Adapt.flags = {
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
29
|
+
verbose: core_1.Flags.boolean({ char: 'v' })
|
|
30
30
|
};
|
|
@@ -102,10 +102,10 @@ exports.default = Calamares;
|
|
|
102
102
|
Calamares.description = 'calamares or install or configure it';
|
|
103
103
|
Calamares.flags = {
|
|
104
104
|
help: core_1.Flags.help({ char: 'h' }),
|
|
105
|
-
verbose: core_1.Flags.boolean({ char: 'v' }),
|
|
106
105
|
install: core_1.Flags.boolean({ char: 'i', description: "install calamares and it's dependencies" }),
|
|
107
106
|
release: core_1.Flags.boolean({ char: 'r', description: "release: remove calamares and all it's dependencies after the installation" }),
|
|
108
107
|
remove: core_1.Flags.boolean({ description: "remove calamares and it's dependencies" }),
|
|
109
|
-
theme: core_1.Flags.string({ description: 'theme/branding for eggs and calamares' })
|
|
108
|
+
theme: core_1.Flags.string({ description: 'theme/branding for eggs and calamares' }),
|
|
109
|
+
verbose: core_1.Flags.boolean({ char: 'v' })
|
|
110
110
|
};
|
|
111
111
|
Calamares.examples = ["~$ sudo eggs calamares \ncreate/renew calamares configuration's files\n", "~$ sudo eggs calamares -i \ninstall calamares and create it's configuration's files\n"];
|
package/dist/commands/config.js
CHANGED
|
@@ -209,9 +209,9 @@ exports.default = Config;
|
|
|
209
209
|
Config.description = 'Configure and install prerequisites deb packages to run it';
|
|
210
210
|
// static aliases = ['prerequisites']
|
|
211
211
|
Config.flags = {
|
|
212
|
-
nointeractive: core_1.Flags.boolean({ char: 'n', description: 'assume yes' }),
|
|
213
212
|
clean: core_1.Flags.boolean({ char: 'c', description: 'remove old configuration before to create new one' }),
|
|
214
213
|
help: core_1.Flags.help({ char: 'h' }),
|
|
214
|
+
nointeractive: core_1.Flags.boolean({ char: 'n', description: 'assume yes' }),
|
|
215
215
|
verbose: core_1.Flags.boolean({ char: 'v', description: 'verbose' })
|
|
216
216
|
};
|
|
217
217
|
Config.examples = ['~$ sudo eggs config\nConfigure and install prerequisites deb packages to run it'];
|
package/dist/commands/dad.js
CHANGED
|
@@ -32,8 +32,8 @@ class Dad extends core_1.Command {
|
|
|
32
32
|
exports.default = Dad;
|
|
33
33
|
Dad.description = 'ask help from daddy - configuration helper';
|
|
34
34
|
Dad.flags = {
|
|
35
|
-
help: core_1.Flags.help({ char: 'h' }),
|
|
36
35
|
clean: core_1.Flags.boolean({ char: 'c', description: 'remove old configuration before to create' }),
|
|
37
36
|
default: core_1.Flags.boolean({ char: 'd', description: 'remove old configuration and force default' }),
|
|
37
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
38
38
|
verbose: core_1.Flags.boolean({ char: 'v' })
|
|
39
39
|
};
|
|
@@ -45,8 +45,8 @@ class ExportDeb extends core_1.Command {
|
|
|
45
45
|
exports.default = ExportDeb;
|
|
46
46
|
ExportDeb.description = 'export deb/docs/iso to the destination host';
|
|
47
47
|
ExportDeb.flags = {
|
|
48
|
-
help: core_1.Flags.help({ char: 'h' }),
|
|
49
48
|
all: core_1.Flags.boolean({ char: 'a', description: 'export all archs' }),
|
|
50
49
|
clean: core_1.Flags.boolean({ char: 'c', description: 'remove old .deb before to copy' }),
|
|
50
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
51
51
|
verbose: core_1.Flags.boolean({ char: 'v', description: 'verbose' })
|
|
52
52
|
};
|
|
@@ -43,8 +43,8 @@ class ExportIso extends core_1.Command {
|
|
|
43
43
|
exports.default = ExportIso;
|
|
44
44
|
ExportIso.description = 'export iso in the destination host';
|
|
45
45
|
ExportIso.flags = {
|
|
46
|
-
help: core_1.Flags.help({ char: 'h' }),
|
|
47
46
|
backup: core_1.Flags.boolean({ char: 'b', description: 'export backup ISOs' }),
|
|
48
47
|
clean: core_1.Flags.boolean({ char: 'c', description: 'delete old ISOs before to copy' }),
|
|
48
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
49
49
|
verbose: core_1.Flags.boolean({ char: 'v', description: 'verbose' })
|
|
50
50
|
};
|
package/dist/commands/install.js
CHANGED
|
@@ -84,24 +84,18 @@ class Install extends core_1.Command {
|
|
|
84
84
|
}
|
|
85
85
|
exports.default = Install;
|
|
86
86
|
Install.flags = {
|
|
87
|
-
|
|
87
|
+
crypted: core_1.Flags.boolean({ char: 'k', description: 'Crypted CLI installation' }),
|
|
88
88
|
custom: core_1.Flags.string({ char: 'c', description: 'custom unattended configuration' }),
|
|
89
|
-
nointeractive: core_1.Flags.boolean({ char: 'n', description: 'assume yes' }),
|
|
90
|
-
// hostname
|
|
91
|
-
ip: core_1.Flags.boolean({ char: 'i', description: 'hostname as ip, eg: ip-192-168-1-33' }),
|
|
92
|
-
random: core_1.Flags.boolean({ char: 'r', description: 'Add random to hostname, eg: colibri-ay412dt' }),
|
|
93
|
-
// append: Flags.string({char: 'a', description: 'append to hostname: ip, random'}),
|
|
94
89
|
domain: core_1.Flags.string({ char: 'd', description: 'Domain name, defult: .local' }),
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
small: core_1.Flags.boolean({ char: 's', description: 'Swap small: RAM' }),
|
|
90
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
91
|
+
ip: core_1.Flags.boolean({ char: 'i', description: 'hostname as ip, eg: ip-192-168-1-33' }),
|
|
92
|
+
nointeractive: core_1.Flags.boolean({ char: 'n', description: 'assume yes' }),
|
|
99
93
|
none: core_1.Flags.boolean({ char: 'N', description: 'Swap none: 256M' }),
|
|
100
|
-
//
|
|
101
|
-
crypted: core_1.Flags.boolean({ char: 'k', description: 'Crypted CLI installation' }),
|
|
102
94
|
pve: core_1.Flags.boolean({ char: 'p', description: 'Proxmox VE install' }),
|
|
103
|
-
|
|
104
|
-
|
|
95
|
+
random: core_1.Flags.boolean({ char: 'r', description: 'Add random to hostname, eg: colibri-ay412dt' }),
|
|
96
|
+
small: core_1.Flags.boolean({ char: 's', description: 'Swap small: RAM' }),
|
|
97
|
+
suspend: core_1.Flags.boolean({ char: 'S', description: 'Swap suspend: RAM x 2' }),
|
|
98
|
+
unattended: core_1.Flags.boolean({ char: 'u', description: 'Unattended installation' }),
|
|
105
99
|
verbose: core_1.Flags.boolean({ char: 'v', description: 'Verbose' })
|
|
106
100
|
};
|
|
107
101
|
Install.description = 'command-line system installer - the egg became a penguin!';
|
package/dist/commands/produce.js
CHANGED
|
@@ -125,21 +125,20 @@ class Produce extends core_1.Command {
|
|
|
125
125
|
}
|
|
126
126
|
exports.default = Produce;
|
|
127
127
|
Produce.flags = {
|
|
128
|
-
|
|
129
|
-
basename: core_1.Flags.string({ description: 'basename' }),
|
|
128
|
+
addons: core_1.Flags.string({ multiple: true, description: 'addons to be used: adapt, ichoice, pve, rsupport' }),
|
|
130
129
|
backup: core_1.Flags.boolean({ char: 'b', description: 'backup mode (CRYPTED)' }),
|
|
130
|
+
basename: core_1.Flags.string({ description: 'basename' }),
|
|
131
131
|
clone: core_1.Flags.boolean({ char: 'c', description: 'clone mode' }),
|
|
132
132
|
fast: core_1.Flags.boolean({ char: 'f', description: 'fast compression' }),
|
|
133
|
-
|
|
133
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
134
134
|
max: core_1.Flags.boolean({ char: 'm', description: 'max compression' }),
|
|
135
|
-
|
|
136
|
-
|
|
135
|
+
nointeractive: core_1.Flags.boolean({ char: 'n', description: 'don\'t ask for user interctions' }),
|
|
136
|
+
prefix: core_1.Flags.string({ char: 'p', description: 'prefix' }),
|
|
137
|
+
release: core_1.Flags.boolean({ description: 'release: max compression, remove penguins-eggs and calamares after installation' }),
|
|
137
138
|
script: core_1.Flags.boolean({ char: 's', description: 'script mode. Generate scripts to manage iso build' }),
|
|
138
|
-
help: core_1.Flags.help({ char: 'h' }),
|
|
139
139
|
theme: core_1.Flags.string({ description: 'theme for livecd, calamares branding and partitions' }),
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
nointeractive: core_1.Flags.boolean({ char: 'n', description: 'don\'t ask for user interctions' })
|
|
140
|
+
verbose: core_1.Flags.boolean({ char: 'v', description: 'verbose' }),
|
|
141
|
+
yolk: core_1.Flags.boolean({ char: 'y', description: '-y force yolk renew' }),
|
|
143
142
|
};
|
|
144
143
|
Produce.description = 'produce a live image from your system whithout your data';
|
|
145
144
|
Produce.examples = [
|
package/dist/commands/status.js
CHANGED
|
@@ -25,6 +25,6 @@ class Status extends core_1.Command {
|
|
|
25
25
|
exports.default = Status;
|
|
26
26
|
Status.description = 'informations about eggs status';
|
|
27
27
|
Status.flags = {
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
29
|
+
verbose: core_1.Flags.boolean({ char: 'v' })
|
|
30
30
|
};
|
|
@@ -155,11 +155,9 @@ exports.default = Syncfrom;
|
|
|
155
155
|
Syncfrom.description = 'restore users and user data from a LUKS volumes';
|
|
156
156
|
Syncfrom.flags = {
|
|
157
157
|
delete: core_1.Flags.string({ description: 'rsync --delete delete extraneous files from dest dirs' }),
|
|
158
|
-
// excludeFrom: Flags.string({ description: 'same as rsync --exclude-from=FILE read exclude patterns from FILE' }),
|
|
159
|
-
// includeFrom: Flags.string({ description: 'same as rsync --include-from=FILE read include patterns from FILE' }),
|
|
160
158
|
file: core_1.Flags.string({ char: 'f', description: "file LUKS volume encrypted" }),
|
|
161
|
-
rootdir: core_1.Flags.string({ char: 'r', description: 'rootdir of the installed system, when used from live' }),
|
|
162
159
|
help: core_1.Flags.help({ char: 'h' }),
|
|
160
|
+
rootdir: core_1.Flags.string({ char: 'r', description: 'rootdir of the installed system, when used from live' }),
|
|
163
161
|
verbose: core_1.Flags.boolean({ char: 'v', description: 'verbose' })
|
|
164
162
|
};
|
|
165
163
|
// static aliases = ['restore']
|
|
@@ -51,8 +51,8 @@ class Ppa extends core_1.Command {
|
|
|
51
51
|
exports.default = Ppa;
|
|
52
52
|
Ppa.description = 'add/remove PPA repositories (Debian family)';
|
|
53
53
|
Ppa.flags = {
|
|
54
|
-
help: core_1.Flags.help({ char: 'h' }),
|
|
55
54
|
add: core_1.Flags.boolean({ char: 'a', description: 'add penguins-eggs PPA repository' }),
|
|
55
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
56
56
|
remove: core_1.Flags.boolean({ char: 'r', description: 'remove penguins-eggs PPA repository' }),
|
|
57
57
|
verbose: core_1.Flags.boolean({ char: 'v', description: 'verbose' })
|
|
58
58
|
};
|
|
@@ -38,6 +38,6 @@ exports.default = Get;
|
|
|
38
38
|
Get.description = 'get warorobe';
|
|
39
39
|
Get.args = [{ name: 'repo', description: 'repository to get', required: false }];
|
|
40
40
|
Get.flags = {
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
42
|
+
verbose: core_1.Flags.boolean({ char: 'v' })
|
|
43
43
|
};
|
|
@@ -76,6 +76,6 @@ exports.default = List;
|
|
|
76
76
|
List.description = 'list costumes and accessoires in wardrobe';
|
|
77
77
|
List.args = [{ name: 'wardrobe', description: 'wardrobe', required: false }];
|
|
78
78
|
List.flags = {
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
80
|
+
verbose: core_1.Flags.boolean({ char: 'v' })
|
|
81
81
|
};
|
|
@@ -64,8 +64,8 @@ exports.default = Show;
|
|
|
64
64
|
Show.description = 'show costumes/accessories in wardrobe';
|
|
65
65
|
Show.args = [{ name: 'costume', description: 'costume', required: false }];
|
|
66
66
|
Show.flags = {
|
|
67
|
-
|
|
67
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
68
68
|
json: core_1.Flags.boolean({ char: 'j', description: 'output JSON' }),
|
|
69
69
|
verbose: core_1.Flags.boolean({ char: 'v' }),
|
|
70
|
-
|
|
70
|
+
wardrobe: core_1.Flags.string({ char: 'w', description: 'wardrobe' }),
|
|
71
71
|
};
|
|
@@ -75,10 +75,10 @@ exports.default = Wear;
|
|
|
75
75
|
Wear.description = 'wear costume/accessories from wardrobe';
|
|
76
76
|
Wear.args = [{ name: 'costume', description: 'costume', required: false }];
|
|
77
77
|
Wear.flags = {
|
|
78
|
-
|
|
78
|
+
help: core_1.Flags.help({ char: 'h' }),
|
|
79
79
|
no_accessories: core_1.Flags.boolean({ char: 'a', description: 'not install accessories' }),
|
|
80
80
|
no_firmwares: core_1.Flags.boolean({ char: 'f', description: 'not install firmwares' }),
|
|
81
81
|
silent: core_1.Flags.boolean({ char: 's' }),
|
|
82
82
|
verbose: core_1.Flags.boolean({ char: 'v' }),
|
|
83
|
-
|
|
83
|
+
wardrobe: core_1.Flags.string({ char: 'w', description: 'wardrobe' }),
|
|
84
84
|
};
|