Metadata-Version: 2.3
Name: insighta
Version: 0.2.0
Summary: A CLI tool for Insighta Labs
Author: samsonajifowoke
Author-email: samsonajifowoke <samsonajifowoke@gmail.com>
Requires-Dist: fastapi[all]>=0.136.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: python-dotenv>=1.2.2
Requires-Dist: typer>=0.25.0
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# `insighta`

**Usage**:

```console
$ insighta [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.

**Commands**:

* `login`
* `logout`
* `whoami`
* `profiles`

## `insighta login`

**Usage**:

```console
$ insighta login [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `insighta logout`

**Usage**:

```console
$ insighta logout [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `insighta whoami`

**Usage**:

```console
$ insighta whoami [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `insighta profiles`

**Usage**:

```console
$ insighta profiles [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--help`: Show this message and exit.

**Commands**:

* `list`
* `get`
* `search`
* `create`
* `export`

### `insighta profiles list`

**Usage**:

```console
$ insighta profiles list [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

### `insighta profiles get`

**Usage**:

```console
$ insighta profiles get [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

### `insighta profiles search`

**Usage**:

```console
$ insighta profiles search [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

### `insighta profiles create`

**Usage**:

```console
$ insighta profiles create [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

### `insighta profiles export`

**Usage**:

```console
$ insighta profiles export [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.
