holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
1 stars 0 forks source link

(#87) generate sub-command with embedded platform #174

Closed jeffmccune closed 4 months ago

jeffmccune commented 4 months ago

This patch adds a generate subcommand that copies a platform embedded into the executable to the local filesystem. The purpose is to accelerate initial setup with canned example platforms.

Two platforms are intended to start, one bare and one reference platform. The number of platforms embedded into holos should be kept small (2-3) to limit our support burden.

holos generate platform bare

Closes: #87