What's Changed * adding better, more configurable logging by jessebot in https://github.com/jessebot/smol-k8s-lab/pull/17 * log levels are now configurable and so are log files * also in this PR: `-v` is now mapped `--version` and `-h` is now mapped to `--help`
What's Changed * updating help text, quickstart docs, and naming from hyphens to underscores by jessebot in https://github.com/jessebot/smol-k8s-lab/pull/13
- update todos - check if helm is installed and install it if it's not - catch all unsupported distros for --delete command - fix the way bitwarden headers print, so that password is asked for after we announce we're working on bitwarden portion now - more cute bears ʕᵔᴥᵔʔ
0.8.8
- tidy markdown docs and readme - add more data about what we use under the hood - create a proper kind config.yaml - add rich as a python requirement - remove old smaller kind quickstart script - use kind cmd via python instead of bash - better progress bars - tidyed subproc doc string - fixed help text to include kind in blurb
0.8.5
- major updates to the docs for formatting and verbosity - removing partial bash script usage for k3s in script and switching to mostly pure python - replaced argparse with click - changed console output to use rich library for pretty printing - updated sub process to allow env vars - adding loading bars and status spinners - MUCH prettier and easy to read --help text