---
title: 'flexkit help'
description: 'Reference and usage guidance for flexkit help.'
---

# `flexkit help`

Shows usage documentation for the CLI or a specific command.

## Synopsis

```bash
flexkit help [command]
```

## Equivalent Forms

These forms are equivalent:

```bash
flexkit help deploy
flexkit deploy --help
```

## Supported Command Help Targets

- `deploy`
- `project`
- `login`
- `logout`
- `whoami`

## Examples

```bash
# Show top-level help
flexkit help

# Show project command help
flexkit help project

# Show project remove help
flexkit project rm --help
```


---

[View full sitemap](/docs/sitemap.md)
