{"id":15118211,"url":"https://github.com/baselime/cli","last_synced_at":"2025-09-28T00:30:51.195Z","repository":{"id":41289512,"uuid":"471838883","full_name":"baselime/cli","owner":"baselime","description":"[DEPRECATED] ✨ Observability designed for distributed systems, microservices, serverless apps, and everything in between","archived":true,"fork":false,"pushed_at":"2024-09-04T08:45:45.000Z","size":8266,"stargazers_count":52,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-18T05:32:26.806Z","etag":null,"topics":["automation","aws","cli","deprecated","logs","metrics","microservices","monitoring","observability","observability-as-code","traces"],"latest_commit_sha":null,"homepage":"https://baselime.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baselime.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"Contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-19T23:56:57.000Z","updated_at":"2024-12-12T17:06:05.000Z","dependencies_parsed_at":"2023-02-17T23:31:29.820Z","dependency_job_id":"178dfc74-66b0-4a3c-ab05-bf48cb02d8db","html_url":"https://github.com/baselime/cli","commit_stats":null,"previous_names":[],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/baselime/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baselime%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baselime%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baselime%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baselime%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baselime","download_url":"https://codeload.github.com/baselime/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baselime%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277311260,"owners_count":25796890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-27T02:00:08.978Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","aws","cli","deprecated","logs","metrics","microservices","monitoring","observability","observability-as-code","traces"],"created_at":"2024-09-26T01:46:10.504Z","updated_at":"2025-09-28T00:30:50.788Z","avatar_url":"https://github.com/baselime.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# [DEPRECATED] Baselime CLI\n[![npm][npm_badge]][npm]\n[![Documentation][docs_badge]][docs]\n[![Latest Release][release_badge]][release]\n![No Maintenance Intended](https://img.shields.io/maintenance/no/2024.svg)\n[![License][license_badge]][license]\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\n[![Observability](./images/baselime.gif)](https://baselime.io?utm_campaign=baselime-baselime-cli-github-repo\u0026utm_source=github.com\u0026utm_medium=top-banner)\n\n\n🛠️ The Observability Toolset for the Cloud: observability in your terminal, tail your logs and view your traces in your terminal\n\n---\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n1. [Goal](#Goal)\n1. [Installation](#installation)\n1. [Usage](#usage)\n1. [Documentation](#documentation)\n1. [Contributing](#contributing)\n1. [License](#license)\n\n## Introduction\n\nThe official command line client for [Baselime](https://baselime.io/).\n\nDocumentation is available on the [Baselime Docs](https://baselime.io/docs/cli/install/).\n\n## Goal\n\nThe Goal of the Baselime CLI is to provide a simple interface to interact with your telemetry data. \n\n## Installation\n\nInstalling the CLI globally provides access to the Baselime command.\n\n### Install manually\n\n```shell\ncurl -s https://get.baselime.io | bash\n```\n\n### Install using [Homebrew](https://brew.sh)\n\n```shell\nbrew tap baselime/tap\nbrew install baselime\n```\n\nTo update:\n\n```shell\nbrew upgrade baselime\n```\n\n### Install using [npm](npmjs.com/)\n\n```shell\n$ npm install @baselime/cli -g\n```\n\n### Download the compiled binary manually\n\nBinary releases are available on\n[GitHub Releases](https://github.com/baselime/cli/releases/latest).\n\n### Docker\nBinary is also distributed as a [docker image](https://hub.docker.com/r/baselime/baselime)\n\n### Validate installation\n\nIn all cases the installation can be validated by running `baselime -v` in the terminal:\n\n```shell\n0.0.78\n```\n\n## Usage\n\n```shell\nbaselime \u003ccommand\u003e\nbaselime \u003ccommand\u003e \u003csubcommand\u003e [flags]\n```\n\n### Configuration\n\nThe 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.\n\n#### Troubleshooting\n\nIf unexpected errors occur when using `baselime`,\nmake sure your environment is clean of any `BASELIME_` prefixed variables.\nUse the `--debug` flag to print in the console the stack trace of any error you encounter.\n\n## Documentation\n\nTo learn how to use Baselime to start observing your serverless applications, visit the\n[Baselime documentation](https://baselime.io/docs/).\n\nFor full command reference, see the list below, or visit\n[docs.baselime.com](https://baselime.io/docs/reference/cli).\n\n## Contributing\n\nFeel free to submit PRs or to fill issues. Every kind of help is appreciated. \n\nKindly check our [Contributing](Contributing.md) guide on how to propose\nbugfixes and improvements, and submitting pull requests to the project.\n\n## Contributors ✨\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://boristane.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/10452259?v=4?s=100\" width=\"100px;\" alt=\"Boris Tane\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBoris Tane\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Baselime/cli/commits?author=boristane\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Lastin\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5638394?v=4?s=100\" width=\"100px;\" alt=\"Maksym Makuch\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaksym Makuch\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Baselime/cli/commits?author=Lastin\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://ankcorn.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7361428?v=4?s=100\" width=\"100px;\" alt=\"Thomas Ankcorn\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eThomas Ankcorn\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Baselime/cli/commits?author=Ankcorn\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://maxdiamond.co.uk\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/23747483?v=4?s=100\" width=\"100px;\" alt=\"Max Diamond\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMax Diamond\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Baselime/cli/commits?author=dmdboi\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## License\n\n\u0026copy; Baselime Limited, 2023\n\nDistributed under MIT License (`The MIT License`).\n\nSee [LICENSE](LICENSE) for more information.\n\n\u003c!-- Badges --\u003e\n\n[docs]: https://baselime.io/docs/\n[docs_badge]: https://img.shields.io/badge/docs-reference-blue.svg?style=flat-square\n[release]: https://github.com/baselime/cli/releases/latest\n[release_badge]: https://img.shields.io/github/release/baselime/cli.svg?style=flat-square\u0026ghcache=unused\n[license]: https://opensource.org/licenses/MIT\n[license_badge]: https://img.shields.io/github/license/baselime/cli.svg?color=blue\u0026style=flat-square\u0026ghcache=unused\n[npm]: https://www.npmjs.com/package/@baselime/cli\n[npm_badge]: https://img.shields.io/npm/v/@baselime/cli?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaselime%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaselime%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaselime%2Fcli/lists"}