=====================================================================
--- New Features -------------------------
- Github Actions integration from 3.7.0 and up!
```yaml
# try it out in gh actions
- uses: wrynegade/scwrypts@main
with:
version: v3.7.0
scwrypt: --name hello-world --group scwrypts --type py
args: --message "hello from github actions ci <3"
```
--- New Scripts --------------------------
zsh/helm )
smart helm template functions (simply pass a filename)
- get-template
- update-dependencies
--- Changes ------------------------------
- CHECK_ENVIRONMENT now uses proper argument parsing
- scwrypts/plugins loaded by setting in config or environment:
SCWRYPTS_PLUGIN_ENABLED__plugin=1
- SCWRYPTS__GET_PATH_TO_RELATIVE_ARGUMENT was missed in the v2->v3
refactor and has now been reincluded as SCWRYPTS__GET_REALPATH
=====================================================================
--- Changes ------------------------------
- Adjusted USAGE (from zsh/lib/utils/io.zsh) to allow dynamic variable
insertion in help dialogues by setting USAGE__<help-group> and using
the syntax listed
- Various quality-of-life changes and and fixes to experimental kubectl
plugin
--- Bug fixes ----------------------------
- sourcing 'scwrypts.plugin.zsh' no longer sets __SCWRYPT=1 in your
current environment
=====================================================================
--- New Features -------------------------
- Introducing an optional plugin for `kubectl` facilitation! Check out
'plugins/kubectl/README.md' for more details.
--- Changes ------------------------------
- The function which lists all available scwrypts now ignores
directories with a top-level base called "plugins." If this is a name
conflict, you will need to define your own
`SCWRYPTS__LIST_AVAILABLE_SCWRYPTS__<group>` function!
(ref the changes in 'zsh/lib/scwrypts/run.module.zsh')