Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 462 Bytes

File metadata and controls

16 lines (13 loc) · 462 Bytes

Exploring Commands

The Firebase CLI documents itself. Use help commands to discover functionality.

  • Global Help: List all available commands and categories.

    npx -y firebase-tools@latest --help
  • Command Help: Get detailed usage for a specific command.

    npx -y firebase-tools@latest [command] --help
    # Example:
    npx -y firebase-tools@latest deploy --help
    npx -y firebase-tools@latest firestore:indexes --help