@baselime/cli
v0.0.84
Published
[![npm][npm_badge]][npm] [![Documentation][docs_badge]][docs] [![Latest Release][release_badge]][release] [![License][license_badge]][license]<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shi
Downloads
119
Readme
Baselime CLI
🛠️ The Observability Toolset for the Cloud: observability in your terminal, tail your logs and view your traces in your terminal
Table of Contents
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 ✨
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.