using-looker-cli
Installation
SKILL.md
Using Looker CLI (looker-cli)
This skill documents standard operations, session management, discovery workflows, and API payload tools in Looker CLI (looker-cli).
1. Managing Profiles
Profiles allow you to store connection configurations (host, port, credentials, tokens) for different Looker instances (e.g., development, staging, production) in ~/.config/looker-cli/config.yaml.
Adding a Profile
Add connection settings for a Looker instance using profile add:
looker-cli profile add <profile_name> --host <instance_host> --port <port>