# repldb-cli

> Interact with ReplDB via the command line

Latest version **1.0.3** (published 2023-04-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install repldb-cli
pnpm add repldb-cli
yarn add repldb-cli
bun add repldb-cli
```

Provides the command `repldb`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2023-04-19 |
| First published | 2023-04-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 7.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | DaInfLoop |
| Maintainers | dainfloop |
| Keywords | repldb, replit, database, cli |

## Links

- npm: https://www.npmjs.com/package/repldb-cli
- Repository: https://github.com/DaInfLoop/ReplDB-CLI
- Homepage: https://github.com/DaInfLoop/ReplDB-CLI#readme
- Issues: https://github.com/DaInfLoop/ReplDB-CLI/issues
- npm.io page: https://npm.io/package/repldb-cli

## Dependencies (2)

- [commander](https://npm.io/package/commander.md) ^10.0.1
- [@replit/database](https://npm.io/package/@replit/database.md) ^2.0.3

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2023-04-19
- 1.0.2 — 2023-04-19
- 1.0.1 — 2023-04-19
- 0.0.1 — 2023-04-16

## README

# repldb-cli
> Interact with ReplDB via the command line

Install:
```sh
$ npm install -g repldb-cli
```

Note: You must have a `REPLIT_DB_URL` environmental variable for it to work. If you're using Replit, the variable already exists.

## Usage
```sh
$ repldb [options] [command]
```

```sh
$ repldb get <key>                       # Get a value in the database
$ repldb set -k <key> -v <value>         # Set a value in the database
$ repldb delete <key>                    # Delete a value from the database
$ repldb list [prefix]                   # List keys from the database
$ repldb nuke [options]                  # Nuke the database. This is irreversible!
```

---
_Source: https://npm.io/package/repldb-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
