fix: update deprecation warning messages to reflect removal in v1.0.0
This commit is contained in:
@@ -11,7 +11,7 @@ set -e
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh utility-bump-beta
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh utility-bump-beta" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh utility-version-check
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh utility-version-check" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh utility-clear-go-cache
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh utility-clear-go-cache" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh integration-test-coraza
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh integration-test-coraza" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec-decisions
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec-decisions" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec-startup
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec-startup" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh utility-db-recovery
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh utility-db-recovery" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh test-frontend-coverage
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh test-frontend-coverage" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -3,7 +3,7 @@ set -euo pipefail
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh test-backend-coverage
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh test-backend-coverage" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -5,7 +5,7 @@ set -o pipefail
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh integration-test-all
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh integration-test-all" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
@@ -4,7 +4,7 @@ set -e
|
||||
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
|
||||
# Please use: .github/skills/scripts/skill-runner.sh security-scan-trivy
|
||||
# For more info: docs/AGENT_SKILLS_MIGRATION.md
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
|
||||
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
|
||||
echo " Please use: .github/skills/scripts/skill-runner.sh security-scan-trivy" >&2
|
||||
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
|
||||
echo "" >&2
|
||||
|
||||
Reference in New Issue
Block a user