tomeichlersmith / denv

uniformly interact with containerized environments across runners
https://tomeichlersmith.github.io/denv/
GNU General Public License v3.0
8 stars 2 forks source link

79 sub command to check if a supported runner is available #82

Closed tomeichlersmith closed 7 months ago

tomeichlersmith commented 7 months ago

This introduces a new denv sub-command named check that

  1. Makes sure the _denv_entrypoint is where it is expected to be.
  2. Looks for a supported runner that denv can use

This new command also has a --quiet version which silently reports success if there are no errors encountered.