Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.6 KB

File metadata and controls

48 lines (35 loc) · 1.6 KB

ghx-cli Documentation

Welcome to the ghx-cli documentation. This guide covers all features and commands of the GitHub eXtensions CLI.

Table of Contents

Getting Started

Command Reference

  • Command Overview - All available commands at a glance
  • project - Manage GitHub Projects v2
  • item - Manage project items (issues, PRs, drafts)
  • field - Manage custom fields
  • view - Manage project views (table, board, roadmap)
  • discussion - Manage GitHub Discussions
  • analytics - Generate reports and bulk operations
  • auth - Manage authentication

Guides

Reference

Quick Links

# Check authentication status
ghx auth status

# List your projects
ghx project list

# List discussions in a repository
ghx discussion list owner/repo

# Get help for any command
ghx [command] --help

Support