Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baselime/cli
✨ Observability designed for distributed systems, microservices, serverless apps, and everything in between
https://github.com/baselime/cli
automation aws cli logs metrics microservices monitoring observability observability-as-code traces
Last synced: about 2 months ago
JSON representation
✨ Observability designed for distributed systems, microservices, serverless apps, and everything in between
- Host: GitHub
- URL: https://github.com/baselime/cli
- Owner: baselime
- License: mit
- Created: 2022-03-19T23:56:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T22:17:39.000Z (12 months ago)
- Last Synced: 2023-11-15T23:26:52.783Z (12 months ago)
- Topics: automation, aws, cli, logs, metrics, microservices, monitoring, observability, observability-as-code, traces
- Language: TypeScript
- Homepage: https://baselime.io
- Size: 7.88 MB
- Stars: 47
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# [DEPRECATED] Baselime CLI
[![npm][npm_badge]][npm]
[![Documentation][docs_badge]][docs]
[![Latest Release][release_badge]][release]
![No Maintenance Intended](https://img.shields.io/maintenance/no/2024.svg)
[![License][license_badge]][license]
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)[![Observability](./images/baselime.gif)](https://baselime.io?utm_campaign=baselime-baselime-cli-github-repo&utm_source=github.com&utm_medium=top-banner)
🛠️ The Observability Toolset for the Cloud: observability in your terminal, tail your logs and view your traces in your terminal
---
## Table of Contents
1. [Introduction](#introduction)
1. [Goal](#Goal)
1. [Installation](#installation)
1. [Usage](#usage)
1. [Documentation](#documentation)
1. [Contributing](#contributing)
1. [License](#license)## Introduction
The official command line client for [Baselime](https://baselime.io/).
Documentation is available on the [Baselime Docs](https://baselime.io/docs/cli/install/).
## Goal
The Goal of the Baselime CLI is to provide a simple interface to interact with your telemetry data.
## Installation
Installing the CLI globally provides access to the Baselime command.
### Install manually
```shell
curl -s https://get.baselime.io | bash
```### Install using [Homebrew](https://brew.sh)
```shell
brew tap baselime/tap
brew install baselime
```To update:
```shell
brew upgrade baselime
```### Install using [npm](npmjs.com/)
```shell
$ npm install @baselime/cli -g
```### Download the compiled binary manually
Binary releases are available on
[GitHub Releases](https://github.com/baselime/cli/releases/latest).### Docker
Binary is also distributed as a [docker image](https://hub.docker.com/r/baselime/baselime)### Validate installation
In all cases the installation can be validated by running `baselime -v` in the terminal:
```shell
0.0.78
```## Usage
```shell
baselime
baselime [flags]
```### Configuration
The configuration files are located in `~/.config/baselime`. Each profile is saved in a file named against the profile. The default profile is saved in `~/.config/baselime/default.json`. Configuration values can also be set using flags.
#### Troubleshooting
If unexpected errors occur when using `baselime`,
make sure your environment is clean of any `BASELIME_` prefixed variables.
Use the `--debug` flag to print in the console the stack trace of any error you encounter.## Documentation
To learn how to use Baselime to start observing your serverless applications, visit the
[Baselime documentation](https://baselime.io/docs/).For full command reference, see the list below, or visit
[docs.baselime.com](https://baselime.io/docs/reference/cli).## Contributing
Feel free to submit PRs or to fill issues. Every kind of help is appreciated.
Kindly check our [Contributing](Contributing.md) guide on how to propose
bugfixes and improvements, and submitting pull requests to the project.## Contributors ✨
Boris Tane
💻
Maksym Makuch
💻
Thomas Ankcorn
💻
Max Diamond
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## License
© Baselime Limited, 2023
Distributed under MIT License (`The MIT License`).
See [LICENSE](LICENSE) for more information.
[docs]: https://baselime.io/docs/
[docs_badge]: https://img.shields.io/badge/docs-reference-blue.svg?style=flat-square
[release]: https://github.com/baselime/cli/releases/latest
[release_badge]: https://img.shields.io/github/release/baselime/cli.svg?style=flat-square&ghcache=unused
[license]: https://opensource.org/licenses/MIT
[license_badge]: https://img.shields.io/github/license/baselime/cli.svg?color=blue&style=flat-square&ghcache=unused
[npm]: https://www.npmjs.com/package/@baselime/cli
[npm_badge]: https://img.shields.io/npm/v/@baselime/cli?style=flat-square