metacall / builder

An advanced build system based on Buildkit in order to generate compact Docker images with MetaCall runtime.
Apache License 2.0
4 stars 7 forks source link

feat: doctor subcommand #15

Closed iyear closed 1 year ago

iyear commented 1 year ago

The base CLI framework, with the builder doctor subcommand added.

The current doctor command detects if the required dependencies and tools exist or runnable.

This is just an initial version, we can enhance the user-friendliness later, e.g. emoji, colored text, etc.

Further, we can add the up subcommand to help the user set up the environment quickly.