Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdelmoral/apexlogs

Simple terminal UI for viewing Salesforce logs
https://github.com/cdelmoral/apexlogs

apex bubbletea homebrew logs salesforce terminal tui

Last synced: 22 days ago
JSON representation

Simple terminal UI for viewing Salesforce logs

Awesome Lists containing this project

README

        


Logo

A simple terminal UI for viewing Salesforce logs




## What is apexlogs?

Do you find debugging Salesforce Apex code annoying?

Apexlogs is a minimal TUI[^1] application for viewing Salesforce Apex logs from
your terminal.

It automatically creates the required debug level and trace flag records for you
and allows you to easily fetch and view logs.

![Demo](images/demo.gif)

## Installation

The easiest way to install apexlogs is using Homebrew[^2]:

```sh
brew install cdelmoral/tap/apexlogs
```

You can also install it using go[^3]:

```sh
go install github.com/cdelmoral/apexlogs
```

## Usage

If you haven't already install the Salesfoce CLI[^4].

Open a terminal and navigate to your Salesforce project directory.

If a default scratch org is not set already configure it by running
`sf config set target-org my-scratch-org-alias`.

Open the application by running `apexlogs` in your terminal.

[^1]:
[^2]:
[^3]:
[^4]: