Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cdelmoral/apexlogs
- Owner: cdelmoral
- License: mit
- Created: 2024-06-20T14:20:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T18:26:54.000Z (4 months ago)
- Last Synced: 2024-10-04T21:42:24.246Z (about 1 month ago)
- Topics: apex, bubbletea, homebrew, logs, salesforce, terminal, tui
- Language: Go
- Homepage:
- Size: 975 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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]: