Metadata-Version: 2.4
Name: lamin_cli
Version: 1.19.2
Summary: Lamin CLI.
Author-email: Lamin Labs <open-source@lamin.ai>
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich-click>=1.7
Project-URL: Home, https://github.com/laminlabs/lamin-cli

# Lamin CLI

A CLI to work with LaminDB instances.

The Lamin CLI provides the `lamin` command. It is installed as part of the central `lamindb` package, which is developed here: https://github.com/laminlabs/lamindb

## Installation

```bash
pip install lamindb
```

## Usage

Save a file to your current LaminDB instance:

```bash
lamin save my_table.csv --key my_tables/my_table.csv
```

See the [`lamindb` README](https://github.com/laminlabs/lamindb) for more examples.

## Docs

Read the [docs](https://docs.lamin.ai/cli).

