Default value created when wild-secret-set is run.

This commit is contained in:
2025-08-15 03:32:55 -07:00
parent 22d4dc15ce
commit c2f8f7e6a0

View File

@@ -52,9 +52,8 @@ if [ -z "${KEY_PATH}" ]; then
fi fi
if [ -z "${VALUE}" ]; then if [ -z "${VALUE}" ]; then
echo "Error: Value is required" VALUE=$(openssl rand -base64 32)
usage echo "No value provided. Generated random value: ${VALUE}"
exit 1
fi fi
# Initialize Wild Cloud environment # Initialize Wild Cloud environment