community-cli-howto

Automate setup, authentication, and usage of community-domo-cli for Domo instances.

19|13|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill community-cli-howto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: community-cli-howto
Source: https://github.com/stahura/domo-ai-vibe-rules/tree/main/skills/cli/community-cli-howto
Command: npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill community-cli-howto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps developers and contributors install, authenticate, and run the community-domo-cli to interact with a Domo instance, especially when working with a locked endpoint surface in this repository.

Core Features & Use Cases

  • Install and run the Domo CLI and the community plugin bundle to access common surfaces such as datasets, appdb, code-engine, workflows, and filesets.
  • Authenticate using ryuu-session and configure DOMO_INSTANCE and DOMO_AUTH_MODE to enable commands against a secured instance.
  • Troubleshoot typical workflows, verify available commands with help, and validate mutated actions with dry-run before execution.

Quick Start

Install the community-domo-cli, authenticate with ryuu session, and start listing datasets using datasets list.

Frequently Asked Questions about community-cli-howto

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

FAQPage Schema
How do I authenticate the Domo CLI using a ryuu session?

Authenticate the Domo CLI by running ryuu session and configuring the DOMO_INSTANCE and DOMO_AUTH_MODE environment variables to enable command execution against your secured Domo instance.

What Domo CLI commands are available for managing datasets and workflows?

Available Domo CLI commands cover surfaces like datasets list, appdb, code-engine, workflows, and filesets, allowing you to interact with and manage common Domo instance resources locally.

How do I install and set up the community-domo-cli for local development?

Install the community-domo-cli package alongside the ryuu CLI tool to access the Domo plugin bundle, enabling local development and testing against a locked endpoint surface in your repository.

Can I dry-run mutating Domo CLI commands to validate actions before execution?

Yes, you can validate mutating Domo CLI actions using dry-run mode before execution, ensuring safe troubleshooting and verification of commands that alter your Domo instance resources.

Why are my Domo CLI commands failing against a secured instance?

Domo CLI commands fail against a secured instance if DOMO_INSTANCE and DOMO_AUTH_MODE environment variables are not properly set or if ryuu session authentication has not been established.

How do I troubleshoot available commands in the community-domo-cli?

Troubleshoot community-domo-cli commands by using the help flag to verify available command surfaces, ensuring correct authentication and environment variable configuration before executing workflows.