docyrus-cli-app

Control the Docyrus platform from the terminal with CLI commands.

13|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Docyrus/agent-skills --skill docyrus-cli-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docyrus-cli-app
Source: https://github.com/Docyrus/agent-skills/tree/main/skills/docyrus-cli-app
Command: npx skills add https://github.com/Docyrus/agent-skills --skill docyrus-cli-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables terminal-based control of the Docyrus platform, unifying authentication, app discovery, data operations, and API requests without a GUI.

Core Features & Use Cases

  • Comprehensive command coverage for auth, environment, apps, data sources, studio, curl, and discovery to manage resources and perform tasks across tenants and contexts.
  • Real-world workflows include authenticating users, listing apps, querying data sources, CRUD operations on dev app schemas, sending arbitrary API calls, and retrieving OpenAPI specs for integration.
  • Trigger-based usage: respond to user intents to run docyrus commands in shell-like prompts and automation.

Quick Start

Install the Docyrus CLI, run docyrus auth login to authenticate, and start using core commands like docyrus apps list or docyrus ds list.

Frequently Asked Questions about docyrus-cli-app

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

FAQPage Schema
How do I manage Docyrus apps and data sources from the terminal?

The Docyrus CLI enables terminal-based platform control, letting you authenticate, discover apps, query data sources, and send API requests without needing a graphical interface.

How do I authenticate to the Docyrus platform via command line?

To authenticate via command line, install the Docyrus CLI and run the docyrus auth login command to establish your active tenant and environment context for subsequent operations.

Can I send arbitrary API calls to Docyrus data sources using the CLI?

Yes, you can send arbitrary API calls to Docyrus data sources using the docyrus curl command, which allows you to execute direct requests from your terminal environment across different tenants.

What is the best way to discover OpenAPI specs across different Docyrus environments?

The best way to discover OpenAPI specs across environments is using the docyrus discover command, which retrieves available specifications for integration directly from your active terminal context.

Do I need the Docyrus CLI installed to manage dev app schemas via studio?

Yes, you need the Docyrus CLI installed to use the docyrus studio command for managing dev app schemas, performing CRUD operations, and maintaining your active tenant context.

Why use a CLI for Docyrus automation instead of a GUI?

Using a CLI for Docyrus automation unifies authentication, data operations, and API requests into scriptable, shell-like prompts, enabling faster automation workflows across multiple tenants than a GUI.