Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# @logfox/cli

[![build status](https://github.com/logfoxai/cli/actions/workflows/release.yml/badge.svg)](https://github.com/logfoxai/cli/actions)
[![release:prime](https://img.shields.io/github/actions/workflow/status/logfoxai/cli/release.yml?branch=main&label=release%3Aprime)](https://github.com/logfoxai/cli/actions/workflows/release.yml)
[![release:prod](https://img.shields.io/github/actions/workflow/status/logfoxai/cli/release.yml?branch=prod&label=release%3Aprod)](https://github.com/logfoxai/cli/actions/workflows/release.yml)
[![SemVer](https://img.shields.io/badge/SemVer-2.0.0-blue)]()
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![AutoRel](https://img.shields.io/badge/v2-AutoRel?label=AutoRel&labelColor=0ab5fc&color=grey&link=https%3A%2F%2Fgithub.com%2Fmhweiner%2Fautorel)](https://github.com/mhweiner/autorel)
[![AutoRel](https://img.shields.io/badge/%F0%9F%9A%80%20AutoRel-2D4DDE)](https://github.com/mhweiner/autorel)

CLI tool for sending local development logs to Logfox.

Expand Down Expand Up @@ -62,3 +63,7 @@ logfox config:set apiUrl http://localhost:3000
logfox config:set appUrl http://localhost:4000
logfox login
```

## Commits & releases

[AutoRel](https://github.com/mhweiner/autorel). Conventional commits — see the [commit format](https://github.com/mhweiner/autorel/blob/main/docs/commit-format.md).
Loading