Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Documentation

Welcome to the gac (Google Admin Client) documentation! This guide will help you get started and make the most of this powerful CLI tool for managing Google Workspace.

📚 Table of Contents

Getting Started

User Guides

Reference

Development

🚀 Quick Links

First Time Users

  1. Install gac - Get the CLI installed
  2. Set up OAuth - Configure Google Cloud credentials
  3. Run your first command - List users in your domain

Common Tasks

Developers

📖 Documentation Organization

docs/
├── README.md                    # You are here
├── installation.md              # Installation instructions
├── configuration.md             # Configuration guide
├── authentication.md            # OAuth and credentials
│
├── guides/                      # User guides by feature
│   ├── user-management.md
│   ├── group-management.md
│   ├── group-settings.md
│   ├── ou-management.md
│   ├── alias-management.md
│   ├── calendar-operations.md
│   └── calendar-resources.md
│
├── reference/                   # Reference documentation
│   ├── commands.md
│   └── troubleshooting.md
│
└── development/                 # Developer documentation
    ├── architecture.md
    ├── contributing.md
    ├── debugging.md
    └── releasing.md

🔍 Finding What You Need

By Task

By Role

💡 Additional Resources

🤝 Getting Help


Need to see the code? Check out the main README for project overview and quick start.