illuria / jailer

Minimal, flexible, and easy-to-expand FreeBSD jail manager.
https://jailer.dev
BSD 2-Clause "Simplified" License
56 stars 5 forks source link

Rename "bootstrap" command to "image" and improve the UX #1

Closed kfv closed 2 years ago

kfv commented 2 years ago

Since there is no bootstrapping process, renaming the command to something more illustrative like image could be beneficial.

In addition, I recommend using list, fetch, and use subcommands, where the use subcommand sets the default image to use (e.g. in case no specific version/image is provided for creation), and list lists all images and marks the default with an asterisk.

The fetch command's behaviour won't be different at this time but will probably add a flag to use a specific URL/address later.