Skip to content

Releases: NeoScript/firebase-admin-cli

v0.1.0

03 May 03:55

Choose a tag to compare

Release Notes

Initial release of fbadmin — Firebase Auth administration CLI.

Features

  • User management: get, create, disable, enable, remove (single or bulk CSV), list, list-inactive, count
  • Custom claims: get, merge, remove, clear, find users by claim
  • Auth action links: generate password-reset, email-verification, and sign-in links
  • Emulator support: clear-users, config — works with Firebase Auth emulator
  • Configuration profiles: named profiles with project, credentials, and emulator settings
  • Output formats: table (default), JSON (NDJSON), CSV
  • Rich CLI: colored output, progress spinners, --verbose logging, --dry-run mode

Install fbadmin 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NeoScript/firebase-admin-cli/releases/download/v0.1.0/fbadmin-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/NeoScript/firebase-admin-cli/releases/download/v0.1.0/fbadmin-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install NeoScript/fbadmin/fbadmin

Download fbadmin 0.1.0

File Platform Checksum
fbadmin-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
fbadmin-x86_64-apple-darwin.tar.xz Intel macOS checksum
fbadmin-x86_64-pc-windows-msvc.zip x64 Windows checksum
fbadmin-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
fbadmin-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum