https://github.com/ampatspell/firebase-functions-log
Slightly nicer firebase functions:log
https://github.com/ampatspell/firebase-functions-log
cli firebase logging nodejs
Last synced: 2 months ago
JSON representation
Slightly nicer firebase functions:log
- Host: GitHub
- URL: https://github.com/ampatspell/firebase-functions-log
- Owner: ampatspell
- Created: 2021-03-07T23:01:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T20:48:54.000Z (almost 5 years ago)
- Last Synced: 2025-10-24T09:51:36.165Z (8 months ago)
- Topics: cli, firebase, logging, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ffl
`firebase functions:log` wrapper which periodically fetches new log entries.
``` bash
$ npm install firebase-functions-log -g
```
```
$ ffl --help
Usage: ffl [--project ] [--lines <250>] [--only ] [--interval <2000>] [--ignore ]
Options:
--project Project id. If omitted, a list of projects are presented
--lines 250 Number of lines to fetch.
--only Only show logs of specified, comma-seperated functions (e.g. "funcA,funcB")
--ignore Ignroe logs for specified, comma-seperated strings (e.g. "keepalive,skipped")
--interval 2000 Fetch interval
--version
```
