rename ss-tools to superset-tools across the entire project
- Replace all occurrences of 'ss-tools' with 'superset-tools' in 104 files - Rename git bundle file ss-tools.bundle → superset-tools.bundle - Update .gitignore pattern accordingly - Preserve variable names (hasSsTools etc.) and code identifiers
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
# ============================================================================
|
||||
# Example: External tool triggers maintenance via ss-tools API (bash)
|
||||
# Example: External tool triggers maintenance via superset-tools API (bash)
|
||||
#
|
||||
# This script shows how to call the ss-tools maintenance API from any
|
||||
# This script shows how to call the superset-tools maintenance API from any
|
||||
# shell environment — CI/CD pipeline, cron job, or ad-hoc debugging.
|
||||
#
|
||||
# Prerequisites:
|
||||
# - curl, jq (optional, for pretty-printing JSON)
|
||||
# - An ss-tools API key with `maintenance:start`, `maintenance:end`
|
||||
# - An superset-tools API key with `maintenance:start`, `maintenance:end`
|
||||
#
|
||||
# Usage:
|
||||
# ./maintenance-api-bash.sh start "public.messages" 4 "ss-dev"
|
||||
@@ -225,7 +225,7 @@ case "${1:-help}" in
|
||||
;;
|
||||
*)
|
||||
cat <<EOF
|
||||
ss-tools Maintenance CLI
|
||||
superset-tools Maintenance CLI
|
||||
|
||||
Usage:
|
||||
$0 start <tables> [hours=4] <environment> [message]
|
||||
@@ -243,7 +243,7 @@ Examples:
|
||||
$0 end-all ss-dev
|
||||
|
||||
Environment:
|
||||
SS_TOOLS_URL ss-tools base URL (default: http://localhost:8000)
|
||||
SS_TOOLS_URL superset-tools base URL (default: http://localhost:8000)
|
||||
SS_TOOLS_API_KEY API key with required permissions (required)
|
||||
EOF
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user