🛠️ The Observability Toolset for the Cloud: observability in your terminal, tail your logs and view your traces in your terminal
The official command line client for Baselime.
Documentation is available on the Baselime Docs.
The Goal of the Baselime CLI is to provide a simple interface to interact with your telemetry data.
Installing the CLI globally provides access to the Baselime command.
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
Binary releases are available on GitHub Releases.
Binary is also distributed as a docker image
In all cases the installation can be validated by running baselime -v
in the terminal:
0.0.78
baselime <command>
baselime <command> <subcommand> [flags]
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.
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.
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.
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.
Boris Tane 💻 |
Maksym Makuch 💻 |
Thomas Ankcorn 💻 |
Max Diamond 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
© Baselime Limited, 2023
Distributed under MIT License (The MIT License
).
See LICENSE for more information.