cloud-sql-sqlserver-admin
Usage
All scripts can be executed using Node.js. Replace <param_name> and <param_value> with actual values.
Bash:
node <skill_dir>/scripts/<script_name>.js '{"<param_name>": "<param_value>"}'
PowerShell:
node <skill_dir>/scripts/<script_name>.js '{\"<param_name>\": \"<param_value>\"}'
Note: The scripts automatically load the environment variables from various .env files. Do not ask the user to set vars unless skill executions fails due to env var absence.
Scripts
create_database
More from gemini-cli-extensions/cloud-sql-sqlserver
cloud-sql-sqlserver-data
Use these skills when you need to explore the database schema, execute SQL queries to interact with your data, and monitor system-level performance metrics using PromQL queries.
2cloud-sql-sqlserver-monitor
Use these skills when you need to troubleshoot slow queries and analyze system-level PromQL metrics.
2cloud-sql-sqlserver-lifecycle
Use these skills when you need to manage the lifecycle and durability of your data, including creating backups, restoring from existing backups, and cloning instances for testing or migration.
2