@baselime/cli

0.0.84 • Public • Published

Baselime CLI

npm Documentation Latest Release License All Contributors

Observability

🛠️ 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
  2. Goal
  3. Installation
  4. Usage
  5. Documentation
  6. Contributing
  7. License

Introduction

The official command line client for Baselime.

Documentation is available on the Baselime Docs.

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

curl -s https://get.baselime.io | bash

Install using Homebrew

brew tap baselime/tap
brew install baselime

To update:

brew upgrade baselime

Install using npm

$ npm install @baselime/cli -g

Download the compiled binary manually

Binary releases are available on GitHub Releases.

Docker

Binary is also distributed as a docker image

Validate installation

In all cases the installation can be validated by running baselime -v in the terminal:

0.0.78

Usage

baselime <command>
baselime <command> <subcommand> [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.

For full command reference, see the list below, or visit docs.baselime.com.

Contributing

Feel free to submit PRs or to fill issues. Every kind of help is appreciated.

Kindly check our Contributing guide on how to propose bugfixes and improvements, and submitting pull requests to the project.

Contributors ✨

Boris Tane
Boris Tane

💻
Maksym Makuch
Maksym Makuch

💻
Thomas Ankcorn
Thomas Ankcorn

💻
Max Diamond
Max Diamond

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

License

© Baselime Limited, 2023

Distributed under MIT License (The MIT License).

See LICENSE for more information.

Readme

Keywords

Package Sidebar

Install

npm i @baselime/cli

Weekly Downloads

20

Version

0.0.84

License

MIT

Unpacked Size

131 kB

Total Files

67

Last publish

Collaborators

  • ta_baselime
  • boristane