diff --git a/LICENSE b/LICENSE index de91979..261eeb9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,3 @@ -TODO: INSERT YOUR NAME COPYRIGHT YEAR (if applicable to your license) - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/bin/exec-env b/bin/exec-env new file mode 100644 index 0000000..01dbb8d --- /dev/null +++ b/bin/exec-env @@ -0,0 +1,23 @@ +#!/usr/bin/env bash + +# Environment Variables available to script + +# ASDF_INSTALL_TYPE: version or ref +# ASDF_INSTALL_VERSION: +# Full version number if ASDF_INSTALL_TYPE=version. +# Git ref (tag/commit/branch) if ASDF_INSTALL_TYPE=ref. +# ASDF_INSTALL_PATH: The path to where the tool has been, or should be installed. + +# Commands that invoke this script + +# asdf which : Display the path to an executable +# asdf exec [args...]: Executes the command shim for current version +# asdf env [util]: Runs util (default: env) inside the environment used for command shim execution. + +setup_plugin_usage() { + echo "here we need to enable the use of this pecific version of helm plugin" + helm plugin uninstall helm-secrets + helm plugin install "${ASDF_INSTALL_PATH}" +} + +setup_plugin_usage diff --git a/version.txt b/version.txt index e69de29..afaf360 100644 --- a/version.txt +++ b/version.txt @@ -0,0 +1 @@ +1.0.0 \ No newline at end of file