Skip to content

Add skyvern about CLI command#4

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/application-overview-again
Draft

Add skyvern about CLI command#4
Copilot wants to merge 2 commits into
mainfrom
copilot/application-overview-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 9, 2026

No CLI entry point existed to answer "what does this application do?" for new users or agent discovery.

Changes

  • skyvern/cli/about.py — New about_app Typer command. Renders a Rich-formatted panel describing Skyvern's purpose, key AI-powered page commands (act, extract, validate, prompt), and links to docs/cloud. Supports --json for programmatic/agent use.
  • skyvern/cli/commands/__init__.py — Registers about_app as skyvern about.
  • skyvern/cli/__init__.py — Exports about_app from the CLI package.

Usage

# Human-readable
skyvern about

# Machine-readable (follows existing JSON envelope schema)
skyvern about --json
Original prompt

Tell me what this application does?

Created from VS Code.

Copilot AI changed the title [WIP] Add application overview documentation Add skyvern about CLI command Apr 9, 2026
Copilot AI requested a review from sudiptap-cpu April 9, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants