firebase-functions-log

0.1.10 • Public • Published

ffl

firebase functions:log wrapper which periodically fetches new log entries.

$ npm install firebase-functions-log -g
$ ffl --help

Usage: ffl [--project <project_id>] [--lines <250>] [--only <function_names>] [--interval <2000>] [--ignore <string>]

Options:
  --project <project_id>   Project id. If omitted, a list of projects are presented
  --lines 250              Number of lines to fetch.
  --only <function_names>  Only show logs of specified, comma-seperated functions (e.g. "funcA,funcB")
  --ignore <strings>       Ignroe logs for specified, comma-seperated strings (e.g. "keepalive,skipped")
  --interval 2000          Fetch interval
  --version

screenshot

Package Sidebar

Install

npm i firebase-functions-log

Weekly Downloads

1

Version

0.1.10

License

MIT

Unpacked Size

1.3 MB

Total Files

10

Last publish

Collaborators

  • ampatspell