settings

Test named connection settings and health across environments.

209|30|Updated Sep 18, 2021
One-click install
npx skills add https://github.com/starlake-ai/starlake --skill settings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: settings
Source: https://github.com/starlake-ai/starlake/tree/main/.agent/skills/settings
Command: npx skills add https://github.com/starlake-ai/starlake --skill settings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Administrators often need to verify and troubleshoot configuration settings and connectivity across environments. This skill provides a quick way to inspect current settings and validate a connection.

Core Features & Use Cases

  • Inspect and print current configuration for a named connection
  • Test a connection to confirm reachability and credential validity
  • Diagnose configuration issues quickly across dev, staging, and prod

Quick Start

Execute starlake settings --test-connection your-connection-name to verify the connection settings.

Frequently Asked Questions about settings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test a connection's settings and health across dev, test, and prod environments?

To test connection settings and health, execute the command `starlake settings --test-connection your-connection-name`. This validates settings, executes a connection test, and reports clear success or failure details for diagnosing issues across environments.

What is the best way to inspect current configuration for a named connection?

The best way to inspect current configuration for a named connection is using the settings diagnostic command. It prints the current configuration settings, allowing administrators to quickly review and verify connection parameters before executing tests.

Why does my connection test fail when validating settings across different environments?

Connection test failures occur when settings are invalid or credentials lack reachability. The settings diagnostic tool validates configurations and reports clear success or failure details, helping administrators diagnose configuration issues quickly across staging and prod.

Can I validate multiple named connections to diagnose configuration issues quickly?

Yes, you can validate multiple named connections by running the settings test-connection command for each. This admin workflow confirms reachability and credential validity, reporting clear success or failure details to diagnose configuration issues.

Do I need any specific dependencies to run connection diagnostics and validate settings?

No specific dependencies are required to run connection diagnostics and validate settings. The settings command operates independently within the Starlake CLI environment to inspect configurations, test connection reachability, and report validation results.