Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Revert "Hide Base Auth Command"
Browse files Browse the repository at this point in the history
This reverts commit cb339e3.
  • Loading branch information
mainawycliffe committed Apr 17, 2020
1 parent cac81a3 commit 55c3c0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import (

// authCmd represents the auth command
var authCmd = &cobra.Command{
Use: "auth",
Short: "Perform Firebase Auth Operations",
Hidden: true,
Use: "auth",
Short: "Perform Firebase Auth Operations",
}

func init() {
Expand Down

0 comments on commit 55c3c0a

Please sign in to comment.